Home
last modified time | relevance | path

Searched refs:IsJSUint8Array (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h720 inline bool JSTaggedValue::IsJSUint8Array() const in IsJSUint8Array() function in panda::ecmascript::JSTaggedValue
722 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSUint8Array(); in IsJSUint8Array()
H A Djs_tagged_value.h520 bool IsJSUint8Array() const;
H A Djs_hclass.h773 inline bool IsJSUint8Array() const in IsJSUint8Array() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_object.cpp1080 if (obj->IsJSUint8Array() || obj->IsJSUint16Array()) { in Entries()
1081 THROW_RANGE_ERROR_AND_RETURN(thread, "Object entries is not supported IsJSUint8Array or IsJSUint16Array", in Entries()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp181 EXPECT_TRUE(handleTagValUint8Array->IsJSUint8Array() && handleTagValUint8Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp646 return JSNApiHelper::ToJSTaggedValue(this).IsJSUint8Array(); in IsUint8Array()

Completed in 28 milliseconds