Home
last modified time | relevance | path

Searched refs:prototypeObj (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DTypedObject.cpp647 Rooted<TypedProto*> prototypeObj(cx); in create() local
649 prototypeObj = &elementType->getReservedSlot(JS_DESCR_SLOT_ARRAYPROTO) in create()
653 prototypeObj = in create()
655 if (!prototypeObj) { in create()
659 ObjectValue(*prototypeObj)); in create()
662 obj->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
664 if (!LinkConstructorAndPrototype(cx, obj, prototypeObj)) { in create()
1105 Rooted<TypedProto*> prototypeObj(cx); in createFromArrays() local
1106 prototypeObj = in createFromArrays()
1108 if (!prototypeObj) { in createFromArrays()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DTypedObject.cpp555 Rooted<TypedProto*> prototypeObj(cx); in create() local
557 prototypeObj = &elementType->getReservedSlot(JS_DESCR_SLOT_ARRAYPROTO) in create()
561 prototypeObj = in create()
563 if (!prototypeObj) return nullptr; in create()
565 ObjectValue(*prototypeObj)); in create()
568 obj->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
570 if (!LinkConstructorAndPrototype(cx, obj, prototypeObj)) return nullptr; in create()
860 Rooted<TypedProto*> prototypeObj(cx); in create() local
861 prototypeObj = in create()
863 if (!prototypeObj) return nullptr; in create()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DTypedObject.cpp637 Rooted<TypedProto*> prototypeObj(cx); in create() local
641 prototypeObj = CreatePrototypeObjectForComplexTypeInstance(cx, arrayTypePrototype); in create()
642 if (!prototypeObj) in create()
644 elementType->setReservedSlot(JS_DESCR_SLOT_ARRAYPROTO, ObjectValue(*prototypeObj)); in create()
647 obj->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
649 if (!LinkConstructorAndPrototype(cx, obj, prototypeObj)) in create()
983 Rooted<TypedProto*> prototypeObj(cx); in create() local
984 prototypeObj = CreatePrototypeObjectForComplexTypeInstance(cx, structTypePrototype); in create()
985 if (!prototypeObj) in create()
988 descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/builtin/
H A DTypedObject.cpp609 Rooted<TypedProto*> prototypeObj(cx); in create() local
613 prototypeObj = CreatePrototypeObjectForComplexTypeInstance(cx, arrayTypePrototype); in create()
614 if (!prototypeObj) in create()
616 elementType->setReservedSlot(JS_DESCR_SLOT_ARRAYPROTO, ObjectValue(*prototypeObj)); in create()
619 obj->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
621 if (!LinkConstructorAndPrototype(cx, obj, prototypeObj)) in create()
968 Rooted<TypedProto*> prototypeObj(cx); in create() local
969 prototypeObj = CreatePrototypeObjectForComplexTypeInstance(cx, structTypePrototype); in create()
970 if (!prototypeObj) in create()
973 descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*prototypeObj)); in create()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineIC.h3152 ICInstanceOf_Function(JitCode* stubCode, Shape* shape, JSObject* prototypeObj, uint32_t slot);
3183 Compiler(JSContext* cx, Shape* shape, JSObject* prototypeObj, uint32_t slot) in Compiler() argument
3186 prototypeObj_(cx, prototypeObj), in Compiler()
H A DBaselineIC.cpp8471 JSObject* prototypeObj, uint32_t slot) in ICInstanceOf_Function() argument
8474 prototypeObj_(prototypeObj), in ICInstanceOf_Function()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DBaselineIC.h3243 ICInstanceOf_Function(JitCode* stubCode, Shape* shape, JSObject* prototypeObj, uint32_t slot);
3274 Compiler(JSContext* cx, Shape* shape, JSObject* prototypeObj, uint32_t slot) in Compiler() argument
3277 prototypeObj_(cx, prototypeObj), in Compiler()
H A DBaselineIC.cpp8604 JSObject* prototypeObj, uint32_t slot) in ICInstanceOf_Function() argument
8607 prototypeObj_(prototypeObj), in ICInstanceOf_Function()