Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h800 inline bool JSTaggedValue::IsJSSharedUint16Array() const in IsJSSharedUint16Array() function
802 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedUint16Array(); in IsJSSharedUint16Array()
Djs_tagged_value.h536 bool IsJSSharedUint16Array() const;
Djs_hclass.h848 inline bool IsJSSharedUint16Array() const in IsJSSharedUint16Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h557 bool IsJSSharedUint16Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp727 bool JSValueRef::IsJSSharedUint16Array(const EcmaVM *vm) in IsJSSharedUint16Array() function in panda::JSValueRef
730 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedUint16Array(); in IsJSSharedUint16Array()