Lines Matching refs:hclassHandle
2558 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue);
2559 JSHandle<JSRealm> realm(NewJSObject(hclassHandle));
3412 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSharedSetIteratorClass());
3413 hclassHandle->SetPrototype(thread_, protoValue);
3414 JSHandle<JSSharedSetIterator> iter(NewJSObject(hclassHandle));
3428 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSetIteratorClass());
3429 hclassHandle->SetPrototype(thread_, protoValue);
3430 JSHandle<JSSetIterator> iter(NewJSObject(hclassHandle));
3445 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSRegExpIteratorClass());
3446 hclassHandle->SetPrototype(thread_, protoValue);
3447 JSHandle<JSRegExpIterator> iter(NewJSObject(hclassHandle));
3462 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSMapIteratorClass());
3463 hclassHandle->SetPrototype(thread_, protoValue);
3464 JSHandle<JSMapIterator> iter(NewJSObject(hclassHandle));
3477 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSharedMapIteratorClass());
3478 hclassHandle->SetPrototype(thread_, protoValue);
3479 JSHandle<JSSharedMapIterator> iter(NewJSObject(hclassHandle));
3495 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIHashMapIteratorClass());
3496 hclassHandle->SetPrototype(thread_, proto);
3497 JSHandle<JSAPIHashMapIterator> iter(NewJSObject(hclassHandle));
3516 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIHashSetIteratorClass());
3517 hclassHandle->SetPrototype(thread_, proto);
3518 JSHandle<JSAPIHashSetIterator> iter(NewJSObject(hclassHandle));
3536 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSArrayIteratorClass());
3537 hclassHandle->SetPrototype(thread_, protoValue);
3538 JSHandle<JSArrayIterator> iter(NewJSObject(hclassHandle));
3552 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSSharedArrayIteratorClass());
3553 hclassHandle->SetPrototype(thread_, protoValue);
3554 JSHandle<JSSharedArrayIterator> iter(NewJSObject(hclassHandle));
4311 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIArrayListIteratorClass());
4312 hclassHandle->SetPrototype(thread_, protoValue);
4313 JSHandle<JSAPIArrayListIterator> iter(NewJSObject(hclassHandle));
4326 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPILightWeightMapIteratorClass());
4327 hclassHandle->SetPrototype(thread_, protoValue);
4328 JSHandle<JSAPILightWeightMapIterator> iter(NewJSObject(hclassHandle));
4342 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPILightWeightSetIteratorClass());
4343 hclassHandle->SetPrototype(thread_, protoValue);
4344 JSHandle<JSAPILightWeightSetIterator> iter(NewJSObject(hclassHandle));
4372 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIPlainArrayIteratorClass());
4373 hclassHandle->SetPrototype(thread_, protoValue);
4374 JSHandle<JSAPIPlainArrayIterator> iter(NewJSObject(hclassHandle));
4387 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIStackIteratorClass());
4388 hclassHandle->SetPrototype(thread_, protoValue);
4389 JSHandle<JSAPIStackIterator> iter(NewJSObject(hclassHandle));
4425 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIDequeIteratorClass());
4426 hclassHandle->SetPrototype(thread_, protoValue);
4427 JSHandle<JSAPIDequeIterator> iter(NewJSObject(hclassHandle));
4463 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIQueueIteratorClass());
4464 hclassHandle->SetPrototype(thread_, protoValue);
4465 JSHandle<JSAPIQueueIterator> iter(NewJSObject(hclassHandle));
4478 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPITreeMapIteratorClass());
4479 hclassHandle->SetPrototype(thread_, proto);
4480 JSHandle<JSAPITreeMapIterator> iter(NewJSObject(hclassHandle));
4495 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPITreeSetIteratorClass());
4496 hclassHandle->SetPrototype(thread_, proto);
4497 JSHandle<JSAPITreeSetIterator> iter(NewJSObject(hclassHandle));
4522 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIVectorIteratorClass());
4523 hclassHandle->SetPrototype(thread_, proto);
4524 JSHandle<JSAPIVectorIterator> iter(NewJSObject(hclassHandle));
4550 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIBitVectorIteratorClass());
4551 hclassHandle->SetPrototype(thread_, proto);
4552 JSHandle<JSAPIBitVectorIterator> iter(NewJSObject(hclassHandle));
4564 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPILinkedListIteratorClass());
4565 hclassHandle->SetPrototype(thread_, proto);
4566 JSHandle<JSAPILinkedListIterator> iter(NewJSObject(hclassHandle));
4580 JSHandle<JSHClass> hclassHandle(globalConst->GetHandledJSAPIListIteratorClass());
4581 hclassHandle->SetPrototype(thread_, proto);
4582 JSHandle<JSAPIListIterator> iter(NewJSObject(hclassHandle));
5030 JSMutableHandle<JSHClass> hclassHandle(thread_, GetObjectLiteralRootHClass(inlineProps));
5048 hclassHandle.Update(JSHClass::SetPropertyOfObjHClass<true>(thread_, hclassHandle, key, attr, rep));
5051 JSHandle<JSObject> object = NewJSObject(hclassHandle);
5142 JSMutableHandle<JSHClass> hclassHandle(thread_, GetObjectLiteralRootHClass(inlineProps));
5156 hclassHandle.Update(JSHClass::SetPropertyOfObjHClass<true>(thread_, hclassHandle, key, attr, rep));
5159 JSHandle<JSObject> object = NewJSObject(hclassHandle);