v8/src/inspector
Anna Henningsen ff0a979333 [api] Expose PreviewEntries as public API
Turn `debug::EntriesPreview` into a public API.
This is a straightforward approach to addressing
https://github.com/nodejs/node/issues/20409
(not relying on functionality behind `--allow-natives-syntax`)
in Node.js.

Refs: https://github.com/nodejs/node/issues/20409
Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
Change-Id: I7021e5846012a55a82c488408ded6591f6b139e7
Reviewed-on: https://chromium-review.googlesource.com/1057467
Reviewed-by: Yang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53226}
2018-05-17 08:04:33 +00:00
..
build Revert "Roll third_party/inspector_protocol to 59ca26e" 2018-04-23 17:38:31 +00:00
BUILD.gn Revert "Roll third_party/inspector_protocol to 59ca26e" 2018-04-23 17:38:31 +00:00
DEPS Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
injected_script_externs.js [inspector] provide ArrayBuffer previews 2017-12-28 21:35:53 +00:00
injected-script-source.js [inspector] generate preview for nodes 2018-04-10 00:42:36 +00:00
injected-script.cc DevTools: Runtime.callFunctionOn should allow evals 2018-04-04 00:50:41 +00:00
injected-script.h DevTools: Runtime.callFunctionOn should allow evals 2018-04-04 00:50:41 +00:00
inspected-context.cc [inspector] move breakpoint management to native 2017-08-02 19:20:26 +00:00
inspected-context.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
inspector_protocol_config.json Revert "Roll third_party/inspector_protocol to 59ca26e" 2018-04-23 17:38:31 +00:00
js_protocol-1.2.json [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
js_protocol-1.3.json [inspector] move part of protocol out of experiment 2017-11-23 02:49:15 +00:00
js_protocol.json Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
js_protocol.pdl Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
OWNERS Revert "Roll third_party/inspector_protocol to 59ca26e" 2018-04-23 17:38:31 +00:00
PRESUBMIT.py Revert "Roll third_party/inspector_protocol to 59ca26e" 2018-04-23 17:38:31 +00:00
remote-object-id.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
remote-object-id.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
search-util.cc [cleanup] Fix (D)CHECK macros in src/{debug,inspector} 2017-09-25 12:20:59 +00:00
search-util.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
string-16.cc Lazily generate disassembly for WASM functions 2018-03-06 11:54:41 +00:00
string-16.h Lazily generate disassembly for WASM functions 2018-03-06 11:54:41 +00:00
string-util.cc Reland [inspector] introduced stackTraceId and externalAsyncTask API 2017-11-22 20:56:10 +00:00
string-util.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
test-interface.cc [inspector] removed kDebugPromiseCollected event 2017-04-20 15:49:02 +00:00
test-interface.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-console-agent-impl.cc [cleanup] Fix (D)CHECK macros in src/{debug,inspector} 2017-09-25 12:20:59 +00:00
v8-console-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-console-message.cc [inspector] implement console.countReset() 2018-05-09 14:59:04 +00:00
v8-console-message.h [inspector] implement console.countReset() 2018-05-09 14:59:04 +00:00
v8-console.cc [inspector] implement console.countReset() 2018-05-09 14:59:04 +00:00
v8-console.h [inspector] implement console.countReset() 2018-05-09 14:59:04 +00:00
v8-debugger-agent-impl.cc [inspector] do not resume on agent disable if there is other agents 2018-05-03 06:23:12 +00:00
v8-debugger-agent-impl.h Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
v8-debugger-script.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
v8-debugger-script.h Make V8DebuggerScript parameters const again. 2018-03-09 10:04:29 +00:00
v8-debugger.cc [api] Expose PreviewEntries as public API 2018-05-17 08:04:33 +00:00
v8-debugger.h [heap,api] Introduce near-heap-limit callbacks. 2018-03-27 08:29:56 +00:00
v8-function-call.cc Replace PREPARE_FOR_EXECUTION_WITH_CONTEXT_IN_RUNTIME_CALL_STATS_SCOPE 2017-05-30 17:37:41 +00:00
v8-function-call.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-heap-profiler-agent-impl.cc Normalize casing of hexadecimal digits 2017-12-02 01:24:40 +00:00
v8-heap-profiler-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-injected-script-host.cc [inspector] support BigInt in inspector 2018-03-09 21:28:00 +00:00
v8-injected-script-host.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-inspector-impl.cc [debug] handle termination after break 2018-05-08 14:25:41 +00:00
v8-inspector-impl.h Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
v8-inspector-session-impl.cc Reland "[inspector] added Runtime.terminateExecution" 2018-03-19 02:14:52 +00:00
v8-inspector-session-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-internal-value-type.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
v8-internal-value-type.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-profiler-agent-impl.cc [cpu-profiler] Move SetIdle() to v8::Isolate 2018-03-07 06:16:08 +00:00
v8-profiler-agent-impl.h [cpu-profiler] Move SetIdle() to v8::Isolate 2018-03-07 06:16:08 +00:00
v8-regex.cc [inspector] Add some context scopes to inspector code 2017-04-27 08:48:39 +00:00
v8-regex.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-runtime-agent-impl.cc Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
v8-runtime-agent-impl.h Reland "[inspector] added timeout argument for Runtime.evaluate" 2018-04-14 07:27:32 +00:00
v8-schema-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-schema-agent-impl.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
v8-stack-trace-impl.cc Provide API to expose non-empty top source url. 2018-05-07 20:47:19 +00:00
v8-stack-trace-impl.h Provide API to expose non-empty top source url. 2018-05-07 20:47:19 +00:00
v8-value-utils.cc [inspector] aligned Runtime.evaluate(returnValue:true) result with json 2017-12-19 20:16:09 +00:00
v8-value-utils.h [presubmit] Add include guard check 2018-02-02 16:59:32 +00:00
wasm-translation.cc [inspector] explicitly declare default constructor 2018-05-11 17:48:45 +00:00
wasm-translation.h Lazily generate disassembly for WASM functions 2018-03-06 11:54:41 +00:00