Home
last modified time | relevance | path

Searched refs:MarkModuleCollectable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h58 V("markModuleCollectable", MarkModuleCollectable, 0, INVALID) \
125 static JSTaggedValue MarkModuleCollectable(EcmaRuntimeCallInfo *msg);
Dbuiltins_global.cpp693 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable() function in panda::ecmascript::builtins::BuiltinsGlobal
Dbuiltins.cpp445 SetFunction(env, globalObject, "markModuleCollectable", Global::MarkModuleCollectable, 0); in InitializeGlobalObject()