Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_tagged_value-inl.h725 inline bool JSTaggedValue::IsJSUint8ClampedArray() const in IsJSUint8ClampedArray() function in panda::ecmascript::JSTaggedValue
727 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSUint8ClampedArray(); in IsJSUint8ClampedArray()
H A Djs_tagged_value.h521 bool IsJSUint8ClampedArray() const;
H A Djs_hclass.h778 inline bool IsJSUint8ClampedArray() const in IsJSUint8ClampedArray() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp185 EXPECT_TRUE(handleTagValUint8ClampedArray->IsJSUint8ClampedArray() && in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp658 return JSNApiHelper::ToJSTaggedValue(this).IsJSUint8ClampedArray(); in IsUint8ClampedArray()

Completed in 22 milliseconds