Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
test_chained_js_error_diagnostics.js
blob: 2a40083462127552b880e401f26a078283bc6706 [
file
]
addToLibrary
({
bar__deps
:
[
'nonexistent_function'
],
bar
:
function
()
{},
foo__deps
:
[
'bar'
],
foo
:
function
()
{},
});