v8/test/inspector
clemensh 32077e01fb [wasm] Allocate a single script per wasm module
Before, we allocated one script per function per instance, and each
script referenced the wasm instance and the function index. Now we only
allocate one script per compiled wasm module, so the script also only
references this WasmCompiledModule, which causes changes to many interfaces.

Instead of fixing the disassemble API only used via debug.js, I decided
to drop it for now. Some later CL will reintroduce it via
DebugInterface.

BUG=v8:5530,chromium:659715
R=yangguo@chromium.org, titzer@chromium.org
CC=jgruber@chromium.org

Review-Url: https://codereview.chromium.org/2493823003
Cr-Commit-Position: refs/heads/master@{#41004}
2016-11-15 17:05:39 +00:00
..
console Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
cpu-profiler [inspector] Make InspectorTest.sendCommand* private 2016-10-03 23:33:07 +00:00
debugger [wasm] Allocate a single script per wasm module 2016-11-15 17:05:39 +00:00
runtime [inspector] fix timestamp formatting with non C locales 2016-10-13 20:32:07 +00:00
BUILD.gn Fix inspector test in components build 2016-10-18 20:08:12 +00:00
DEPS [inspector] finish test runner gracefully.. 2016-10-19 02:04:48 +00:00
inspector-impl.cc [inspector] don't use String16 in inspector test runner 2016-10-07 21:16:55 +00:00
inspector-impl.h [inspector] added inspector test runner [part 3] 2016-10-02 18:10:39 +00:00
inspector-test.cc [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [inspector] conditionally copy files for inspector test. 2016-10-24 10:57:37 +00:00
inspector.status [inspector] added inspector test runner [part 4] 2016-10-02 19:41:28 +00:00
json-parse-expected.txt [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
json-parse.js [inspector] added inspector test runner [part 5] 2016-10-02 21:23:03 +00:00
OWNERS [inspector] added inspector test runner [part 1] 2016-09-30 15:52:46 +00:00
protocol-test.js [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
task-runner.cc [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
task-runner.h [inspector] added Debugger.getPossibleBreakpoints method 2016-11-04 19:59:48 +00:00
testcfg.py [inspector] added inspector test runner [part 4] 2016-10-02 19:41:28 +00:00