Searched refs:JS_UINT8_ARRAY (Results 1 – 12 of 12) sorted by relevance
/ark/js_runtime/ecmascript/base/ |
D | typed_array_helper-inl.h | 43 case JSType::JS_UINT8_ARRAY: in GetType() 67 case JSType::JS_UINT8_ARRAY: in GetElementSize() 119 case JSType::JS_UINT8_ARRAY: in GetConstructor()
|
/ark/js_runtime/ecmascript/ |
D | js_serializer.cpp | 270 case JSType::JS_UINT8_ARRAY: in WriteTaggedObject() 271 return WriteJSTypedArray(value, SerializationUID::JS_UINT8_ARRAY); in WriteTaggedObject() 842 case SerializationUID::JS_UINT8_ARRAY: in DeserializeJSTaggedValue() 843 return ReadJSTypedArray(SerializationUID::JS_UINT8_ARRAY); in DeserializeJSTaggedValue() 1084 case SerializationUID::JS_UINT8_ARRAY: { in ReadJSTypedArray()
|
D | js_serializer.h | 58 JS_UINT8_ARRAY, enumerator
|
D | js_hclass.h | 125 …JS_UINT8_ARRAY, /* ///////////////////////////////////////////////////////////////////////////////… 429 return GetObjectType() == JSType::JS_UINT8_ARRAY; in IsJSUint8Array()
|
D | dump.cpp | 148 case JSType::JS_UINT8_ARRAY: in DumpJSType() 469 case JSType::JS_UINT8_ARRAY: in DumpObject() 2443 case JSType::JS_UINT8_ARRAY: in DumpObject()
|
D | object_factory.cpp | 722 case JSType::JS_UINT8_ARRAY: in NewJSObjectByConstructor()
|
D | builtins.cpp | 1860 panda::ecmascript::JSTypedArray::SIZE, JSType::JS_UINT8_ARRAY, uint8ArrFuncPrototypeValue); in InitializeUint8Array()
|
/ark/js_runtime/ecmascript/mem/ |
D | object_xray-inl.h | 186 case JSType::JS_UINT8_ARRAY: in VisitObjectBody()
|
/ark/js_runtime/ecmascript/tests/ |
D | js_typed_array_test.cpp | 48 JSType::JS_INT8_ARRAY, JSType::JS_UINT8_ARRAY, JSType::JS_UINT8_CLAMPED_ARRAY, 73 case JSType::JS_UINT8_ARRAY: in CreateNumberTypedArray() 199 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0() 457 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0() 505 … JSHandle<JSTypedArray> handleUint8Array = CreateNumberTypedArray(thread, JSType::JS_UINT8_ARRAY); in HWTEST_F_L0()
|
D | dump_test.cpp | 459 case JSType::JS_UINT8_ARRAY: in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/hprof/ |
D | heap_snapshot.cpp | 220 case JSType::JS_UINT8_ARRAY: in GenerateNodeName()
|
/ark/js_runtime/ecmascript/compiler/ |
D | circuit_ir_specification.md | 45 …JS_HEAP_OBJECT` `JS_STRING` `JS_OBJECT` `JS_ARRAY` `JS_TYPED_ARRAY` `JS_UINT8_ARRAY` etc. builtin …
|