Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
948
hx::Object *createMemberClosure(hx::Object *inThis, ScriptCallable *inFunction)
949
{
950
return new (sizeof(hx::Object *)) CppiaClosure(inThis,inFunction);
951
}
952
953
954
Callers
6
getField
Method · 0.85
getStaticValue
Method · 0.85
link
Method · 0.85
runObject
Method · 0.85
createDynamic
Method · 0.85
runInit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected