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

Method runObject

src/hx/cppia/CppiaFunction.cpp:472–475  ·  view source on GitHub ↗

Return the closure

Source from the content-addressed store, hash-verified

470
471// Return the closure
472hx::Object *ScriptCallable::runObject(CppiaCtx *ctx)
473{
474 return createClosure(ctx,this);
475}
476
477const char *ScriptCallable::getName() { return "ScriptCallable"; }
478String ScriptCallable::runString(CppiaCtx *ctx) { return HX_CSTRING("#function"); }

Callers 1

pushArgsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected