Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h810 inline bool JSTaggedValue::IsJSSharedUint32Array() const in IsJSSharedUint32Array() function
812 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedUint32Array(); in IsJSSharedUint32Array()
Djs_tagged_value.h538 bool IsJSSharedUint32Array() const;
Djs_hclass.h858 inline bool IsJSSharedUint32Array() const in IsJSSharedUint32Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h559 bool IsJSSharedUint32Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp745 bool JSValueRef::IsJSSharedUint32Array(const EcmaVM *vm) in IsJSSharedUint32Array() function in panda::JSValueRef
748 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedUint32Array(); in IsJSSharedUint32Array()