Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ makeValHolder
Method
makeValHolder
test/embind/embind_test.cpp:318–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
316
}
317
318
static ValHolder makeValHolder(val v) {
319
return ValHolder(v);
320
}
321
322
static void set_via_raw_pointer(ValHolder* vh, val v) {
323
vh->setVal(v);
Callers
1
embind.test.js
File · 0.80
Calls
1
ValHolder
Class · 0.85
Tested by
no test coverage detected