• Home
  • Raw
  • Download

Lines Matching full:cast

178         JSHClass::Cast(thread_->GlobalConstants()->GetHClassClass().GetTaggedObject()), classSize));  in NewEcmaHClass()
204 …return NewEcmaHClass(JSHClass::Cast(thread_->GlobalConstants()->GetHClassClass().GetTaggedObject()… in NewEcmaHClass()
230 auto *pointer = JSNativePointer::Cast(data.GetTaggedObject()); in NewJSArrayBufferData()
270 auto *pointer = JSNativePointer::Cast(data.GetTaggedObject()); in NewJSSendableArrayBufferData()
463 JSNativePointer *native = JSNativePointer::Cast(data.GetTaggedObject()); in NewJSRegExpByteCodeData()
496 JSHClass::Cast(thread_->GlobalConstants()->GetHClassClass().GetTaggedObject()), classSize)); in NewEcmaHClass()
505 JSHandle<JSObject> obj(thread_, JSObject::Cast(NewObject(jshclass))); in NewJSObject()
670 auto layout = LayoutInfo::Cast(klass->GetLayout(thread_).GetTaggedObject()); in CloneObjectLiteral()
727 jshclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutProto()); in CreateJSFunctionFromTemplate()
729 jshclass = JSHandle<JSHClass>::Cast(env->GetAsyncFunctionClass()); in CreateJSFunctionFromTemplate()
731 jshclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in CreateJSFunctionFromTemplate()
750 jshclass = JSHandle<JSHClass>::Cast(env->GetSFunctionClassWithoutProto()); in CreateSFunctionFromTemplate()
752 jshclass = JSHandle<JSHClass>::Cast(env->GetAsyncFunctionClass()); in CreateSFunctionFromTemplate()
754 jshclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in CreateSFunctionFromTemplate()
782 auto layout = LayoutInfo::Cast(hclass->GetLayout(thread_).GetTaggedObject()); in CloneClassCtor()
809 … JSObject::Cast(NewNonMovableObject(jshclass, jshclass->GetInlinedProperties()))); in NewNonMovableJSObject()
819 JSHandle<JSPrimitiveRef> obj = JSHandle<JSPrimitiveRef>::Cast(NewJSObject(hclass)); in NewJSPrimitiveRef()
834 JSArray::Cast(*obj)->SetLength(length); in NewJSArray()
835 JSArray::Cast(*obj)->SetTrackInfo(thread_, JSTaggedValue::Undefined()); in NewJSArray()
837 …JSArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, acces… in NewJSArray()
865 uint32_t enumLength = JSHandle<TaggedArray>::Cast(keys)->GetLength(); in NewJSForinIterator()
866 JSHandle<JSForInIterator> it = JSHandle<JSForInIterator>::Cast(NewJSObject(hclass)); in NewJSForinIterator()
990 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetArgumentsClass()); in NewJSArguments()
991 JSHandle<JSArguments> obj = JSHandle<JSArguments>::Cast(NewJSObject(hclass)); in NewJSArguments()
1059 JSHandle<JSFunction> nativeFunc = JSHandle<JSFunction>::Cast(nativeConstructor); in NewJSError()
1273 … JSIntl::Cast(*obj)->SetFallbackSymbol<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1275 JSIntl::Cast(*obj)->SetFallbackSymbol(thread_, jsSymbol); in InitializeJSObject()
1279 JSLocale::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1283 … JSDateTimeFormat::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1284 … JSDateTimeFormat::Cast(*obj)->SetCalendar<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1285 …JSDateTimeFormat::Cast(*obj)->SetNumberingSystem<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()… in InitializeJSObject()
1286 … JSDateTimeFormat::Cast(*obj)->SetTimeZone<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1287 … JSDateTimeFormat::Cast(*obj)->SetLocaleIcu<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1288 …JSDateTimeFormat::Cast(*obj)->SetSimpleDateTimeFormatIcu<SKIP_BARRIER>(thread_, JSTaggedValue::Und… in InitializeJSObject()
1289 … JSDateTimeFormat::Cast(*obj)->SetIso8601<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1290 … JSDateTimeFormat::Cast(*obj)->SetBoundFormat<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1291 JSDateTimeFormat::Cast(*obj)->SetHourCycle(HourCycleOption::EXCEPTION); in InitializeJSObject()
1292 JSDateTimeFormat::Cast(*obj)->SetDateStyle(DateTimeStyleOption::EXCEPTION); in InitializeJSObject()
1293 JSDateTimeFormat::Cast(*obj)->SetTimeStyle(DateTimeStyleOption::EXCEPTION); in InitializeJSObject()
1297 … JSNumberFormat::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1298 … JSNumberFormat::Cast(*obj)->SetNumberingSystem<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1299 … JSNumberFormat::Cast(*obj)->SetCurrency<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1300 JSNumberFormat::Cast(*obj)->SetUnit<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1301 …JSNumberFormat::Cast(*obj)->SetMinimumIntegerDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1302 …JSNumberFormat::Cast(*obj)->SetMinimumFractionDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1303 …JSNumberFormat::Cast(*obj)->SetMaximumFractionDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1304 …JSNumberFormat::Cast(*obj)->SetMinimumSignificantDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Unde… in InitializeJSObject()
1305 …JSNumberFormat::Cast(*obj)->SetMaximumSignificantDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Unde… in InitializeJSObject()
1306 … JSNumberFormat::Cast(*obj)->SetUseGrouping<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1307 … JSNumberFormat::Cast(*obj)->SetBoundFormat<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1308 … JSNumberFormat::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1309 JSNumberFormat::Cast(*obj)->SetStyle(StyleOption::EXCEPTION); in InitializeJSObject()
1310 JSNumberFormat::Cast(*obj)->SetCurrencySign(CurrencySignOption::EXCEPTION); in InitializeJSObject()
1311 JSNumberFormat::Cast(*obj)->SetCurrencyDisplay(CurrencyDisplayOption::EXCEPTION); in InitializeJSObject()
1312 JSNumberFormat::Cast(*obj)->SetUnitDisplay(UnitDisplayOption::EXCEPTION); in InitializeJSObject()
1313 JSNumberFormat::Cast(*obj)->SetSignDisplay(SignDisplayOption::EXCEPTION); in InitializeJSObject()
1314 JSNumberFormat::Cast(*obj)->SetCompactDisplay(CompactDisplayOption::EXCEPTION); in InitializeJSObject()
1315 JSNumberFormat::Cast(*obj)->SetNotation(NotationOption::EXCEPTION); in InitializeJSObject()
1316 JSNumberFormat::Cast(*obj)->SetRoundingType(RoundingType::EXCEPTION); in InitializeJSObject()
1320 … JSRelativeTimeFormat::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1321 …JSRelativeTimeFormat::Cast(*obj)->SetNumberingSystem<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1322 … JSRelativeTimeFormat::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1323 JSRelativeTimeFormat::Cast(*obj)->SetStyle(RelativeStyleOption::EXCEPTION); in InitializeJSObject()
1324 JSRelativeTimeFormat::Cast(*obj)->SetNumeric(NumericOption::EXCEPTION); in InitializeJSObject()
1328 JSCollator::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1329 JSCollator::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1330 JSCollator::Cast(*obj)->SetCollation<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1331 … JSCollator::Cast(*obj)->SetBoundCompare<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1332 JSCollator::Cast(*obj)->SetUsage(UsageOption::EXCEPTION); in InitializeJSObject()
1333 JSCollator::Cast(*obj)->SetCaseFirst(CaseFirstOption::EXCEPTION); in InitializeJSObject()
1334 JSCollator::Cast(*obj)->SetSensitivity(SensitivityOption::EXCEPTION); in InitializeJSObject()
1335 JSCollator::Cast(*obj)->SetIgnorePunctuation(false); in InitializeJSObject()
1336 JSCollator::Cast(*obj)->SetNumeric(false); in InitializeJSObject()
1340 JSPluralRules::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1341 …JSPluralRules::Cast(*obj)->SetMinimumIntegerDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
1342 …JSPluralRules::Cast(*obj)->SetMinimumFractionDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1343 …JSPluralRules::Cast(*obj)->SetMaximumFractionDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1344 …JSPluralRules::Cast(*obj)->SetMinimumSignificantDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1345 …JSPluralRules::Cast(*obj)->SetMaximumSignificantDigits<SKIP_BARRIER>(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1346 JSPluralRules::Cast(*obj)->SetIcuPR<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1347 JSPluralRules::Cast(*obj)->SetIcuNF<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1348 JSPluralRules::Cast(*obj)->SetRoundingType(RoundingType::EXCEPTION); in InitializeJSObject()
1349 JSPluralRules::Cast(*obj)->SetType(TypeOption::EXCEPTION); in InitializeJSObject()
1353 … JSDisplayNames::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1354 JSDisplayNames::Cast(*obj)->SetType(TypednsOption::EXCEPTION); in InitializeJSObject()
1355 JSDisplayNames::Cast(*obj)->SetStyle(StyOption::EXCEPTION); in InitializeJSObject()
1356 JSDisplayNames::Cast(*obj)->SetFallback(FallbackOption::EXCEPTION); in InitializeJSObject()
1357 … JSDisplayNames::Cast(*obj)->SetIcuLDN<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1361 JSSegmenter::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1362 JSSegmenter::Cast(*obj)->SetGranularity(GranularityOption::EXCEPTION); in InitializeJSObject()
1363 JSSegmenter::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1367 JSSegments::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1368 … JSSegments::Cast(*obj)->SetSegmentsString<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1369 … JSSegments::Cast(*obj)->SetUnicodeString<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1370 JSSegments::Cast(*obj)->SetGranularity(GranularityOption::EXCEPTION); in InitializeJSObject()
1374 … JSSegmentIterator::Cast(*obj)->SetIcuField<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1375 …JSSegmentIterator::Cast(*obj)->SetIteratedString<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()… in InitializeJSObject()
1376 …JSSegmentIterator::Cast(*obj)->SetUnicodeString<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1377 JSSegmentIterator::Cast(*obj)->SetGranularity(GranularityOption::EXCEPTION); in InitializeJSObject()
1381 JSListFormat::Cast(*obj)->SetLocale<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1382 JSListFormat::Cast(*obj)->SetType(ListTypeOption::EXCEPTION); in InitializeJSObject()
1383 JSListFormat::Cast(*obj)->SetStyle(ListStyleOption::EXCEPTION); in InitializeJSObject()
1384 JSListFormat::Cast(*obj)->SetIcuLF<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1404 JSArray::Cast(*obj)->SetLength(0); in InitializeJSObject()
1405 JSArray::Cast(*obj)->SetTrackInfo(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1408 …JSArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, acces… in InitializeJSObject()
1412 JSSharedArray::Cast(*obj)->SetLength(0); in InitializeJSObject()
1413 JSSharedArray::Cast(*obj)->SetTrackInfo(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1415 JSSharedArray::Cast(*obj)->SetModRecord(0); in InitializeJSObject()
1417 … JSSharedArray::Cast(*obj)->SetPropertyInlinedProps(thread_, JSArray::LENGTH_INLINE_PROPERTY_INDEX, in InitializeJSObject()
1422 JSDate::Cast(*obj)->SetTimeValue(thread_, JSTaggedValue(0.0)); in InitializeJSObject()
1423 JSDate::Cast(*obj)->SetLocalOffset(thread_, JSTaggedValue(JSDate::MAX_DOUBLE)); in InitializeJSObject()
1437 JSTypedArray::Cast(*obj)->SetViewedArrayBufferOrByteArray<SKIP_BARRIER>(thread_, in InitializeJSObject()
1439 … JSTypedArray::Cast(*obj)->SetTypedArrayName<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1440 JSTypedArray::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1441 JSTypedArray::Cast(*obj)->SetByteOffset(0); in InitializeJSObject()
1442 JSTypedArray::Cast(*obj)->SetArrayLength(0); in InitializeJSObject()
1443 JSTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
1457 JSSharedTypedArray::Cast(*obj)->SetViewedArrayBufferOrByteArray<SKIP_BARRIER>(thread_, in InitializeJSObject()
1459 …JSSharedTypedArray::Cast(*obj)->SetTypedArrayName<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined(… in InitializeJSObject()
1460 JSSharedTypedArray::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1461 JSSharedTypedArray::Cast(*obj)->SetByteOffset(0); in InitializeJSObject()
1462 JSSharedTypedArray::Cast(*obj)->SetArrayLength(0); in InitializeJSObject()
1463 JSSharedTypedArray::Cast(*obj)->SetContentType(ContentType::None); in InitializeJSObject()
1464 JSSharedTypedArray::Cast(*obj)->SetModRecord(0); in InitializeJSObject()
1467 … JSRegExp::Cast(*obj)->SetByteCodeBuffer<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1468 … JSRegExp::Cast(*obj)->SetOriginalSource<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1469 JSRegExp::Cast(*obj)->SetOriginalFlags(thread_, JSTaggedValue(0)); in InitializeJSObject()
1470 JSRegExp::Cast(*obj)->SetGroupName<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1471 JSRegExp::Cast(*obj)->SetLength(0); in InitializeJSObject()
1474 JSPrimitiveRef::Cast(*obj)->SetValue<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1477 JSSet::Cast(*obj)->SetLinkedSet(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1480 JSSharedSet::Cast(*obj)->SetLinkedSet(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1481 JSSharedSet::Cast(*obj)->SetModRecord(0); in InitializeJSObject()
1484 JSMap::Cast(*obj)->SetLinkedMap<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1487 … JSSharedMap::Cast(*obj)->SetLinkedMap<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1488 JSSharedMap::Cast(*obj)->SetModRecord(0); in InitializeJSObject()
1491 JSWeakMap::Cast(*obj)->SetLinkedMap<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1494 JSWeakSet::Cast(*obj)->SetLinkedSet<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1497 JSWeakRef::Cast(*obj)->SetWeakObject<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1500 …JSFinalizationRegistry::Cast(*obj)->SetCleanupCallback<SKIP_BARRIER>(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1501 …JSFinalizationRegistry::Cast(*obj)->SetNoUnregister<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1502 …JSFinalizationRegistry::Cast(*obj)->SetMaybeUnregister<SKIP_BARRIER>(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1503 JSFinalizationRegistry::Cast(*obj)->SetNext(thread_, JSTaggedValue::Null()); in InitializeJSObject()
1504 JSFinalizationRegistry::Cast(*obj)->SetPrev(thread_, JSTaggedValue::Null()); in InitializeJSObject()
1507 …JSGeneratorObject::Cast(*obj)->SetGeneratorContext<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
1508 … JSGeneratorObject::Cast(*obj)->SetResumeResult<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1509 JSGeneratorObject::Cast(*obj)->SetGeneratorState(JSGeneratorState::UNDEFINED); in InitializeJSObject()
1510 JSGeneratorObject::Cast(*obj)->SetResumeMode(GeneratorResumeMode::UNDEFINED); in InitializeJSObject()
1513 …JSAsyncGeneratorObject::Cast(*obj)->SetGeneratorContext<SKIP_BARRIER>(thread_, JSTaggedValue::Unde… in InitializeJSObject()
1514 …JSAsyncGeneratorObject::Cast(*obj)->SetAsyncGeneratorQueue(thread_, GetEmptyTaggedQueue().GetTagge… in InitializeJSObject()
1515 …JSAsyncGeneratorObject::Cast(*obj)->SetGeneratorBrand<SKIP_BARRIER>(thread_, JSTaggedValue::Undefi… in InitializeJSObject()
1516 …JSAsyncGeneratorObject::Cast(*obj)->SetResumeResult<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1517 … JSAsyncGeneratorObject::Cast(*obj)->SetAsyncGeneratorState(JSAsyncGeneratorState::UNDEFINED); in InitializeJSObject()
1518 JSAsyncGeneratorObject::Cast(*obj)->SetResumeMode(AsyncGeneratorResumeMode::UNDEFINED); in InitializeJSObject()
1521 JSStringIterator::Cast(*obj)->SetStringIteratorNextIndex(0); in InitializeJSObject()
1522 …JSStringIterator::Cast(*obj)->SetIteratedString<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1525 JSAsyncFromSyncIterator::Cast(*obj)->SetSyncIteratorRecord<SKIP_BARRIER>(thread_, in InitializeJSObject()
1529 …JSAsyncFromSyncIterUnwarpFunction::Cast(*obj)->SetDone<SKIP_BARRIER>(thread_, JSTaggedValue::Undef… in InitializeJSObject()
1532 … JSArrayBuffer::Cast(*obj)->SetArrayBufferData<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1533 JSArrayBuffer::Cast(*obj)->SetArrayBufferByteLength(0); in InitializeJSObject()
1534 JSArrayBuffer::Cast(*obj)->ClearBitField(); in InitializeJSObject()
1537 … JSArrayBuffer::Cast(*obj)->SetArrayBufferData<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1538 JSArrayBuffer::Cast(*obj)->SetArrayBufferByteLength(0); in InitializeJSObject()
1539 JSArrayBuffer::Cast(*obj)->SetShared(true); in InitializeJSObject()
1542 …JSSendableArrayBuffer::Cast(*obj)->SetArrayBufferData<SKIP_BARRIER>(thread_, JSTaggedValue::Undefi… in InitializeJSObject()
1543 JSSendableArrayBuffer::Cast(*obj)->SetArrayBufferByteLength(0); in InitializeJSObject()
1546 JSPromise::Cast(*obj)->SetPromiseState(PromiseState::PENDING); in InitializeJSObject()
1547 … JSPromise::Cast(*obj)->SetPromiseResult<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1548 … JSPromise::Cast(*obj)->SetPromiseRejectReactions(thread_, GetEmptyTaggedQueue().GetTaggedValue()); in InitializeJSObject()
1549 …JSPromise::Cast(*obj)->SetPromiseFulfillReactions(thread_, GetEmptyTaggedQueue().GetTaggedValue()); in InitializeJSObject()
1550 JSPromise::Cast(*obj)->SetAsyncTaskId(vm_->GetAsyncTaskId()); in InitializeJSObject()
1552 JSPromise::Cast(*obj)->SetPromiseIsHandled(false); in InitializeJSObject()
1555 JSDataView::Cast(*obj)->SetDataView(thread_, JSTaggedValue(false)); in InitializeJSObject()
1556 … JSDataView::Cast(*obj)->SetViewedArrayBuffer<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1557 JSDataView::Cast(*obj)->SetByteLength(0); in InitializeJSObject()
1558 JSDataView::Cast(*obj)->SetByteOffset(0); in InitializeJSObject()
1562 JSAPIArrayList::Cast(*obj)->SetLength(thread_, JSTaggedValue(0)); in InitializeJSObject()
1566 JSAPIHashMap::Cast(*obj)->SetSize(0); in InitializeJSObject()
1567 JSAPIHashMap::Cast(*obj)->SetTable<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1571 JSAPIHashSet::Cast(*obj)->SetSize(0); in InitializeJSObject()
1572 JSAPIHashSet::Cast(*obj)->SetTable<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1576 JSAPITreeMap::Cast(*obj)->SetTreeMap<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1580 JSAPITreeSet::Cast(*obj)->SetTreeSet<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1584 JSAPIQueue::Cast(*obj)->SetLength(thread_, JSTaggedValue(0)); in InitializeJSObject()
1585 JSAPIQueue::Cast(*obj)->SetFront(0); in InitializeJSObject()
1586 JSAPIQueue::Cast(*obj)->SetTail(0); in InitializeJSObject()
1590 JSAPIPlainArray::Cast(*obj)->SetLength(0); in InitializeJSObject()
1591 JSAPIPlainArray::Cast(*obj)->SetValues(thread_, JSTaggedValue(0)); in InitializeJSObject()
1592 JSAPIPlainArray::Cast(*obj)->SetKeys(thread_, JSTaggedValue(0)); in InitializeJSObject()
1596 JSAPIStack::Cast(*obj)->SetTop(0); in InitializeJSObject()
1600 JSAPIDeque::Cast(*obj)->SetFirst(0); in InitializeJSObject()
1601 JSAPIDeque::Cast(*obj)->SetLast(0); in InitializeJSObject()
1605 JSAPILightWeightMap::Cast(*obj)->SetLength(0); in InitializeJSObject()
1606 … JSAPILightWeightMap::Cast(*obj)->SetHashes<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1607 … JSAPILightWeightMap::Cast(*obj)->SetKeys<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1608 … JSAPILightWeightMap::Cast(*obj)->SetValues<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1612 JSAPILightWeightSet::Cast(*obj)->SetLength(0); in InitializeJSObject()
1613 … JSAPILightWeightSet::Cast(*obj)->SetHashes<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1614 … JSAPILightWeightSet::Cast(*obj)->SetValues<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1618 JSAPIVector::Cast(*obj)->SetLength(0); in InitializeJSObject()
1622 … JSAPIBitVector::Cast(*obj)->SetNativePointer<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1623 JSAPIBitVector::Cast(*obj)->SetLength(0); in InitializeJSObject()
1624 JSAPIBitVector::Cast(*obj)->SetModRecord(0); in InitializeJSObject()
1628 … JSAPIFastBuffer::Cast(*obj)->SetFastBufferData<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1629 JSAPIFastBuffer::Cast(*obj)->SetLength(0); in InitializeJSObject()
1630 JSAPIFastBuffer::Cast(*obj)->SetOffset(0); in InitializeJSObject()
1634 JSAPIList::Cast(*obj)->SetSingleList<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1635 JSAPIList::Cast(*obj)->SetBitField(0UL); in InitializeJSObject()
1639 … JSAPILinkedList::Cast(*obj)->SetDoubleList<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1643 …JSAsyncFuncObject::Cast(*obj)->SetGeneratorContext<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
1644 … JSAsyncFuncObject::Cast(*obj)->SetResumeResult<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1645 … JSAsyncFuncObject::Cast(*obj)->SetPromise<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1656 …JSProxyRevocFunction::Cast(*obj)->SetRevocableProxy<SKIP_BARRIER>(thread_, JSTaggedValue::Undefine… in InitializeJSObject()
1660 JSPromiseReactionsFunction::Cast(*obj)->SetPromise(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1661 JSPromiseReactionsFunction::Cast(*obj)->SetAlreadyResolved<SKIP_BARRIER>(thread_, in InitializeJSObject()
1666 …JSPromiseExecutorFunction::Cast(*obj)->SetCapability<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1670 …JSAsyncModuleFulfilledFunction::Cast(*obj)->SetModule<SKIP_BARRIER>(thread_, JSTaggedValue::Undefi… in InitializeJSObject()
1674 …JSAsyncModuleRejectedFunction::Cast(*obj)->SetModule<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1678 … JSAsyncGeneratorResNextRetProRstFtn::Cast(*obj)->SetAsyncGeneratorObject<SKIP_BARRIER>(thread_, in InitializeJSObject()
1683 JSPromiseAllResolveElementFunction::Cast(*obj)-> in InitializeJSObject()
1685 JSPromiseAllResolveElementFunction::Cast(*obj)-> in InitializeJSObject()
1687 JSPromiseAllResolveElementFunction::Cast(*obj)-> in InitializeJSObject()
1689 JSPromiseAllResolveElementFunction::Cast(*obj)-> in InitializeJSObject()
1691 JSPromiseAllResolveElementFunction::Cast(*obj)-> in InitializeJSObject()
1696 JSPromiseAnyRejectElementFunction::Cast(*obj)->SetIndex(0); in InitializeJSObject()
1697 JSPromiseAnyRejectElementFunction::Cast(*obj)-> in InitializeJSObject()
1699 JSPromiseAnyRejectElementFunction::Cast(*obj)-> in InitializeJSObject()
1701 JSPromiseAnyRejectElementFunction::Cast(*obj)-> in InitializeJSObject()
1703 JSPromiseAnyRejectElementFunction::Cast(*obj)-> in InitializeJSObject()
1708 JSPromiseAllSettledElementFunction::Cast(*obj)->SetIndex(0); in InitializeJSObject()
1709 JSPromiseAllSettledElementFunction::Cast(*obj)-> in InitializeJSObject()
1711 JSPromiseAllSettledElementFunction::Cast(*obj)-> in InitializeJSObject()
1713 JSPromiseAllSettledElementFunction::Cast(*obj)-> in InitializeJSObject()
1715 JSPromiseAllSettledElementFunction::Cast(*obj)-> in InitializeJSObject()
1720 …JSPromiseFinallyFunction::Cast(*obj)->SetOnFinally<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
1721 …JSPromiseFinallyFunction::Cast(*obj)->SetConstructor<SKIP_BARRIER>(thread_, JSTaggedValue::Undefin… in InitializeJSObject()
1725 JSPromiseValueThunkOrThrowerFunction::Cast(*obj)->SetResult<SKIP_BARRIER>(thread_, in InitializeJSObject()
1730 …JSIntlBoundFunction::Cast(*obj)->SetNumberFormat<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()… in InitializeJSObject()
1731 …JSIntlBoundFunction::Cast(*obj)->SetDateTimeFormat<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined… in InitializeJSObject()
1732 … JSIntlBoundFunction::Cast(*obj)->SetCollator<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1735 … JSBoundFunction::Cast(*obj)->SetMethod<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1736 … JSBoundFunction::Cast(*obj)->SetBoundTarget<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1737 … JSBoundFunction::Cast(*obj)->SetBoundThis<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1738 … JSBoundFunction::Cast(*obj)->SetBoundArguments<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1762 CjsModule::Cast(*obj)->SetId<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1763 CjsModule::Cast(*obj)->SetExports<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1764 CjsModule::Cast(*obj)->SetPath<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1765 CjsModule::Cast(*obj)->SetFilename<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1766 CjsModule::Cast(*obj)->SetStatus(CjsModuleStatus::UNLOAD); in InitializeJSObject()
1769 CjsExports::Cast(*obj)->SetExports<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1772 CjsRequire::Cast(*obj)->SetCache<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1773 CjsRequire::Cast(*obj)->SetParent<SKIP_BARRIER>(thread_, JSTaggedValue::Undefined()); in InitializeJSObject()
1791 …object->SetFreeObjectClass(JSHClass::Cast(globalConst->GetFreeObjectWithOneFieldClass().GetTaggedO… in FillFreeObject()
1796 JSHClass::Cast(globalConst->GetFreeObjectWithTwoFieldClass().GetTaggedObject())); in FillFreeObject()
1805 JSHClass::Cast(globalConst->GetFreeObjectWithNoneFieldClass().GetTaggedObject())); in FillFreeObject()
1889 hclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithProto()); in GetHClassByFunctionKind()
1891 hclass = JSHandle<JSHClass>::Cast(env->GetConstructorFunctionClass()); in GetHClassByFunctionKind()
1893 hclass = JSHandle<JSHClass>::Cast(env->GetAsyncFunctionClass()); in GetHClassByFunctionKind()
1895 hclass = JSHandle<JSHClass>::Cast(env->GetNormalFunctionClass()); in GetHClassByFunctionKind()
1946 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetSFunctionClassWithoutProto()); in NewSFunction()
1957 return JSHandle<DependentInfos>::Cast(weakVector); in NewDependentInfos()
2086 function = JSHandle<JSFunction>::Cast(NewJSObject(clazz)); in CreateJSFunctionByType()
2089 function = JSHandle<JSFunction>::Cast(NewOldSpaceJSObject(clazz)); in CreateJSFunctionByType()
2092 function = JSHandle<JSFunction>::Cast(NewNonMovableJSObject(clazz)); in CreateJSFunctionByType()
2108 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in SetupJSFunctionByHClass()
2225 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(NewJSObject(clazz)); in NewJSFunctionByHClass()
2238 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(NewJSObject(clazz)); in NewJSFunctionByHClassWithoutAccessor()
2273 JSHClass::Cast(thread_->GlobalConstants()->GetMethodClass().GetTaggedObject())); in NewMethod()
2276 JSHClass::Cast(thread_->GlobalConstants()->GetMethodClass().GetTaggedObject())); in NewMethod()
2305 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetNativeErrorFunctionClass()); in NewJSNativeErrorFunction()
2313 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetSpecificTypedArrayFunctionClass()); in NewSpecificTypedArrayFunction()
2347 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetBoundFunctionClass()); in NewJSBoundFunction()
2348 JSHandle<JSBoundFunction> bundleFunction = JSHandle<JSBoundFunction>::Cast(NewJSObject(hclass)); in NewJSBoundFunction()
2366 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(bundleFunction), method); in NewJSBoundFunction()
2373 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetJSIntlBoundFunctionClass()); in NewJSIntlBoundFunction()
2375 …JSHandle<JSIntlBoundFunction> intlBoundFunc = JSHandle<JSIntlBoundFunction>::Cast(NewJSObject(hcla… in NewJSIntlBoundFunction()
2379 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(intlBoundFunc); in NewJSIntlBoundFunction()
2383 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSIntlBoundFunction()
2389 …JSTaggedValue::DefinePropertyOrThrow(thread_, JSHandle<JSTaggedValue>::Cast(function), nameKey, na… in NewJSIntlBoundFunction()
2398 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetProxyRevocFunctionClass()); in NewJSProxyRevocFunction()
2400 …JSHandle<JSProxyRevocFunction> revocFunction = JSHandle<JSProxyRevocFunction>::Cast(NewJSObject(hc… in NewJSProxyRevocFunction()
2403 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(revocFunction); in NewJSProxyRevocFunction()
2407 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSProxyRevocFunction()
2412 …JSTaggedValue::DefinePropertyOrThrow(thread_, JSHandle<JSTaggedValue>::Cast(function), nameKey, na… in NewJSProxyRevocFunction()
2420 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetAsyncAwaitStatusFunctionClass()); in NewJSAsyncAwaitStatusFunction()
2423 JSHandle<JSAsyncAwaitStatusFunction>::Cast(NewJSObject(hclass)); in NewJSAsyncAwaitStatusFunction()
2425 … JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(awaitFunction)); in NewJSAsyncAwaitStatusFunction()
2428 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(awaitFunction), method); in NewJSAsyncAwaitStatusFunction()
2434 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSGeneratorObject()
2441 …JSHandle<JSGeneratorObject> generatorObject = JSHandle<JSGeneratorObject>::Cast(NewJSObjectWithIni… in NewJSGeneratorObject()
2449 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSAsyncGeneratorObject()
2458 JSHandle<JSAsyncGeneratorObject>::Cast(NewJSObjectWithInit(hclass)); in NewJSAsyncGeneratorObject()
2467 …JSHandle<JSAsyncFuncObject> asyncFuncObject = JSHandle<JSAsyncFuncObject>::Cast(NewJSObjectWithIni… in NewJSAsyncFuncObject()
2475 JSHClass::Cast(thread_->GlobalConstants()->GetCompletionRecordClass().GetTaggedObject())); in NewCompletionRecord()
2486 JSHClass::Cast(thread_->GlobalConstants()->GetGeneratorContextClass().GetTaggedObject())); in NewGeneratorContext()
2553 obj = JSHandle<JSPrimitiveRef>::Cast(NewJSObjectByConstructor(stringFunc)); in NewJSString()
2557 obj = JSHandle<JSPrimitiveRef>::Cast(newObject); in NewJSString()
2574 auto globalEnv = JSHandle<GlobalEnv>(thread_, GlobalEnv::Cast(header)); in NewGlobalEnv()
2575 thread_->GetEcmaVM()->RecordGlobalEnv(GlobalEnv::Cast(header)); in NewGlobalEnv()
2589 JSHClass::Cast(thread_->GlobalConstants()->GetLexicalEnvClass().GetTaggedObject()), size); in NewLexicalEnv()
2599 JSHClass::Cast(thread_->GlobalConstants()->GetSymbolClass().GetTaggedObject())); in NewEmptySymbol()
2600 JSHandle<JSSymbol> obj(thread_, JSSymbol::Cast(header)); in NewEmptySymbol()
2611 JSHClass::Cast(thread_->GlobalConstants()->GetSymbolClass().GetTaggedObject())); in NewJSSymbol()
2612 JSHandle<JSSymbol> obj(thread_, JSSymbol::Cast(header)); in NewJSSymbol()
2630 JSHClass::Cast(thread_->GlobalConstants()->GetSymbolClass().GetTaggedObject())); in NewPrivateNameSymbol()
2631 JSHandle<JSSymbol> obj(thread_, JSSymbol::Cast(header)); in NewPrivateNameSymbol()
2643 JSHClass::Cast(thread_->GlobalConstants()->GetSymbolClass().GetTaggedObject())); in NewWellKnownSymbol()
2644 JSHandle<JSSymbol> obj(thread_, JSSymbol::Cast(header)); in NewWellKnownSymbol()
2656 JSHClass::Cast(thread_->GlobalConstants()->GetSymbolClass().GetTaggedObject())); in NewPublicSymbol()
2657 JSHandle<JSSymbol> obj(thread_, JSSymbol::Cast(header)); in NewPublicSymbol()
2708 JSHClass::Cast(thread_->GlobalConstants()->GetAccessorDataClass().GetTaggedObject())); in NewAccessorData()
2709 JSHandle<AccessorData> acc(thread_, AccessorData::Cast(header)); in NewAccessorData()
2719 JSHClass::Cast(thread_->GlobalConstants()->GetInternalAccessorClass().GetTaggedObject())); in NewInternalAccessor()
2720 JSHandle<InternalAccessor> obj(thread_, InternalAccessor::Cast(header)); in NewInternalAccessor()
2724 return JSHandle<AccessorData>::Cast(obj); in NewInternalAccessor()
2731 JSHClass::Cast(thread_->GlobalConstants()->GetCapabilityRecordClass().GetTaggedObject())); in NewPromiseCapability()
2752 JSHClass::Cast(thread_->GlobalConstants()->GetReactionsRecordClass().GetTaggedObject())); in NewPromiseReaction()
2764 … JSHClass::Cast(thread_->GlobalConstants()->GetPromiseIteratorRecordClass().GetTaggedObject())); in NewPromiseIteratorRecord()
2775 JSHClass::Cast(thread_->GlobalConstants()->GetMicroJobQueueClass().GetTaggedObject())); in NewMicroJobQueue()
2787 JSHClass::Cast(thread_->GlobalConstants()->GetPendingJobClass().GetTaggedObject())); in NewPendingJob()
2810 …auto jsProxyCallableClass = JSHClass::Cast(globalConst->GetJSProxyCallableClass().GetTaggedObject(… in NewJSProxy()
2811 …auto jsProxyConstructClass = JSHClass::Cast(globalConst->GetJSProxyConstructClass().GetTaggedObjec… in NewJSProxy()
2816 … JSHClass::Cast(thread_->GlobalConstants()->GetJSProxyOrdinaryClass().GetTaggedObject())); in NewJSProxy()
2840 … PropertyDescriptor realmDesc(thread_, JSHandle<JSTaggedValue>::Cast(realmObj), true, false, true); in NewJSRealm()
2842 JSObject::DefineOwnProperty(thread_, JSHandle<JSObject>::Cast(realm), realmkey, realmDesc); in NewJSRealm()
2865 …JSHClass *arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedO… in NewTaggedArray()
2963 …TaggedArray *srcElements = TaggedArray::Cast(thisObjHandle->GetElements(thread_).GetTaggedObject()… in NewAndCopyTaggedArrayByObject()
2985 …MutantTaggedArray *srcElements = MutantTaggedArray::Cast(thisObjHandle->GetElements(thread_).GetTa… in NewAndCopyMutantTaggedArrayByObject()
3015 …auto arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject… in NewTaggedArrayWithoutInit()
3045 …auto arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetMutantTaggedArrayClass().GetTagged… in NewMutantTaggedArrayWithoutInit()
3081 JSHClass::Cast(thread_->GlobalConstants()->GetCOWArrayClass().GetTaggedObject()), size); in NewCOWTaggedArray()
3094 …JSHClass::Cast(thread_->GlobalConstants()->GetCOWMutantTaggedArrayClass().GetTaggedObject()), size… in NewCOWMutantTaggedArray()
3107 … JSHClass::Cast(thread_->GlobalConstants()->GetMutantTaggedArrayClass().GetTaggedObject()), size); in NewMutantTaggedArray()
3116 return JSHandle<TaggedHashArray>::Cast(EmptyArray()); in NewTaggedHashArray()
3121 JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()), size); in NewTaggedHashArray()
3131 …JSHClass *arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetByteArrayClass().GetTaggedObj… in NewByteArray()
3161 JSHClass::Cast(globalConst->GetLinkedNode().GetTaggedObject()), LinkedNode::SIZE); in NewLinkedNode()
3174 JSHClass::Cast(globalConst->GetRBTreeNode().GetTaggedObject()), RBTreeNode::SIZE); in NewTreeNode()
3187 JSHClass::Cast(thread_->GlobalConstants()->GetDictionaryClass().GetTaggedObject()), size); in NewDictionaryArray()
3204 …arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetMutantTaggedArrayClass().GetTaggedObjec… in ExtendArray()
3206 … arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()); in ExtendArray()
3250 JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()), size); in CopyPartArray()
3280 … cowArrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetCOWMutantTaggedArrayClass() in CopyArray()
3283 … cowArrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetCOWArrayClass().GetTaggedObject()); in CopyArray()
3289 …arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetMutantTaggedArrayClass().GetTaggedObjec… in CopyArray()
3291 … arrayClass = JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()); in CopyArray()
3314 JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()), size); in CopyFromKeyArray()
3331 …JSHandle<LayoutInfo> layoutInfoHandle = JSHandle<LayoutInfo>::Cast(NewTaggedArrayWithoutInit(array… in CreateLayoutInfo()
3344 JSHandle<LayoutInfo>::Cast(newArray)->Initialize(thread_, oldArray->GetExtraLength()); in ExtendLayoutInfo()
3358 return JSHandle<LayoutInfo>::Cast(newArray); in ExtendLayoutInfo()
3365 JSHandle<TaggedArray>::Cast(old), newLength, newLength, JSTaggedValue::Hole(), in CopyLayoutInfo()
3407 JSHClass::Cast(thread_->GlobalConstants()->GetConstantPoolClass().GetTaggedObject()), size); in NewConstantPool()
3417 JSHClass::Cast(thread_->GlobalConstants()->GetProgramClass().GetTaggedObject())); in NewProgram()
3428 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetModuleNamespaceClass()); in NewModuleNamespace()
3431 JSHandle<ModuleNamespace> moduleNamespace = JSHandle<ModuleNamespace>::Cast(obj); in NewModuleNamespace()
3442 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetNativeModuleFailureInfoClass()); in NewNativeModuleFailureInfo()
3445 …le<NativeModuleFailureInfo> nativeModuleFailureInfo = JSHandle<NativeModuleFailureInfo>::Cast(obj); in NewNativeModuleFailureInfo()
3576 JSHClass::Cast(thread_->GlobalConstants()->GetPropertyBoxClass().GetTaggedObject())); in NewPropertyBox()
3586 JSHClass::Cast(thread_->GlobalConstants()->GetEnumCacheClass().GetTaggedObject())); in NewEnumCache()
3599 JSHClass::Cast(thread_->GlobalConstants()->GetProtoChangeMarkerClass().GetTaggedObject())); in NewProtoChangeMarker()
3609 JSHClass::Cast(thread_->GlobalConstants()->GetMarkerCellClass().GetTaggedObject())); in NewMarkerCell()
3619 JSHClass::Cast(thread_->GlobalConstants()->GetProtoChangeDetailsClass().GetTaggedObject())); in NewProtoChangeDetails()
3631 … JSHClass::Cast(thread_->GlobalConstants()->GetProfileTypeInfoClass().GetTaggedObject()), size); in NewProfileTypeInfo()
3677 auto queue = JSHandle<TaggedQueue>::Cast(NewTaggedArray(queueLength, JSTaggedValue::Hole())); in NewTaggedQueue()
3849 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseReactionFunctionClass()); in CreateJSPromiseReactionsFunction()
3852 JSHandle<JSPromiseReactionsFunction>::Cast(NewJSObject(hclass)); in CreateJSPromiseReactionsFunction()
3855 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(reactionsFunction); in CreateJSPromiseReactionsFunction()
3859 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(reactionsFunction), method); in CreateJSPromiseReactionsFunction()
3867 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseExecutorFunctionClass()); in CreateJSPromiseExecutorFunction()
3869 JSHandle<JSPromiseExecutorFunction>::Cast(NewJSObject(hclass)); in CreateJSPromiseExecutorFunction()
3871 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(executorFunction); in CreateJSPromiseExecutorFunction()
3875 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(executorFunction), method); in CreateJSPromiseExecutorFunction()
3883 … JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetAsyncModuleFulfilledFunctionClass()); in CreateJSAsyncModuleFulfilledFunction()
3885 JSHandle<JSAsyncModuleFulfilledFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleFulfilledFunction()
3887 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(fulfilledFunction); in CreateJSAsyncModuleFulfilledFunction()
3891 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(fulfilledFunction), method); in CreateJSAsyncModuleFulfilledFunction()
3899 … JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetAsyncModuleRejectedFunctionClass()); in CreateJSAsyncModuleRejectedFunction()
3901 JSHandle<JSAsyncModuleRejectedFunction>::Cast(NewJSObject(hclass)); in CreateJSAsyncModuleRejectedFunction()
3903 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(rejectedFunction); in CreateJSAsyncModuleRejectedFunction()
3907 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(rejectedFunction), method); in CreateJSAsyncModuleRejectedFunction()
3915 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseAllResolveElementFunctionClass… in NewJSPromiseAllResolveElementFunction()
3917 JSHandle<JSPromiseAllResolveElementFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseAllResolveElementFunction()
3918 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseAllResolveElementFunction()
3922 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseAllResolveElementFunction()
3928 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseAllResolveElementFunction()
3935 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseAnyRejectElementFunctionClass(… in NewJSPromiseAnyRejectElementFunction()
3937 JSHandle<JSPromiseAnyRejectElementFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseAnyRejectElementFunction()
3938 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseAnyRejectElementFunction()
3942 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseAnyRejectElementFunction()
3948 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseAnyRejectElementFunction()
3955 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseAllSettledElementFunctionClass… in NewJSPromiseAllSettledResolveElementFunction()
3957 JSHandle<JSPromiseAllSettledElementFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseAllSettledResolveElementFunction()
3958 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseAllSettledResolveElementFunction()
3962 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseAllSettledResolveElementFunction()
3968 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseAllSettledResolveElementFunction()
3975 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseAllSettledElementFunctionClass… in NewJSPromiseAllSettledRejectElementFunction()
3977 JSHandle<JSPromiseAllSettledElementFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseAllSettledRejectElementFunction()
3978 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseAllSettledRejectElementFunction()
3982 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseAllSettledRejectElementFunction()
3988 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseAllSettledRejectElementFunction()
3995 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseFinallyFunctionClass()); in NewJSPromiseThenFinallyFunction()
3997 JSHandle<JSPromiseFinallyFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseThenFinallyFunction()
3998 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseThenFinallyFunction()
4002 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseThenFinallyFunction()
4005 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseThenFinallyFunction()
4012 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseFinallyFunctionClass()); in NewJSPromiseCatchFinallyFunction()
4014 JSHandle<JSPromiseFinallyFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseCatchFinallyFunction()
4015 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseCatchFinallyFunction()
4019 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseCatchFinallyFunction()
4022 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSPromiseCatchFinallyFunction()
4029 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast( in NewJSAsyGenResNextRetProRstFulfilledFtn()
4032 JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(NewJSObject(hclass)); in NewJSAsyGenResNextRetProRstFulfilledFtn()
4033 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSAsyGenResNextRetProRstFulfilledFtn()
4037 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSAsyGenResNextRetProRstFulfilledFtn()
4039 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSAsyGenResNextRetProRstFulfilledFtn()
4046 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetAsyncFromSyncIterUnwarpClass()); in NewJSAsyncFromSyncIterUnwarpFunction()
4048 JSHandle<JSAsyncFromSyncIterUnwarpFunction>::Cast(NewJSObject(hclass)); in NewJSAsyncFromSyncIterUnwarpFunction()
4049 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSAsyncFromSyncIterUnwarpFunction()
4052 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSAsyncFromSyncIterUnwarpFunction()
4054 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSAsyncFromSyncIterUnwarpFunction()
4061 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast( in NewJSAsyGenResNextRetProRstRejectedFtn()
4064 JSHandle<JSAsyncGeneratorResNextRetProRstFtn>::Cast(NewJSObject(hclass)); in NewJSAsyGenResNextRetProRstRejectedFtn()
4065 JSFunction::InitializeJSFunction(thread_, JSHandle<JSFunction>::Cast(function)); in NewJSAsyGenResNextRetProRstRejectedFtn()
4069 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSAsyGenResNextRetProRstRejectedFtn()
4071 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(1)); in NewJSAsyGenResNextRetProRstRejectedFtn()
4078 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseValueThunkOrThrowerFunctionCla… in NewJSPromiseValueThunkFunction()
4080 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseValueThunkFunction()
4081 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseValueThunkFunction()
4085 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseValueThunkFunction()
4087 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(0)); in NewJSPromiseValueThunkFunction()
4094 …JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetPromiseValueThunkOrThrowerFunctionCla… in NewJSPromiseThrowerFunction()
4096 JSHandle<JSPromiseValueThunkOrThrowerFunction>::Cast(NewJSObject(hclass)); in NewJSPromiseThrowerFunction()
4097 JSFunction::InitializeJSBuiltinFunction(thread_, env, JSHandle<JSFunction>::Cast(function)); in NewJSPromiseThrowerFunction()
4100 SetNativePointerToFunctionFromMethod(JSHandle<JSFunctionBase>::Cast(function), method); in NewJSPromiseThrowerFunction()
4102 JSFunction::SetFunctionLength(thread_, JSHandle<JSFunction>::Cast(function), JSTaggedValue(0)); in NewJSPromiseThrowerFunction()
4108 EcmaString *str = EcmaString::Cast(key->GetTaggedObject()); in InternString()
4120 TransitionHandler *handler = TransitionHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewTransitionHandler()
4121 JSHClass::Cast(thread_->GlobalConstants()->GetTransitionHandlerClass().GetTaggedObject()))); in NewTransitionHandler()
4131 PrototypeHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewPrototypeHandler()
4132 … JSHClass::Cast(thread_->GlobalConstants()->GetPrototypeHandlerClass().GetTaggedObject()))); in NewPrototypeHandler()
4146 TransWithProtoHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewTransWithProtoHandler()
4147 … JSHClass::Cast(thread_->GlobalConstants()->GetTransWithProtoHandlerClass().GetTaggedObject()))); in NewTransWithProtoHandler()
4159 StoreAOTHandler::Cast(heap_->AllocateYoungOrHugeObject( in NewStoreAOTHandler()
4160 … JSHClass::Cast(thread_->GlobalConstants()->GetStoreAOTHandlerClass().GetTaggedObject()))); in NewStoreAOTHandler()
4172 JSHClass::Cast(thread_->GlobalConstants()->GetPromiseRecordClass().GetTaggedObject())); in NewPromiseRecord()
4182 …JSHClass::Cast(thread_->GlobalConstants()->GetPromiseResolvingFunctionsRecordClass().GetTaggedObje… in NewResolvingFunctionsRecord()
4276 JSHandle<TaggedArray> hclassCacheArr = JSHandle<TaggedArray>::Cast(maybeCache); in GetObjectLiteralRootHClass()
4336 JSHClass::Cast(thread_->GlobalConstants()->GetMachineCodeClass().GetTaggedObject()), in NewMachineCodeObject()
4346 JSHClass::Cast(thread_->GlobalConstants()->GetMachineCodeClass().GetTaggedObject()), in NewMachineCodeObject()
4354 MachineCode *code = MachineCode::Cast(obj); in SetMachineCodeObjectData()
4356 LOG_FULL(FATAL) << "machine code cast failed"; in SetMachineCodeObjectData()
4382 … JSHClass::Cast(thread_->GlobalConstants()->GetClassInfoExtractorHClass().GetTaggedObject())); in NewClassInfoExtractor()
4622 JSHandle<JSFunction> builtinObj = JSHandle<JSFunction>::Cast(env->GetArrayListFunction()); in NewJSAPIArrayList()
4684 JSHandle<JSFunction> builtinObj = JSHandle<JSFunction>::Cast(env->GetPlainArrayFunction()); in NewJSAPIPlainArray()
4733 JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()), size); in CopyDeque()
4772 JSHClass::Cast(thread_->GlobalConstants()->GetTaggedArrayClass().GetTaggedObject()), size); in CopyQueue()
4845 JSHandle<JSFunction> builtinObj = JSHandle<JSFunction>::Cast(env->GetVectorFunction()); in NewJSAPIVector()
4895 JSHandle<JSTypedArray> handleUint8Array = JSHandle<JSTypedArray>::Cast(obj); in NewJSAPIBufferWithoutInit()
4986 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(env->GetListFunction()); in NewJSAPIList()
4987 return JSHandle<JSAPIList>::Cast(NewJSObjectByConstructor(function)); in NewJSAPIList()
4994 JSHandle<JSFunction> function = JSHandle<JSFunction>::Cast(env->GetLinkedListFunction()); in NewJSAPILinkedList()
4995 return JSHandle<JSAPILinkedList>::Cast(NewJSObjectByConstructor(function)); in NewJSAPILinkedList()
5014 JSHClass::Cast(thread_->GlobalConstants()->GetImportEntryClass().GetTaggedObject())); in NewImportEntry()
5037 JSHClass::Cast(thread_->GlobalConstants()->GetLocalExportEntryClass().GetTaggedObject())); in NewLocalExportEntry()
5061 … JSHClass::Cast(thread_->GlobalConstants()->GetIndirectExportEntryClass().GetTaggedObject())); in NewIndirectExportEntry()
5082 JSHClass::Cast(thread_->GlobalConstants()->GetStarExportEntryClass().GetTaggedObject())); in NewStarExportEntry()
5092 JSHClass::Cast(thread_->GlobalConstants()->GetSourceTextModuleClass().GetTaggedObject())); in NewSourceTextModule()
5139 JSHClass::Cast(thread_->GlobalConstants()->GetResolvedBindingClass().GetTaggedObject())); in NewResolvedBindingRecord()
5159 … JSHClass::Cast(thread_->GlobalConstants()->GetResolvedIndexBindingClass().GetTaggedObject())); in NewResolvedIndexBindingRecord()
5171 JSHClass::Cast(thread_->GlobalConstants()->GetCellRecordClass().GetTaggedObject())); in NewCellRecord()
5223 JSHandle<JSObject> obj(thread_, JSObject::Cast(NewOldSpaceObject(jshclass))); in NewOldSpaceJSObject()
5239 …thread_, JSHandle<JSFunction>::Cast(vm_->GetGlobalEnv()->GetArrayFunction())->GetProtoOrHClass(thr… in NewJSStableArrayWithElements()
5240 JSHandle<JSArray> array = JSHandle<JSArray>::Cast(NewJSObject(cls)); in NewJSStableArrayWithElements()
5254 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetAsyncGeneratorFunctionClass()); in NewJSAsyncGeneratorFunction()
5255 JSHandle<JSFunction> asyncGeneratorFunc = JSHandle<JSFunction>::Cast(NewJSObject(hclass)); in NewJSAsyncGeneratorFunction()
5265 …JSHClass::Cast(thread_->GlobalConstants()->GetAsyncGeneratorRequestRecordClass().GetTaggedObject()… in NewAsyncGeneratorRequest()
5277 … JSHClass::Cast(thread_->GlobalConstants()->GetAsyncIteratorRecordClass().GetTaggedObject())); in NewAsyncIteratorRecord()
5290 … JSHClass::Cast(thread_->GlobalConstants()->GetAOTLiteralInfoClass().GetTaggedObject()), size); in NewAOTLiteralInfo()
5301 … JSHClass::Cast(thread_->GlobalConstants()->GetExtraProfileTypeInfoClass().GetTaggedObject())); in NewExtraProfileTypeInfo()
5312 … JSHClass::Cast(thread_->GlobalConstants()->GetProfileTypeInfoCell0Class().GetTaggedObject())); in NewProfileTypeInfoCell()
5326 JSHClass::Cast(globalConstants->GetFunctionTemplateClass().GetTaggedObject())); in NewFunctionTemplate()
5340 JSHClass::Cast(thread_->GlobalConstants()->GetVTableClass().GetTaggedObject()), size); in NewVTable()
5352 JSHClass::Cast(thread_->GlobalConstants()->GetClassLiteralClass().GetTaggedObject())); in NewClassLiteral()
5370 hclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithProto()); in NewJSFunction()
5374 hclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutProto()); in NewJSFunction()
5378 hclass = JSHandle<JSHClass>::Cast(env->GetGeneratorFunctionClass()); in NewJSFunction()
5384 hclass = JSHandle<JSHClass>::Cast(env->GetAsyncFunctionClass()); in NewJSFunction()
5388 hclass = JSHandle<JSHClass>::Cast(env->GetAsyncGeneratorFunctionClass()); in NewJSFunction()
5406 JSHandle<JSHClass> hclass = JSHandle<JSHClass>::Cast(env->GetFunctionClassWithoutProto()); in NewJSFunction()
5482 LayoutInfo *layout = LayoutInfo::Cast(layoutHandle.GetTaggedValue().GetTaggedObject()); in CreateLargeJSObjectWithProperties()
5585 LayoutInfo *layout = LayoutInfo::Cast(layoutHandle.GetTaggedValue().GetTaggedObject()); in CreateLargeJSObjectWithNamedProperties()