Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h785 inline bool JSTaggedValue::IsJSSharedUint8Array() const in IsJSSharedUint8Array() function
787 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedUint8Array(); in IsJSSharedUint8Array()
Djs_tagged_value.h533 bool IsJSSharedUint8Array() const;
Djs_hclass.h833 inline bool IsJSSharedUint8Array() const in IsJSSharedUint8Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h554 bool IsJSSharedUint8Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp709 bool JSValueRef::IsJSSharedUint8Array([[maybe_unused]]const EcmaVM *vm) in IsJSSharedUint8Array() function in panda::JSValueRef
712 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedUint8Array(); in IsJSSharedUint8Array()