Lines Matching defs:protoValue
1747 JSHandle<JSTaggedValue> protoValue(proto); in OrdinaryNewJSObjectCreate() local
2566 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
3430 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in NewJSSetIterator() local
3446 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
3463 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
3480 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
3495 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); in NewJSMapIterator() local
3554 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
3570 JSHandle<JSTaggedValue> protoValue = env->GetSharedArrayIteratorPrototype(); in NewJSSharedArrayIterator() local
4330 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
4345 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local
4361 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local
4390 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local
4406 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetStackIteratorPrototype()); in NewJSAPIStackIterator() local
4444 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetDequeIteratorPrototype()); in NewJSAPIDequeIterator() local
4482 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetQueueIteratorPrototype()); in NewJSAPIQueueIterator() local