• Home
  • Raw
  • Download

Lines Matching defs:protoValue

1826     JSHandle<JSTaggedValue> protoValue(proto);  in OrdinaryNewJSObjectCreate()  local
2765 JSHandle<JSTaggedValue> protoValue = thread_->GlobalConstants()->GetHandledJSRealmClass(); in NewJSRealm() local
3601 JSHandle<JSTaggedValue> protoValue = env->GetSharedSetIteratorPrototype(); in NewJSSetIterator() local
3617 JSHandle<JSTaggedValue> protoValue = env->GetSetIteratorPrototype(); in NewJSSetIterator() local
3634 JSHandle<JSTaggedValue> protoValue = env->GetRegExpIteratorPrototype(); in NewJSRegExpIterator() local
3651 JSHandle<JSTaggedValue> protoValue = env->GetMapIteratorPrototype(); in NewJSMapIterator() local
3666 JSHandle<JSTaggedValue> protoValue = env->GetSharedMapIteratorPrototype(); in NewJSMapIterator() local
3725 JSHandle<JSTaggedValue> protoValue = env->GetArrayIteratorPrototype(); in NewJSArrayIterator() local
3741 JSHandle<JSTaggedValue> protoValue = env->GetSharedArrayIteratorPrototype(); in NewJSSharedArrayIterator() local
4524 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetArrayListIteratorPrototype()); in NewJSAPIArrayListIterator() local
4539 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightMapIteratorPrototype()); in NewJSAPILightWeightMapIterator() local
4555 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetLightWeightSetIteratorPrototype()); in NewJSAPILightWeightSetIterator() local
4584 …JSHandle<JSTaggedValue> protoValue(thread_, thread_->GlobalConstants()->GetPlainArrayIteratorProto… in NewJSAPIPlainArrayIterator() local
4600 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetStackIteratorPrototype()); in NewJSAPIStackIterator() local
4638 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetDequeIteratorPrototype()); in NewJSAPIDequeIterator() local
4676 JSHandle<JSTaggedValue> protoValue(thread_, globalConst->GetQueueIteratorPrototype()); in NewJSAPIQueueIterator() local