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.h920 inline bool JSTaggedValue::IsJSInt16Array() const in IsJSInt16Array() function
922 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt16Array(); in IsJSInt16Array()
Djs_tagged_value.h548 bool IsJSInt16Array() const;
Djs_hclass.h632 inline bool IsJSInt16Array() const in IsJSInt16Array() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp212 EXPECT_TRUE(handleTagValInt16Array->IsJSInt16Array() && handleTagValInt16Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3224 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt16Array(); in IsInt16Array()