Home
last modified time | relevance | path

Searched refs:IsJSInt8Array (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h715 inline bool JSTaggedValue::IsJSInt8Array() const in IsJSInt8Array() function
717 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSInt8Array(); in IsJSInt8Array()
Djs_tagged_value.h519 bool IsJSInt8Array() const;
Djs_hclass.h768 inline bool IsJSInt8Array() const in IsJSInt8Array() function
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp730 EXPECT_TRUE(res->IsJSInt8Array()) << "[NotJSInt8Array] Deserialize TypedArray fail"; in TypedArrayTest1()
769 EXPECT_TRUE(res->IsJSInt8Array()) << "[NotJSInt8Array] Deserialize TypedArray fail"; in TypedArrayTest2()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_typed_array_test.cpp177 EXPECT_TRUE(handleTagValInt8Array->IsJSInt8Array() && handleTagValInt8Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp646 return JSNApiHelper::ToJSTaggedValue(this).IsJSInt8Array(); in IsInt8Array()