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

Method getThis

src/hx/cppia/CppiaFunction.cpp:713–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 }
712
713 hx::Object **getThis() const
714 {
715 unsigned char *base = ((unsigned char *)this) + sizeof(CppiaClosure);
716 return (hx::Object **)base;
717 }
718
719 // Create member closure...
720 CppiaClosure(hx::Object *inThis, ScriptCallable *inFunction)

Callers 15

CPPIA_CALL __s_toStringFunction · 0.45
runVoidMethod · 0.45
runIntMethod · 0.45
runFloatMethod · 0.45
runObjectMethod · 0.45
runStringMethod · 0.45
runObjectMethod · 0.45
runVoidMethod · 0.45
runMethod · 0.45
runObjectMethod · 0.45
runObjectMethod · 0.45
runObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected