Home
last modified time | relevance | path

Searched refs:IsJSUint32Array (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h745 inline bool JSTaggedValue::IsJSUint32Array() const in IsJSUint32Array() function in panda::ecmascript::JSTaggedValue
747 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSUint32Array(); in IsJSUint32Array()
H A Djs_tagged_value.h525 bool IsJSUint32Array() const;
H A Djs_hclass.h798 inline bool IsJSUint32Array() const in IsJSUint32Array() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp202 EXPECT_TRUE(handleTagValUint32Array->IsJSUint32Array() && handleTagValUint32Array->IsTypedArray()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp682 return JSNApiHelper::ToJSTaggedValue(this).IsJSUint32Array(); in IsUint32Array()

Completed in 23 milliseconds