v8/test/inspector
kozyatinskiy 88f71126a5 [inspector] console get all information from inspector when needed
With this CL we don't need to store reference to InspectedContext inside of JavaScript console object and able to get all required information from callback data.
It allows us to implement console methods without taking in account how and where we create and store these methods:
- later we can move console object implementation to builtins..
- ..and install command line API methods smarter.

BUG=chromium:588893
R=dgozman@chromium.org

Review-Url: https://codereview.chromium.org/2784713002
Cr-Original-Commit-Position: refs/heads/master@{#44212}
Committed: 908cd38123
Review-Url: https://codereview.chromium.org/2784713002
Cr-Commit-Position: refs/heads/master@{#44238}
2017-03-29 15:50:03 +00:00
..
console [inspector] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
cpu-profiler [debug] do not report unnecessary coverage data. 2017-03-24 18:27:41 +00:00
debugger [inspector] added test for StepOut at return postion from async function 2017-03-28 21:14:19 +00:00
heap-profiler [inspector] added reconnect method for tests 2017-02-28 20:22:24 +00:00
runtime [inspector] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
BUILD.gn Properly define v8_enable_inspector and its override in GN. 2016-11-21 19:29:38 +00:00
DEPS [inspector] introduce limit for amount of stored async stacks 2016-12-18 17:04:40 +00:00
inspector-impl.cc [inspector] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
inspector-impl.h [inspector] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
inspector-test.cc [inspector] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
inspector.gyp Fix inspector test in components build 2016-10-18 20:08:12 +00:00
inspector.isolate [inspector] Increased chances of successful InjectedScriptSource compilation 2017-03-24 01:33:12 +00:00
inspector.status [asm.js] Widen test coverage to cctest and friends. 2017-03-28 08:00:40 +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] console get all information from inspector when needed 2017-03-29 15:50:03 +00:00
task-runner.cc [inspector] fixed compilation with gyp 2017-03-23 15:39:41 +00:00
task-runner.h [inspector] added createContextGroup for tests 2017-03-07 22:30:05 +00:00
testcfg.py [inspector] added master test for break locations 2017-02-27 20:20:39 +00:00