Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h805 inline bool JSTaggedValue::IsJSSharedInt32Array() const in IsJSSharedInt32Array() function
807 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSSharedInt32Array(); in IsJSSharedInt32Array()
Djs_tagged_value.h537 bool IsJSSharedInt32Array() const;
Djs_hclass.h853 inline bool IsJSSharedInt32Array() const in IsJSSharedInt32Array() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h558 bool IsJSSharedInt32Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp733 bool JSValueRef::IsJSSharedInt32Array(const EcmaVM *vm) in IsJSSharedInt32Array() function in panda::JSValueRef
736 return JSNApiHelper::ToJSTaggedValue(this).IsJSSharedInt32Array(); in IsJSSharedInt32Array()