Home
last modified time | relevance | path

Searched defs:weakRef (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_weak_ref.cpp48 JSHandle<JSWeakRef> weakRef = JSHandle<JSWeakRef>::Cast(obj); in WeakRefConstructor() local
67 JSHandle<JSWeakRef> weakRef = JSHandle<JSWeakRef>::Cast(thisValue); in Deref() local
/arkcompiler/ets_runtime/ecmascript/
Djs_weak_ref.h32 static JSTaggedValue WeakRefDeref(JSThread *thread, const JSHandle<JSWeakRef> &weakRef) in WeakRefDeref()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_weak_ref_test.cpp73 JSHandle<JSFunction> weakRef(env->GetBuiltinsWeakRefFunction()); in CreateWeakRefConstructor() local
95 JSHandle<JSFunction> weakRef(env->GetBuiltinsWeakRefFunction()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp113 … auto weakRef = JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject(); in Sweep() local
Dparallel_evacuator-inl.h104 auto weakRef = JSTaggedValue(dst).CreateAndGetWeakRef().GetRawTaggedObject(); in UpdateWeakObjectSlot() local
Dfull_gc.cpp122 … auto weakRef = JSTaggedValue(JSTaggedValue(dst).CreateAndGetWeakRef()).GetRawTaggedObject(); in Sweep() local