Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ passVal
Function
passVal
test/embind/embind_test.cpp:1584–1586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1582
}
1583
1584
void passVal(AbstractClass& ac, val v) {
1585
return ac.passVal(v);
1586
}
1587
1588
EMSCRIPTEN_BINDINGS(interface_tests) {
1589
class_<AbstractClass>(
"AbstractClass"
)
Callers
nothing calls this directly
Calls
1
passVal
Method · 0.45
Tested by
no test coverage detected