MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / createMemberClosure

Function createMemberClosure

src/hx/cppia/CppiaFunction.cpp:948–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

946}
947
948hx::Object *createMemberClosure(hx::Object *inThis, ScriptCallable *inFunction)
949{
950 return new (sizeof(hx::Object *)) CppiaClosure(inThis,inFunction);
951}
952
953
954

Callers 6

getFieldMethod · 0.85
getStaticValueMethod · 0.85
linkMethod · 0.85
runObjectMethod · 0.85
createDynamicMethod · 0.85
runInitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected