Searched refs:JS_BIGINT64_ARRAY (Results 1 – 11 of 11) sorted by relevance
63 case JSType::JS_BIGINT64_ARRAY: in GetType()118 case JSType::JS_BIGINT64_ARRAY: in GetConstructor()
80 JS_BIGINT64_ARRAY, enumerator
322 case JSType::JS_BIGINT64_ARRAY: in WriteTaggedObject()323 return WriteJSTypedArray(value, SerializationUID::JS_BIGINT64_ARRAY); in WriteTaggedObject()1180 case SerializationUID::JS_BIGINT64_ARRAY: in DeserializeJSTaggedValue()1181 return ReadJSTypedArray(SerializationUID::JS_BIGINT64_ARRAY); in DeserializeJSTaggedValue()1660 case SerializationUID::JS_BIGINT64_ARRAY: { in ReadJSTypedArray()
177 …JS_BIGINT64_ARRAY, /* ///////////////////////////////////////////////////////////////////////…664 return GetObjectType() == JSType::JS_BIGINT64_ARRAY; in IsJSBigInt64Array()
224 case JSType::JS_BIGINT64_ARRAY: in DumpJSType()745 case JSType::JS_BIGINT64_ARRAY: in DumpObject()3792 case JSType::JS_BIGINT64_ARRAY: in DumpObject()
1058 case JSType::JS_BIGINT64_ARRAY: in InitializeJSObject()
278 EXPECT_EQ(TypedArrayHelper::GetType(JSType::JS_BIGINT64_ARRAY), DataViewType::BIGINT64); in HWTEST_F_L0()335 EXPECT_EQ(TypedArrayHelper::GetElementSize(JSType::JS_BIGINT64_ARRAY), 8U); in HWTEST_F_L0()
315 case JSType::JS_BIGINT64_ARRAY: in VisitObjectBody()
327 case JSType::JS_BIGINT64_ARRAY: in GenerateNodeName()
753 case JSType::JS_BIGINT64_ARRAY: in HWTEST_F_L0()
2570 … panda::ecmascript::JSTypedArray::SIZE, JSType::JS_BIGINT64_ARRAY, bigInt64ArrFuncPrototypeValue); in InitializeBigInt64Array()