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.h884 inline bool JSTaggedValue::IsJSInt16Array() const in IsJSInt16Array() function
886 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt16Array(); in IsJSInt16Array()
Djs_tagged_value.h535 bool IsJSInt16Array() const;
Djs_hclass.h557 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.cpp2456 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt16Array(); in IsInt16Array()