Searched refs:MarkModuleCollectable (Results 1 – 3 of 3) sorted by relevance
45 static JSTaggedValue MarkModuleCollectable(EcmaRuntimeCallInfo *msg);
505 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable() function in panda::ecmascript::builtins::BuiltinsGlobal
428 SetFunction(env, globalObject, "markModuleCollectable", Global::MarkModuleCollectable, 0); in InitializeGlobalObject()