Home
last modified time | relevance | path

Searched refs:IsJSBigInt64Array (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp185 if (array->IsJSBigInt64Array()) { in Wait()
218 if (array->IsJSBigInt64Array()) { in Wait()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h950 inline bool JSTaggedValue::IsJSBigInt64Array() const in IsJSBigInt64Array() function
952 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSBigInt64Array(); in IsJSBigInt64Array()
Djs_tagged_value.h554 bool IsJSBigInt64Array() const;
Djs_hclass.h662 inline bool IsJSBigInt64Array() const in IsJSBigInt64Array() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3254 return JSNApiHelper::ToJSTaggedValue(this).IsJSBigInt64Array(); in IsBigInt64Array()