MCPcopy Create free account
hub / github.com/cocos/cocos-engine / mainLoopUpdate

Method mainLoopUpdate

native/cocos/bindings/jswrapper/v8/ScriptEngine.cpp:978–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978void ScriptEngine::mainLoopUpdate() {
979 // empty implementation
980}
981
982bool ScriptEngine::callFunction(Object *targetObj, const char *funcName, uint32_t argc, Value *args, Value *rval /* = nullptr*/) {
983 v8::HandleScope const handleScope(_isolate);

Callers 1

tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected