Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h795 inline bool JSTaggedValue::IsJSSharedInt16Array() const in IsJSSharedInt16Array() function
797 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedInt16Array(); in IsJSSharedInt16Array()
Djs_tagged_value.h535 bool IsJSSharedInt16Array() const;
Djs_hclass.h843 inline bool IsJSSharedInt16Array() const in IsJSSharedInt16Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h556 bool IsJSSharedInt16Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp721 bool JSValueRef::IsJSSharedInt16Array(const EcmaVM *vm) in IsJSSharedInt16Array() function in panda::JSValueRef
724 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedInt16Array(); in IsJSSharedInt16Array()