Home
last modified time | relevance | path

Searched refs:GetWeakRawValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h205 inline JSTaggedValue GetWeakRawValue() const in GetWeakRawValue() function
Djs_hclass.cpp77 … (TransitionsDictionary::IsMatch(key, metaData, element, GetAttributes(entry).GetWeakRawValue())) { in FindEntry()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2621 … return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, key.GetWeakRawValue())); in GetKey()
2679 …return JSNApiHelper::ToLocal<JSValueRef>(JSHandle<JSTaggedValue>(thread, value.GetWeakRawValue())); in GetValue()