Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/useTextureMatrix
/
.
/
tests
/
pthread
/
test_safe_stack.js
blob: 8f861f7849975e6539074bb57917a6524223f1f7 [
file
] [
log
] [
blame
] [
edit
]
Module
[
'onAbort'
]
=
function
(
what
)
{
if
(
what
==
'stack overflow'
)
{
reportResultToServer
(
1
);
}
}