Home
last modified time | relevance | path

Searched defs:weakMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_map_test.cpp123 …JSHandle<JSWeakMap> weakMap(thread, JSWeakMap::Cast(reinterpret_cast<TaggedObject *>(result1.GetRa… in HWTEST_F_L0() local
130 JSHandle<JSWeakMap> weakMap(thread, CreateBuiltinsWeakMap(thread)); in HWTEST_F_L0() local
171 JSHandle<JSWeakMap> weakMap(thread, CreateBuiltinsWeakMap(thread)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_map.cpp46 JSHandle<JSWeakMap> weakMap = JSHandle<JSWeakMap>::Cast(obj); in WeakMapConstructor() local
88 JSHandle<JSWeakMap> weakMap(self); in Delete() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp791 JSHandle<JSTaggedValue> weakMap = env->GetBuiltinsWeakMapFunction(); in HWTEST_F_L0() local