Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ embind_lib_with_asyncify.test.js
File
embind_lib_with_asyncify.test.js
test/core/embind_lib_with_asyncify.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
Module[
'onRuntimeInitialized'
] =
async
() => {
2
try {
3
let
delayedThrowResult = Module.delayed_throw();
4
assert(delayedThrowResult instanceof Promise);
Callers
nothing calls this directly
Calls
7
method_without_async_calls
Method · 0.80
void_method_without_async_calls
Method · 0.80
void_method_with_async_calls
Method · 0.80
static_method
Method · 0.80
log
Method · 0.80
assert
Function · 0.50
method
Method · 0.45
Tested by
no test coverage detected