v8/test/inspector/debugger
Z Nguyen-Huu 271bb94a62 [wasm] Support stepping back to Javascript from Wasm
This scenario is where user is at the end of Wasm execution and do
some stepping. Hence, user should be back at Javascript frame. We
can detect that stepping as it exits Wasm Interpreter and prepare
debugging as a step-out-ish in Javascript.

Bug: chromium:823923, chromium:1019606, chromium:1025151
Change-Id: I29022af0d5e5dcf78d87e83193f6e16fec954e87
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1912985
Commit-Queue: Z Nguyen-Huu <duongn@microsoft.com>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Benedikt Meurer <bmeurer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#65122}
2019-11-22 17:16:17 +00:00
..
resources [class] Make class field initializers breakable in the debugger 2018-09-17 22:25:44 +00:00
access-obsolete-frame-expected.txt
access-obsolete-frame.js
asm-js-breakpoint-before-exec-expected.txt [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
asm-js-breakpoint-before-exec.js [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
asm-js-breakpoint-during-exec-expected.txt [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
asm-js-breakpoint-during-exec.js [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
asm-js-stack-expected.txt
asm-js-stack.js
async-chains-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
async-chains.js
async-console-count-doesnt-crash-expected.txt
async-console-count-doesnt-crash.js
async-for-await-of-promise-stack-expected.txt [ignition] Move for-of desugaring to bytecode 2019-01-14 16:37:41 +00:00
async-for-await-of-promise-stack.js [inspector] reworked async stack instrumentation for async functions 2018-05-30 16:01:59 +00:00
async-function-step-out-expected.txt [test] Update inspector test expectations for await optimization 2019-01-11 16:04:42 +00:00
async-function-step-out.js Revert "[async] Optimize await and AsyncFromSyncIterator" 2018-06-19 20:22:20 +00:00
async-instrumentation-expected.txt
async-instrumentation.js
async-promise-late-then-expected.txt
async-promise-late-then.js
async-set-timeout-expected.txt
async-set-timeout.js
async-stack-await-expected.txt [inspector] reworked async stack instrumentation for async functions 2018-05-30 16:01:59 +00:00
async-stack-await.js [inspector] reworked async stack instrumentation for async functions 2018-05-30 16:01:59 +00:00
async-stack-created-frame-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
async-stack-created-frame.js
async-stack-for-promise-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
async-stack-for-promise.js
async-stack-load-more-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
async-stack-load-more.js
break-location-function-calls-expected.txt
break-location-function-calls.js
break-locations-await-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
break-locations-await.js
break-locations-var-init-expected.txt [test] Update inspector test expectations for await optimization 2019-01-11 16:04:42 +00:00
break-locations-var-init.js Revert "[async] Optimize await and AsyncFromSyncIterator" 2018-06-19 20:22:20 +00:00
break-on-exception-and-step-expected.txt [inspector] added missing tests 2018-06-05 01:43:33 +00:00
break-on-exception-and-step.js [inspector] added missing tests 2018-06-05 01:43:33 +00:00
break-on-exception-compiler-errors-expected.txt [scanner] Don't muck with positions of EOS in Next 2018-08-29 14:08:41 +00:00
break-on-exception-compiler-errors.js [inspector] added missing tests 2018-06-05 01:43:33 +00:00
break-on-exception-expected.txt [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
break-on-exception.js [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
breakpoints-and-side-effects-expected.txt
breakpoints-and-side-effects.js
breakpoints-expected.txt
breakpoints.js
call-frame-function-location-expected.txt
call-frame-function-location.js
call-frame-url-expected.txt
call-frame-url.js
caught-exception-from-framework-inside-async-expected.txt
caught-exception-from-framework-inside-async.js
caught-uncaught-exceptions-expected.txt
caught-uncaught-exceptions.js
change-return-value-expected.txt Revert "[inspector] RemoteObject.description should be empty for primitive type" 2018-05-31 18:52:08 +00:00
change-return-value.js
class-fields-scopes-expected.txt [class] implement static private methods 2019-10-10 15:34:44 +00:00
class-fields-scopes.js [Class] Fix debug scope iteration for class fields 2018-10-12 14:01:22 +00:00
class-private-fields-scopes-expected.txt [class] hide private name symbols from the block scope in DevTools 2019-08-07 10:55:38 +00:00
class-private-fields-scopes.js [class] hide private name symbols from the block scope in DevTools 2019-08-07 10:55:38 +00:00
class-private-methods-expected.txt [class] exclude brand symbols in JSReceiver::GetPrivateEntries 2019-11-11 23:40:47 +00:00
class-private-methods.js [class] exclude brand symbols in JSReceiver::GetPrivateEntries 2019-11-11 23:40:47 +00:00
clear-breakpoints-on-disable-expected.txt
clear-breakpoints-on-disable.js
collect-obsolete-async-tasks-expected.txt
collect-obsolete-async-tasks.js
collect-old-async-call-chains-expected.txt
collect-old-async-call-chains.js
command-line-api-with-bound-function-expected.txt
command-line-api-with-bound-function.js
continue-to-location-expected.txt
continue-to-location-target-call-frames-expected.txt [inspector] reworked async stack instrumentation for async functions 2018-05-30 16:01:59 +00:00
continue-to-location-target-call-frames.js
continue-to-location.js
destory-in-break-program-expected.txt
destory-in-break-program.js
disable-agent-on-pause-expected.txt [inspector] added missing tests 2018-06-05 01:43:33 +00:00
disable-agent-on-pause.js [inspector] added missing tests 2018-06-05 01:43:33 +00:00
doesnt-step-into-injected-script-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
doesnt-step-into-injected-script.js
es6-module-liveedit-expected.txt inspector: allow es6 module liveedit 2018-09-21 19:49:16 +00:00
es6-module-liveedit.js inspector: allow es6 module liveedit 2018-09-21 19:49:16 +00:00
es6-module-script-parsed-expected.txt
es6-module-script-parsed.js
eval-scopes-expected.txt Revert "inspector: return [[StableObjectId]] as internal property" 2018-12-06 21:47:22 +00:00
eval-scopes.js
eval-without-codegen-expected.txt Revert "[inspector] RemoteObject.description should be empty for primitive type" 2018-05-31 18:52:08 +00:00
eval-without-codegen.js
evaluate-at-first-module-line-expected.txt debug: LoadLookupSlot should initialize receiver for modules.. 2018-09-25 14:52:41 +00:00
evaluate-at-first-module-line.js debug: LoadLookupSlot should initialize receiver for modules.. 2018-09-25 14:52:41 +00:00
evaluate-on-call-frame-expected.txt [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
evaluate-on-call-frame-in-module-expected.txt [modules] Make debug-scopes handle synthetic variables 2019-03-04 15:06:02 +00:00
evaluate-on-call-frame-in-module.js [modules] Make debug-scopes handle synthetic variables 2019-03-04 15:06:02 +00:00
evaluate-on-call-frame-return-values-expected.txt [stack-trace] Separate stack-trace symbolization and serialization 2019-07-04 07:34:53 +00:00
evaluate-on-call-frame-return-values.js [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
evaluate-on-call-frame-timeout-expected.txt Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
evaluate-on-call-frame-timeout.js Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" 2018-04-26 15:08:52 +00:00
evaluate-on-call-frame.js [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
external-stack-trace-expected.txt
external-stack-trace.js [inspector] do not resume on agent disable if there is other agents 2018-05-03 06:23:12 +00:00
for-of-loops-expected.txt [parser] Don't desugar destructuring declarations. 2019-01-09 14:09:23 +00:00
for-of-loops.js
framework-break-expected.txt [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
framework-break.js [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
framework-nested-scheduled-break-expected.txt [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
framework-nested-scheduled-break.js
framework-precise-ranges-expected.txt [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
framework-precise-ranges.js
framework-stepping-expected.txt
framework-stepping.js
get-possible-breakpoints-array-literal-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
get-possible-breakpoints-array-literal.js
get-possible-breakpoints-class-fields-expected.txt [class] Make class field initializers breakable in the debugger 2018-09-17 22:25:44 +00:00
get-possible-breakpoints-class-fields.js [class] Make class field initializers breakable in the debugger 2018-09-17 22:25:44 +00:00
get-possible-breakpoints-expected.txt [parser] Allow declaring variables without a proxy 2019-01-25 09:10:59 +00:00
get-possible-breakpoints-lazy-error-expected.txt [inspector] removed last usage of debugger context on inspector side 2018-05-31 16:50:07 +00:00
get-possible-breakpoints-lazy-error.js
get-possible-breakpoints-master-expected.txt [async] Improve async function handling. 2018-10-10 06:37:53 +00:00
get-possible-breakpoints-master.js
get-possible-breakpoints-restrict-to-function-expected.txt
get-possible-breakpoints-restrict-to-function.js
get-possible-breakpoints.js [parser] Allow declaring variables without a proxy 2019-01-25 09:10:59 +00:00
get-properties-paused-expected.txt [Inspector] Add tests for Runtime domain 2019-03-01 20:34:53 +00:00
get-properties-paused.js [Inspector] Add tests for Runtime domain 2019-03-01 20:34:53 +00:00
inspector-break-api-expected.txt
inspector-break-api.js
limit-size-of-collected-scripts-expected.txt Reland "[inspector] Allow limiting the total size of collected scripts." 2019-03-16 06:08:17 +00:00
limit-size-of-collected-scripts.js Reland "[inspector] Allow limiting the total size of collected scripts." 2019-03-16 06:08:17 +00:00
max-async-call-chain-depth-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
max-async-call-chain-depth.js
max-async-call-stack-depth-changed-expected.txt
max-async-call-stack-depth-changed.js
not-hold-promises-expected.txt
not-hold-promises.js
object-preview-internal-properties-expected.txt [debugger] Report function proxies as proxies, not as functions 2019-08-21 11:03:30 +00:00
object-preview-internal-properties.js [debugger] Report function proxies as proxies, not as functions 2019-08-21 11:03:30 +00:00
pause-at-negative-offset-expected.txt
pause-at-negative-offset.js
pause-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
pause-inside-blackboxed-optimized-expected.txt [inspector] use interrupt for pause only as last resort 2018-05-30 13:54:37 +00:00
pause-inside-blackboxed-optimized.js [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
pause-on-async-call-expected.txt [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
pause-on-async-call-set-timeout-expected.txt inspector: removed deprecated Debugger.scheduleStepIntoAsync 2018-11-29 01:34:04 +00:00
pause-on-async-call-set-timeout.js [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
pause-on-async-call.js [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
pause-on-oom-expected.txt
pause-on-oom.js [tests] Bump up the heap limit for the pause-on-oom test 2018-12-24 10:58:35 +00:00
pause-on-promise-rejections-expected.txt inspector: mark all pauses on promise rejection with proper reason 2018-09-28 15:53:34 +00:00
pause-on-promise-rejections.js inspector: mark all pauses on promise rejection with proper reason 2018-09-28 15:53:34 +00:00
pause.js
promise-chain-when-limit-hit-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
promise-chain-when-limit-hit.js
protocol-string-to-double-locale-expected.txt
protocol-string-to-double-locale.js
provisional-breakpoint-for-anonymous-script-expected.txt
provisional-breakpoint-for-anonymous-script.js
regress-crbug-481896-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regress-crbug-481896.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-1853-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-1853.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-419663-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-419663.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-424142-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
regression-424142.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
remove-breakpoint-at-breakpoint-expected.txt [inspector] added missing tests 2018-06-05 01:43:33 +00:00
remove-breakpoint-at-breakpoint.js [inspector] added missing tests 2018-06-05 01:43:33 +00:00
resource-name-to-url-expected.txt [stack-trace] Separate stack-trace symbolization and serialization 2019-07-04 07:34:53 +00:00
resource-name-to-url.js [inspector] added V8InspectorClient::resourceNameToUrl 2018-08-09 21:36:24 +00:00
restart-frame-expected.txt inspector: fixed Debugger.restartFrame 2019-07-01 20:15:10 +00:00
restart-frame.js inspector: fixed Debugger.restartFrame 2019-07-01 20:15:10 +00:00
restore-breakpoint-expected.txt
restore-breakpoint.js
return-break-locations-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
return-break-locations.js
scope-skip-variables-with-empty-name-expected.txt Revert "inspector: return [[StableObjectId]] as internal property" 2018-12-06 21:47:22 +00:00
scope-skip-variables-with-empty-name.js
script-end-location-expected.txt
script-end-location.js
script-on-after-compile-expected.txt Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
script-on-after-compile-snapshot-expected.txt [inspector] Add test for getPossibleBreakpoints on embedded code 2019-04-29 07:47:56 +00:00
script-on-after-compile-snapshot.js [inspector] Add test for getPossibleBreakpoints on embedded code 2019-04-29 07:47:56 +00:00
script-on-after-compile.js Revert "inspector: find magic comment using V8 scanner" 2018-09-03 18:42:28 +00:00
script-origin-stack-expected.txt WIP: [parser] Fix arrow function name inferring 2019-01-08 08:10:03 +00:00
script-origin-stack.js inspector: do not report async tail in Debugger.scriptParsed event 2018-10-18 16:16:57 +00:00
script-parsed-for-runtime-evaluate-expected.txt
script-parsed-for-runtime-evaluate.js
script-parsed-hash-expected.txt
script-parsed-hash.js
script-unique-hash-expected.txt
script-unique-hash.js
set-async-call-stack-depth-expected.txt [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
set-async-call-stack-depth.js [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
set-blackbox-patterns-expected.txt
set-blackbox-patterns.js
set-breakpoint-after-liveedit-expected.txt Reland "[debug] liveedit in native" 2018-07-03 21:01:57 +00:00
set-breakpoint-after-liveedit.js Reland "[debug] liveedit in native" 2018-07-03 21:01:57 +00:00
set-breakpoint-at-last-line-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
set-breakpoint-at-last-line.js
set-breakpoint-before-enabling-expected.txt
set-breakpoint-before-enabling.js
set-breakpoint-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
set-breakpoint-ignore-hint-when-no-location-expected.txt
set-breakpoint-ignore-hint-when-no-location.js
set-breakpoint-on-function-call-expected.txt
set-breakpoint-on-function-call.js
set-breakpoint-url-regex-expected.txt [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
set-breakpoint-url-regex.js [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
set-breakpoint.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
set-instrumentation-breakpoint-expected.txt inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
set-instrumentation-breakpoint.js inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
set-script-source-2-expected.txt Reland "Get BytecodeArray via current frame where possible." 2018-11-02 16:49:08 +00:00
set-script-source-2.js [debug] migrate all liveedit tests to use LiveEdit::PatchScript 2018-06-21 15:34:16 +00:00
set-script-source-exception-expected.txt Reland "[debug] liveedit in native" 2018-07-03 21:01:57 +00:00
set-script-source-exception.js [inspector] prepare inspector tests for liveedit rework 2018-06-20 21:40:46 +00:00
set-script-source-expected.txt Reland "[debug] liveedit in native" 2018-07-03 21:01:57 +00:00
set-script-source-stack-padding-expected.txt [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
set-script-source-stack-padding.js [debug] retire ScriptWrapper 2018-07-05 21:33:03 +00:00
set-script-source.js [inspector] prepare inspector tests for liveedit rework 2018-06-20 21:40:46 +00:00
set-skip-all-pauses-expected.txt
set-skip-all-pauses.js
set-variable-value-expected.txt [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
set-variable-value.js [inspector] Add tests for Debugger domain 2019-02-20 18:57:33 +00:00
side-effect-free-debug-evaluate-expected.txt
side-effect-free-debug-evaluate.js [parser] Allow declaring variables without a proxy 2019-01-25 09:10:59 +00:00
step-into-break-on-async-call-expected.txt [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-break-on-async-call.js [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
step-into-external-async-task-expected.txt [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-external-async-task-same-context-expected.txt [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-external-async-task-same-context.js [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-external-async-task.js [inspector] Simplify async stepping 2019-09-13 02:33:22 +00:00
step-into-nested-arrow-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
step-into-nested-arrow.js
step-into-next-script-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
step-into-next-script.js
step-into-optimized-blackbox-expected.txt
step-into-optimized-blackbox.js [Test] Add PrepareForOptimization to inspector tests 2019-05-02 16:01:41 +00:00
step-into-out-expected.txt [inspector] added missing tests 2018-06-05 01:43:33 +00:00
step-into-out.js [inspector] added missing tests 2018-06-05 01:43:33 +00:00
step-into.js
step-out-async-await-expected.txt [async] Improve async function handling. 2018-10-10 06:37:53 +00:00
step-out-async-await.js
step-over-another-context-group-expected.txt
step-over-another-context-group.js
step-over-caught-exception-expected.txt
step-over-caught-exception.js
step-snapshot-expected.txt [parser] Iterate declarations to set initializer positions 2019-01-23 13:28:58 +00:00
step-snapshot.js Reland "Reland "Reland "[code-comments] Put code comments into the code object""" 2018-12-13 22:35:55 +00:00
stepping-after-get-possible-breakpoints-expected.txt
stepping-after-get-possible-breakpoints.js
stepping-and-break-program-api-expected.txt
stepping-and-break-program-api.js
stepping-tail-call-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
stepping-tail-call.js
stepping-with-blackboxed-ranges-expected.txt
stepping-with-blackboxed-ranges.js
stepping-with-natives-and-frameworks-expected.txt Reland "[inspector] fixed location of top level function return" 2018-06-18 21:37:49 +00:00
stepping-with-natives-and-frameworks.js
suspended-generator-scopes-expected.txt Revert "[inspector] RemoteObject.description should be empty for primitive type" 2018-05-31 18:52:08 +00:00
suspended-generator-scopes.js
terminate-execution-on-pause-expected.txt Make termination exception more consistent. 2018-11-30 11:33:07 +00:00
terminate-execution-on-pause.js Make termination exception more consistent. 2018-11-30 11:33:07 +00:00
this-in-arrow-function-expected.txt debug-evaluate: do not return JSGlobalObject instead of JSGlobalProxy 2018-08-31 14:20:39 +00:00
this-in-arrow-function.js
update-call-frame-scopes-expected.txt
update-call-frame-scopes.js
wasm-anyref-global-expected.txt [wasm] Display wasm globals in the inspector 2019-05-10 18:35:44 +00:00
wasm-anyref-global.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-clone-module-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-clone-module.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-get-breakable-locations-byte-offsets-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-get-breakable-locations-byte-offsets.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-get-breakable-locations-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-get-breakable-locations.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-imports-expected.txt [wasm] use standard WebAssembly stack trace format 2019-06-11 18:03:24 +00:00
wasm-imports.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-reset-context-group-expected.txt [wasm] fix clear context group for wasm 2018-11-06 22:27:17 +00:00
wasm-reset-context-group.js [wasm] Rename {Get,Set,Tee}Local to Local{Get,Set,Tee} 2019-10-08 14:14:40 +00:00
wasm-scope-info-expected.txt [wasm] Support stepping back to Javascript from Wasm 2019-11-22 17:16:17 +00:00
wasm-scope-info.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-scripts-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-scripts-with-name-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-scripts-with-name.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-scripts.js [wasm] Prefer source map over DWARF info if present 2019-10-30 13:12:35 +00:00
wasm-set-breakpoint-expected.txt [wasm] Report module name if available 2019-10-31 20:32:31 +00:00
wasm-set-breakpoint.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-source-expected.txt
wasm-source.js [wasm] merge js constants file in module-builder 2019-01-30 22:10:34 +00:00
wasm-stack-expected.txt [wasm] use standard WebAssembly stack trace format 2019-06-11 18:03:24 +00:00
wasm-stack.js [wasm] merge js constants file in module-builder 2019-01-30 22:10:34 +00:00
wasm-stepping-byte-offsets-expected.txt Hash all strings as unsigned values 2019-11-22 13:27:31 +00:00
wasm-stepping-byte-offsets.js Reland "[wasm] Prevent breakpoints on nonbreakable positions" 2019-11-21 12:33:43 +00:00
wasm-stepping-expected.txt Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00
wasm-stepping-in-from-js-expected.txt [wasm] Support stepping into Wasm from Javascript 2019-11-18 19:59:32 +00:00
wasm-stepping-in-from-js.js [wasm] Support stepping into Wasm from Javascript 2019-11-18 19:59:32 +00:00
wasm-stepping-to-js-expected.txt [wasm] Support stepping back to Javascript from Wasm 2019-11-22 17:16:17 +00:00
wasm-stepping-to-js.js [wasm] Support stepping back to Javascript from Wasm 2019-11-22 17:16:17 +00:00
wasm-stepping-with-source-map-expected.txt [wasm] Report module name if available 2019-10-31 20:32:31 +00:00
wasm-stepping-with-source-map.js [wasm] Rename {Get,Set,Tee}Local to Local{Get,Set,Tee} 2019-10-08 14:14:40 +00:00
wasm-stepping.js Report real module in addition to fake scripts 2019-11-15 09:59:58 +00:00