Lines Matching defs:protoValue
1404 JSHandle<JSTaggedValue> protoValue(proto); in OrdinaryNewJSObjectCreate() local
2122 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
2704 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
2721 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
2738 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
2796 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
3558 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
3573 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local
3589 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local
3618 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local
3634 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetStackIteratorPrototype()); in NewJSAPIStackIterator() local
3672 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetDequeIteratorPrototype()); in NewJSAPIDequeIterator() local
3710 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetQueueIteratorPrototype()); in NewJSAPIQueueIterator() local