Home
last modified time | relevance | path

Searched defs:weakSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_set.cpp45 JSHandle<JSWeakSet> weakSet = JSHandle<JSWeakSet>::Cast(obj); in WeakSetConstructor() local
130 JSHandle<JSWeakSet> weakSet(thread, JSWeakSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Add() local
149 JSHandle<JSWeakSet> weakSet(thread, JSWeakSet::Cast(*JSTaggedValue::ToObject(thread, self))); in Delete() local
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_container.cpp65 void JSWeakSet::Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedVa… in Add()
76 bool JSWeakSet::Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTagge… in Delete()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_set_test.cpp100 JSHandle<JSWeakSet> weakSet(thread, CreateBuiltinsWeakSet(thread)); in HWTEST_F_L0() local
127 JSHandle<JSWeakSet> weakSet(thread, CreateBuiltinsWeakSet(thread)); in HWTEST_F_L0() local
166 JSHandle<JSWeakSet> weakSet(thread, CreateBuiltinsWeakSet(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp788 JSHandle<JSTaggedValue> weakSet = env->GetBuiltinsWeakSetFunction(); in HWTEST_F_L0() local
864 JSHandle<JSTaggedValue> weakSet = env->GetBuiltinsWeakSetFunction(); in HWTEST_F_L0() local