Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_set.h26 static JSTaggedValue WeakSetConstructor(EcmaRuntimeCallInfo *argv);
H A Dbuiltins_weak_set.cpp24 JSTaggedValue BuiltinsWeakSet::WeakSetConstructor(EcmaRuntimeCallInfo *argv) in WeakSetConstructor() function in panda::ecmascript::builtins::BuiltinsWeakSet
H A Dbuiltins.cpp1550 env, weakSetFuncPrototype, BuiltinsWeakSet::WeakSetConstructor, "WeakSet", FunctionLength::ZERO)); in InitializeWeakSet()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_weak_set_test.cpp63 JSTaggedValue result = BuiltinsWeakSet::WeakSetConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsWeakSet()
93 JSTaggedValue result1 = BuiltinsWeakSet::WeakSetConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp350 reinterpret_cast<uintptr_t>(BuiltinsWeakSet::WeakSetConstructor),

Completed in 12 milliseconds