/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/ |
H A D | NativeObject-inl.h | 313 return MaybeNativeObject(NewObjectWithGivenTaggedProto(cx, clasp, proto, allocKind, in NewNativeObjectWithGivenTaggedProto() 322 return MaybeNativeObject(NewObjectWithGivenTaggedProto(cx, clasp, proto, newKind)); 330 return MaybeNativeObject(NewObjectWithGivenProto(cx, clasp, proto, allocKind, newKind)); in NewNativeObjectWithGivenProto() 338 return MaybeNativeObject(NewObjectWithGivenProto(cx, clasp, proto, newKind)); 346 return MaybeNativeObject(NewObjectWithClassProto(cx, clasp, proto, allocKind, newKind)); 353 return MaybeNativeObject(NewObjectWithClassProto(cx, clasp, proto, newKind));
|
H A D | GlobalObject.h | 515 return MaybeNativeObject(global->getOrCreateObject(cx, ITERATOR_PROTO, initIteratorProto)); in getOrCreateIteratorPrototype() 520 …return MaybeNativeObject(global->getOrCreateObject(cx, ARRAY_ITERATOR_PROTO, initArrayIteratorProt… in getOrCreateArrayIteratorPrototype() 526 …return MaybeNativeObject(global->getOrCreateObject(cx, STRING_ITERATOR_PROTO, initStringIteratorPr… in getOrCreateStringIteratorPrototype() 532 return MaybeNativeObject(global->getOrCreateObject(cx, LEGACY_GENERATOR_OBJECT_PROTO, in getOrCreateLegacyGeneratorObjectPrototype() 539 …return MaybeNativeObject(global->getOrCreateObject(cx, STAR_GENERATOR_OBJECT_PROTO, initStarGenera… in getOrCreateStarGeneratorObjectPrototype() 545 …return MaybeNativeObject(global->getOrCreateObject(cx, STAR_GENERATOR_FUNCTION_PROTO, initStarGene… in getOrCreateStarGeneratorFunctionPrototype()
|
H A D | NativeObject.h | 1447 MaybeNativeObject(JSObject* obj) in MaybeNativeObject() function
|
H A D | ScopeObject.cpp | 851 RootedNativeObject obj(cx, MaybeNativeObject(JSObject::create(cx, allocKind, in create()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/ |
H A D | NativeObject-inl.h | 323 return MaybeNativeObject(NewObjectWithGivenTaggedProto(cx, clasp, proto, allocKind, in NewNativeObjectWithGivenTaggedProto() 332 return MaybeNativeObject(NewObjectWithGivenTaggedProto(cx, clasp, proto, newKind)); 340 return MaybeNativeObject(NewObjectWithGivenProto(cx, clasp, proto, allocKind, newKind)); in NewNativeObjectWithGivenProto() 348 return MaybeNativeObject(NewObjectWithGivenProto(cx, clasp, proto, newKind)); 356 return MaybeNativeObject(NewObjectWithClassProto(cx, clasp, proto, allocKind, newKind)); 363 return MaybeNativeObject(NewObjectWithClassProto(cx, clasp, proto, newKind));
|
H A D | GlobalObject.h | 543 return MaybeNativeObject(global->getOrCreateObject(cx, ITERATOR_PROTO, initIteratorProto)); in getOrCreateIteratorPrototype() 548 …return MaybeNativeObject(global->getOrCreateObject(cx, ARRAY_ITERATOR_PROTO, initArrayIteratorProt… in getOrCreateArrayIteratorPrototype() 554 …return MaybeNativeObject(global->getOrCreateObject(cx, STRING_ITERATOR_PROTO, initStringIteratorPr… in getOrCreateStringIteratorPrototype() 560 return MaybeNativeObject(global->getOrCreateObject(cx, LEGACY_GENERATOR_OBJECT_PROTO, in getOrCreateLegacyGeneratorObjectPrototype() 567 …return MaybeNativeObject(global->getOrCreateObject(cx, STAR_GENERATOR_OBJECT_PROTO, initStarGenera… in getOrCreateStarGeneratorObjectPrototype() 573 …return MaybeNativeObject(global->getOrCreateObject(cx, STAR_GENERATOR_FUNCTION_PROTO, initStarGene… in getOrCreateStarGeneratorFunctionPrototype() 585 return MaybeNativeObject(global->getOrCreateObject(cx, ASYNC_FUNCTION_PROTO, in getOrCreateAsyncFunctionPrototype()
|
H A D | NativeObject.h | 1496 MaybeNativeObject(JSObject* obj) in MaybeNativeObject() function
|
H A D | EnvironmentObject.cpp | 325 NativeObject* obj = MaybeNativeObject(JSObject::create(cx, kind, heap, shape, group)); in create() 849 MaybeNativeObject(JSObject::create(cx, allocKind, heap, shape, group))); in createTemplateObject()
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | GlobalObject.h | 579 return MaybeNativeObject( in getOrCreateIteratorPrototype() 585 return MaybeNativeObject(getOrCreateObject(cx, global, ARRAY_ITERATOR_PROTO, in getOrCreateArrayIteratorPrototype() 591 return MaybeNativeObject(getOrCreateObject( in getOrCreateStringIteratorPrototype() 597 return MaybeNativeObject( in getOrCreateGeneratorObjectPrototype() 614 return MaybeNativeObject( in getOrCreateAsyncFunctionPrototype() 625 return MaybeNativeObject(getOrCreateObject(cx, global, ASYNC_ITERATOR_PROTO, in getOrCreateAsyncIteratorPrototype() 631 return MaybeNativeObject(getOrCreateObject( in getOrCreateAsyncFromSyncIteratorPrototype() 637 return MaybeNativeObject( in getOrCreateAsyncGenerator() 649 return MaybeNativeObject(getOrCreateObject( in getOrCreateAsyncGeneratorPrototype()
|
H A D | NativeObject-inl.h | 643 return MaybeNativeObject( in NewNativeObjectWithGivenTaggedProto() 650 return MaybeNativeObject( 659 return MaybeNativeObject( in NewNativeObjectWithGivenProto() 666 return MaybeNativeObject(NewObjectWithGivenProto(cx, clasp, proto, newKind)); 672 return MaybeNativeObject( 679 return MaybeNativeObject(NewObjectWithClassProto(cx, clasp, proto, newKind));
|
H A D | NativeObject.h | 1562 inline NativeObject* MaybeNativeObject(JSObject* obj) { in MaybeNativeObject() function
|
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/ |
H A D | CacheIR.cpp | 438 proto = MaybeNativeObject(GetBuiltinPrototypePure(cx_->global(), JSProto_String)); in tryAttachPrimitive() 441 proto = MaybeNativeObject(GetBuiltinPrototypePure(cx_->global(), JSProto_Number)); in tryAttachPrimitive() 444 proto = MaybeNativeObject(GetBuiltinPrototypePure(cx_->global(), JSProto_Boolean)); in tryAttachPrimitive() 447 proto = MaybeNativeObject(GetBuiltinPrototypePure(cx_->global(), JSProto_Symbol)); in tryAttachPrimitive()
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | Iteration.cpp | 1635 return MaybeNativeObject(getOrCreateObject( in getOrCreateArrayIteratorPrototype() 1739 return MaybeNativeObject(getOrCreateObject( in getOrCreateWrapForValidIteratorPrototype() 1771 return MaybeNativeObject( in getOrCreateIteratorHelperPrototype()
|
H A D | AsyncIteration.cpp | 659 return MaybeNativeObject(getOrCreateObject( in getOrCreateAsyncIteratorHelperPrototype()
|
H A D | NativeObject.h | 1694 inline NativeObject* MaybeNativeObject(JSObject* obj) { in MaybeNativeObject() function
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | Iteration.cpp | 1635 return MaybeNativeObject(getOrCreateObject( in getOrCreateArrayIteratorPrototype() 1739 return MaybeNativeObject(getOrCreateObject( in getOrCreateWrapForValidIteratorPrototype() 1771 return MaybeNativeObject( in getOrCreateIteratorHelperPrototype()
|
H A D | AsyncIteration.cpp | 659 return MaybeNativeObject(getOrCreateObject( in getOrCreateAsyncIteratorHelperPrototype()
|
H A D | NativeObject.h | 1694 inline NativeObject* MaybeNativeObject(JSObject* obj) { in MaybeNativeObject() function
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | Iteration.cpp | 1799 return MaybeNativeObject(getOrCreateBuiltinProto( in getOrCreateArrayIteratorPrototype() 1905 return MaybeNativeObject(getOrCreateBuiltinProto( in getOrCreateWrapForValidIteratorPrototype() 1937 return MaybeNativeObject(getOrCreateBuiltinProto( in getOrCreateIteratorHelperPrototype()
|
H A D | AsyncIteration.cpp | 1451 return MaybeNativeObject( in getOrCreateAsyncIteratorHelperPrototype()
|
H A D | NativeObject.h | 1722 inline NativeObject* MaybeNativeObject(JSObject* obj) { in MaybeNativeObject() function
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | GlobalObject.h | 575 return MaybeNativeObject(getOrCreateObject(cx, global, ARRAY_ITERATOR_PROTO, in getOrCreateArrayIteratorPrototype()
|
H A D | NativeObject.h | 1640 inline NativeObject* MaybeNativeObject(JSObject* obj) { in MaybeNativeObject() function
|
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/ |
H A D | CacheIR.cpp | 1649 proto = MaybeNativeObject(cx_->global()->maybeGetPrototype(JSProto_String)); in tryAttachPrimitive() 1652 proto = MaybeNativeObject(cx_->global()->maybeGetPrototype(JSProto_Number)); in tryAttachPrimitive() 1656 MaybeNativeObject(cx_->global()->maybeGetPrototype(JSProto_Boolean)); in tryAttachPrimitive() 1659 proto = MaybeNativeObject(cx_->global()->maybeGetPrototype(JSProto_Symbol)); in tryAttachPrimitive()
|