Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h730 inline bool JSTaggedValue::IsJSInt16Array() const in IsJSInt16Array() function
732 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt16Array(); in IsJSInt16Array()
Djs_tagged_value.h522 bool IsJSInt16Array() const;
Djs_hclass.h783 inline bool IsJSInt16Array() const in IsJSInt16Array() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp190 EXPECT_TRUE(handleTagValInt16Array->IsJSInt16Array() && handleTagValInt16Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp658 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt16Array(); in IsInt16Array()