MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / makeConst

Method makeConst

test/embind/embind_test.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 static const ValHolder* makeConst(val v) {
315 return new ValHolder(v);
316 }
317
318 static ValHolder makeValHolder(val v) {
319 return ValHolder(v);

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected