MCPcopy 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
1584void passVal(AbstractClass& ac, val v) {
1585 return ac.passVal(v);
1586}
1587
1588EMSCRIPTEN_BINDINGS(interface_tests) {
1589 class_<AbstractClass>("AbstractClass")

Callers

nothing calls this directly

Calls 1

passValMethod · 0.45

Tested by

no test coverage detected