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.h740 inline bool JSTaggedValue::IsJSInt32Array() const in IsJSInt32Array() function
742 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt32Array(); in IsJSInt32Array()
Djs_tagged_value.h524 bool IsJSInt32Array() const;
Djs_hclass.h793 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.cpp670 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt32Array(); in IsInt32Array()