Home
last modified time | relevance | path

Searched refs:WeakRefDeref (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_weak_ref.h32 // 26.1.4.1 WeakRefDeref ( weakRef )
33 static JSTaggedValue WeakRefDeref(JSThread *thread, const JSHandle<JSWeakRef> &weakRef) in WeakRefDeref() function in panda::ecmascript::JSWeakRef
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_ref.cpp63 // 3. Return ! WeakRefDeref(weakRef). in Deref()
65 return JSWeakRef::WeakRefDeref(thread, weakRef); in Deref()

Completed in 2 milliseconds