v8/test/inspector
Erik Luo 8aed7767d6 [inspector] send internal properties first, remove unnecessary props
Currently, injected script source adds natural object properties before
internal properties. This can result in important ones such as
"[[PrimitiveValue]]" being left out. This CL
- makes sure internal properties are always added to preview
- removes unused "[[Iterator*]]" properties from preview
- boxed strings (e.g. new String("foo")) will not send unnecessary
properties 0:"f", 1:"o", 2:"o" if the [[PrimitiveValue]] is sent.

Bug: chromium:567265
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
Change-Id: Icd5c7410351f371055277ce471226cc6fb5a861f
Reviewed-on: https://chromium-review.googlesource.com/634584
Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Erik Luo <luoe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47622}
2017-08-25 23:12:22 +00:00
..
console [inspector] rewritten test/inspector/let-const-with-api.js 2017-08-01 15:36:02 +00:00
cpu-profiler [inspector] add flag to specify coverage granularity. 2017-08-23 07:44:39 +00:00
debugger [inspector] send internal properties first, remove unnecessary props 2017-08-25 23:12:22 +00:00
heap-profiler [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
runtime Inspector: re-write the test to be modern 2017-08-25 23:01:22 +00:00
sessions [inspector] Issue Debugger.paused during Debugger.enable if already paused 2017-08-22 21:43:27 +00:00
BUILD.gn [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-test.cc [inspector] improved Runtime.queryObjects 2017-08-23 20:19:19 +00:00
inspector.gyp [inspector] Merge InspectorClientImpl into IsolateData 2017-05-22 00:48:27 +00:00
inspector.isolate [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
inspector.status [test] Rebaseline inspector test. 2017-08-11 08:28:30 +00:00
isolate-data.cc [inspector] improved Runtime.queryObjects 2017-08-23 20:19:19 +00:00
isolate-data.h [inspector] improved Runtime.queryObjects 2017-08-23 20:19:19 +00:00
json-parse-expected.txt [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
json-parse.js [inspector] Refactor protocol-test.js 2017-05-19 00:35:45 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
protocol-test.js [inspector] forEachSession iterates in predictable order 2017-08-10 15:39:06 +00:00
task-runner.cc [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
task-runner.h [inspector] Cleanup inspector test 2017-05-22 20:46:42 +00:00
testcfg.py [inspector] always include user scripts in the snapshot. 2017-04-26 15:13:14 +00:00