• Home
  • Raw
  • Download

Lines Matching defs:proto

668 JSHandle<JSHClass> ObjectFactory::CreateJSRegExpInstanceClass(JSHandle<JSTaggedValue> proto)  in CreateJSRegExpInstanceClass()
691 JSHandle<JSHClass> ObjectFactory::CreateJSArrayInstanceClass(JSHandle<JSTaggedValue> proto) in CreateJSArrayInstanceClass()
720 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in CreateJSArguments() local
1400 JSHandle<JSObject> ObjectFactory::OrdinaryNewJSObjectCreate(const JSHandle<JSTaggedValue> &proto) in OrdinaryNewJSObjectCreate()
1666 JSHandle<JSTaggedValue> proto = env->GetFunctionPrototype(); in NewJSBoundFunction() local
1739 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSGeneratorObject() local
1754 …JSHandle<JSTaggedValue> proto(thread_, JSHandle<JSFunction>::Cast(generatorFunction)->GetProtoOrHC… in NewJSAsyncGeneratorObject() local
1770 JSHandle<JSTaggedValue> proto = env->GetInitialGenerator(); in NewJSAsyncFuncObject() local
2756 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetHashMapIteratorPrototype()); in NewJSAPIHashMapIterator() local
2777 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetHashSetIteratorPrototype()); in NewJSAPIHashSetIterator() local
3092 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in CreateObjectClass() local
3148 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in GetObjectLiteralHClass() local
3725 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetTreeMapIteratorPrototype()); in NewJSAPITreeMapIterator() local
3742 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetTreeSetIteratorPrototype()); in NewJSAPITreeSetIterator() local
3769 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetVectorIteratorPrototype()); in NewJSAPIVectorIterator() local
3783 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetLinkedListIteratorPrototype()); in NewJSAPILinkedListIterator() local
3799 JSHandle<JSTaggedValue> proto(thread_, globalConst->GetListIteratorPrototype()); in NewJSAPIListIterator() local
3981 JSHandle<JSTaggedValue> proto = env->GetObjectFunctionPrototype(); in CreateIteratorResultInstanceClass() local