Home
last modified time | relevance | path

Searched refs:moduleHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp87 JSHandle<JSTaggedValue> moduleHandle = JSHandle<JSTaggedValue>::Cast(module); in PutIntoCache() local
89 moduleHandle); in PutIntoCache()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1106 JSHandle<JSTaggedValue> moduleHandle(thread, module); in CreateClassWithBuffer() local
1108 … constpoolHandle, methodId, literalId, moduleHandle); in CreateClassWithBuffer()