gecko-dev/dom/worklet/tests
Karl Tomlinson 7d40632022 Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku
The separation of parse and evaluate steps permits implementation of behavior
on unhandled exception during evaluation that is different from that on
parsing error.

Implementation of fetching a complete module script graph is tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1572644

Differential Revision: https://phabricator.services.mozilla.com/D41339

--HG--
extra : moz-landing-system : lando
2019-08-13 11:10:23 +00:00
..
.eslintrc.js
common.js
mochitest.ini
server_import_with_cache.sjs
test_audioWorklet.html
test_audioWorkletGlobalScopeRegisterProcessor.html
test_audioWorklet_insecureContext.html
test_basic.html
test_console.html Bug 1571622 test for absolute URL in worklet script console logging r=baku 2019-08-06 09:06:51 +00:00
test_dump.html
test_exception.html Bug 1473463 evaluate worklet scripts as modules without support for nested import r=baku 2019-08-13 11:10:23 +00:00
test_import_with_cache.html
test_paintWorklet.html
worklet_audioWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_console.js
worklet_dump.js
worklet_exception.js
worklet_paintWorklet.js Bug 1473463 use globalThis in worklet tests because |this| is undefined in toplevel module script r=baku 2019-08-12 11:46:02 +00:00
worklet_test_audioWorkletGlobalScopeRegisterProcessor.js