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.h774 inline bool JSTaggedValue::IsJSInt32Array() const in IsJSInt32Array() function
776 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt32Array(); in IsJSInt32Array()
Djs_tagged_value.h577 bool IsJSInt32Array() const;
Djs_hclass.h853 inline bool IsJSInt32Array() const in IsJSInt32Array() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp198 EXPECT_TRUE(handleTagValInt32Array->IsJSInt32Array() && handleTagValInt32Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp763 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt32Array(); in IsInt32Array()