Home
last modified time | relevance | path

Searched refs:WeakMapConstructor (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_map.h26 static JSTaggedValue WeakMapConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_weak_map.cpp23 JSTaggedValue BuiltinsWeakMap::WeakMapConstructor(EcmaRuntimeCallInfo *argv) in WeakMapConstructor() function in panda::ecmascript::builtins::BuiltinsWeakMap
H A Dbuiltins.cpp1503 env, weakMapFuncPrototype, BuiltinsWeakMap::WeakMapConstructor, "WeakMap", FunctionLength::ZERO)); in InitializeWeakMap()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_weak_map_test.cpp65 JSTaggedValue result = BuiltinsWeakMap::WeakMapConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsWeakMap()
98 JSTaggedValue result1 = BuiltinsWeakMap::WeakMapConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp345 reinterpret_cast<uintptr_t>(BuiltinsWeakMap::WeakMapConstructor),

Completed in 12 milliseconds