• Home
  • Raw
  • Download

Lines Matching defs:protoValue

1377     JSHandle<JSTaggedValue> protoValue(proto);  in OrdinaryNewJSObjectCreate()  local
2057 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
2694 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
2711 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
2728 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
2786 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
3525 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
3540 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local
3556 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local
3585 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local
3601 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetStackIteratorPrototype()); in NewJSAPIStackIterator() local
3639 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetDequeIteratorPrototype()); in NewJSAPIDequeIterator() local
3677 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetQueueIteratorPrototype()); in NewJSAPIQueueIterator() local