Lines Matching refs:protoValue

1746     JSHandle<JSTaggedValue> protoValue(proto);
1748 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue);
2557 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass();
2558 JSHandle<JSHClass> hclassHandle = NewEcmaHClass(JSRealm::SIZE, JSType::JS_REALM, protoValue);
3410 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype();
3413 hclassHandle->SetPrototype(thread_, protoValue);
3426 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype();
3429 hclassHandle->SetPrototype(thread_, protoValue);
3443 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype();
3446 hclassHandle->SetPrototype(thread_, protoValue);
3460 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype();
3463 hclassHandle->SetPrototype(thread_, protoValue);
3475 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype();
3478 hclassHandle->SetPrototype(thread_, protoValue);
3534 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype();
3537 hclassHandle->SetPrototype(thread_, protoValue);
3550 JSHandle<JSTaggedValue> protoValue = env->GetSharedArrayIteratorPrototype();
3553 hclassHandle->SetPrototype(thread_, protoValue);
4310 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype());
4312 hclassHandle->SetPrototype(thread_, protoValue);
4325 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype());
4327 hclassHandle->SetPrototype(thread_, protoValue);
4341 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype());
4343 hclassHandle->SetPrototype(thread_, protoValue);
4370 JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorPrototype());
4373 hclassHandle->SetPrototype(thread_, protoValue);
4386 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetStackIteratorPrototype());
4388 hclassHandle->SetPrototype(thread_, protoValue);
4424 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetDequeIteratorPrototype());
4426 hclassHandle->SetPrototype(thread_, protoValue);
4462 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetQueueIteratorPrototype());
4464 hclassHandle->SetPrototype(thread_, protoValue);