Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h780 inline bool JSTaggedValue::IsJSSharedInt8Array() const in IsJSSharedInt8Array() function
782 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedInt8Array(); in IsJSSharedInt8Array()
Djs_tagged_value.h532 bool IsJSSharedInt8Array() const;
Djs_hclass.h828 inline bool IsJSSharedInt8Array() const in IsJSSharedInt8Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h553 bool IsJSSharedInt8Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp703 bool JSValueRef::IsJSSharedInt8Array(const EcmaVM *vm) in IsJSSharedInt8Array() function in panda::JSValueRef
706 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedInt8Array(); in IsJSSharedInt8Array()