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.h965 inline bool JSTaggedValue::IsJSInt32Array() const in IsJSInt32Array() function
967 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt32Array(); in IsJSInt32Array()
Djs_tagged_value.h498 bool IsJSInt32Array() const;
Djs_hclass.h729 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_expo.cpp571 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt32Array(); in IsInt32Array()