Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/preshell
/
.
/
tests
/
export_module.js
blob: 8829a7a359411b709df94fa31d19ec61929a519f [
file
] [
log
] [
blame
] [
edit
]
function
doNothing
()
{
return
false
;
}
export
{
doNothing
};