v8/src/inspector
Yury Semikhatsky 0206ad773b Ignore returnByValue when serializing caught value in promise rejections.
Since the same value is also returned in 'result' field it is still populated in accord with 'returnByValue' parameter. This behavior is consistent with 'evaluate'.

R=dgozman@chromium.org, lushnikov@chromium.org

Bug: v8:9509
Change-Id: I9f72682f87492ce5cd0759dce75ab3d75a5fe31c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1707331
Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
Commit-Queue: Yury Semikhatsky <yurys@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63134}
2019-08-09 00:55:59 +00:00
..
BUILD.gn [DevTools] Roll inspector_protocol (v8). 2019-06-28 09:37:18 +00:00
custom-preview.cc DevTools: roll third_party/inspector_protocol, wire binary operation. 2019-02-12 19:55:12 +00:00
custom-preview.h inspector: generate custom preview using native code 2018-10-22 21:24:49 +00:00
DEPS Client errors without a stack property should try to include the message 2019-08-07 10:49:58 +00:00
injected-script.cc Ignore returnByValue when serializing caught value in promise rejections. 2019-08-09 00:55:59 +00:00
injected-script.h Ignore returnByValue when serializing caught value in promise rejections. 2019-08-09 00:55:59 +00:00
inspected-context.cc [inspector] Do not leak Handles from V8InspectorSession methods 2019-02-25 10:17:11 +00:00
inspected-context.h [inspector] Move m_internalObjects into InspectedContext. 2018-12-08 00:05:01 +00:00
inspector_protocol_config.json [DevTools] Roll inspector_protocol (v8). 2019-06-28 09:37:18 +00:00
OWNERS Move inspector protocol definitions to include/ 2019-06-18 17:59:36 +00:00
remote-object-id.cc
remote-object-id.h [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
search-util.cc Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
search-util.h Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
string-16.cc [inspector] fix typo in fromUTF16LE and cleanup test 2019-06-26 11:50:31 +00:00
string-16.h Fix: console message only has the 1st argument 2019-06-26 19:38:16 +00:00
string-util.cc Remove unused method parseProtocolMessage in string-util.h. 2019-06-03 23:07:48 +00:00
string-util.h Enable cpplint 'runtime/references' warning 2019-07-08 09:59:36 +00:00
test-interface.cc
test-interface.h
v8-console-agent-impl.cc [cleanup] Refactor inspector to use default members. 2018-09-18 09:13:59 +00:00
v8-console-agent-impl.h
v8-console-message.cc Fix: console message only has the 1st argument 2019-06-26 19:38:16 +00:00
v8-console-message.h inspector: implement console.timeLog 2018-09-28 17:34:08 +00:00
v8-console.cc Enable cpplint 'runtime/references' warning 2019-07-08 09:59:36 +00:00
v8-console.h inspector: implement console.timeLog 2018-09-28 17:34:08 +00:00
v8-debugger-agent-impl.cc [DevTools] Roll inspector_protocol (V8) 2019-06-15 01:33:50 +00:00
v8-debugger-agent-impl.h inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
v8-debugger-script.cc [base] Move v8memory.h to base/memory.h 2019-06-21 11:44:18 +00:00
v8-debugger-script.h inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
v8-debugger.cc Enable cpplint 'runtime/references' warning 2019-07-08 09:59:36 +00:00
v8-debugger.h Reland "[inspector] Allow limiting the total size of collected scripts." 2019-03-16 06:08:17 +00:00
v8-heap-profiler-agent-impl.cc [DevTools] Roll inspector_protocol (V8) 2019-06-15 01:33:50 +00:00
v8-heap-profiler-agent-impl.h
v8-inspector-impl.cc Revert "inspector: teach v8Inspector to return default context" 2019-01-18 08:42:05 +00:00
v8-inspector-impl.h Revert "inspector: teach v8Inspector to return default context" 2019-01-18 08:42:05 +00:00
v8-inspector-protocol-encoding.cc Move utility code to src/utils 2019-05-23 14:13:34 +00:00
v8-inspector-protocol-encoding.h [DevTools] Detect if the state of the inspector session was encoded as CBOR. 2019-05-10 18:11:54 +00:00
v8-inspector-session-impl.cc [DevTools] Remove V8InspectorSession::stateJSON(). 2019-06-11 17:39:56 +00:00
v8-inspector-session-impl.h [DevTools] Remove V8InspectorSession::stateJSON(). 2019-06-11 17:39:56 +00:00
v8-profiler-agent-impl.cc [DevTools] Roll inspector_protocol (V8) 2019-06-15 01:33:50 +00:00
v8-profiler-agent-impl.h
v8-regex.cc [Cleanup] Avoid deprecated methods in inspector/string-util.cc. 2018-07-23 15:28:50 +00:00
v8-regex.h [cleanup] Replace 0 and NULL with nullptr for src/ files. 2018-09-14 14:46:10 +00:00
v8-runtime-agent-impl.cc Ignore returnByValue when serializing caught value in promise rejections. 2019-08-09 00:55:59 +00:00
v8-runtime-agent-impl.h [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
v8-schema-agent-impl.cc [DevTools] Roll inspector_protocol (V8) 2019-06-15 01:33:50 +00:00
v8-schema-agent-impl.h
v8-stack-trace-impl.cc [DevTools] V8StackTrace: Add the ability to limit the max async depth... 2019-06-26 15:17:19 +00:00
v8-stack-trace-impl.h [DevTools] V8StackTrace: Add the ability to limit the max async depth... 2019-06-26 15:17:19 +00:00
v8-string-conversions.cc Enable cpplint 'runtime/references' warning 2019-07-08 09:59:36 +00:00
v8-string-conversions.h [DevTools] Extract UTF8<->UTF16 routines from string-16{.h,.cc}. 2019-05-08 21:20:33 +00:00
v8-value-utils.cc reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
v8-value-utils.h reland: inspector: move injected script source to native 2018-10-31 17:47:58 +00:00
value-mirror.cc Client errors without a stack property should try to include the message 2019-08-07 10:49:58 +00:00
value-mirror.h [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
wasm-translation.cc [wasm] Annotate global handles for debuggability 2018-12-13 18:03:56 +00:00
wasm-translation.h [wasm] fix clear context group for wasm 2018-11-06 22:27:17 +00:00