Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h45 static JSTaggedValue MarkModuleCollectable(EcmaRuntimeCallInfo *msg);
Dbuiltins_global.cpp505 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable() function in panda::ecmascript::builtins::BuiltinsGlobal
Dbuiltins.cpp428 SetFunction(env, globalObject, "markModuleCollectable", Global::MarkModuleCollectable, 0); in InitializeGlobalObject()