Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h894 inline bool JSTaggedValue::IsJSInt32Array() const in IsJSInt32Array() function
896 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt32Array(); in IsJSInt32Array()
Djs_tagged_value.h537 bool IsJSInt32Array() const;
Djs_hclass.h567 inline bool IsJSInt32Array() const in IsJSInt32Array() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp220 EXPECT_TRUE(handleTagValInt32Array->IsJSInt32Array() && handleTagValInt32Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2466 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt32Array(); in IsInt32Array()