Home
last modified time | relevance | path

Searched defs:clasp (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCaches-inl.h23 inline bool NewObjectCache::lookupProto(const JSClass* clasp, JSObject* proto, in lookupProto()
30 inline bool NewObjectCache::lookupGlobal(const JSClass* clasp, in lookupGlobal()
37 inline void NewObjectCache::fillGlobal(EntryIndex entry, const JSClass* clasp, in fillGlobal()
64 const JSClass* clasp = templateObj->getClass(); in newObjectFromHit() local
H A DProbes.h101 const JSClass* clasp = obj->getClass(); in ObjectClassname() local
130 const JSClass* clasp = obj->getClass(); in FinalizeObject() local
H A DCompartment-inl.h160 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValueSlowPath()
221 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValue()
330 const JSClass* clasp) { in UnwrapAndDowncastObject()
366 const JSClass* clasp) { in UnwrapAndDowncastValue()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DCaches-inl.h23 inline bool NewObjectCache::lookupProto(const JSClass* clasp, JSObject* proto, in lookupProto()
30 inline bool NewObjectCache::lookupGlobal(const JSClass* clasp, in lookupGlobal()
37 inline void NewObjectCache::fillGlobal(EntryIndex entry, const JSClass* clasp, in fillGlobal()
64 const JSClass* clasp = templateObj->getClass(); in newObjectFromHit() local
H A DProbes.h101 const JSClass* clasp = obj->getClass(); in ObjectClassname() local
130 const JSClass* clasp = obj->getClass(); in FinalizeObject() local
H A DCompartment-inl.h160 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValueSlowPath()
221 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValue()
330 const JSClass* clasp) { in UnwrapAndDowncastObject()
366 const JSClass* clasp) { in UnwrapAndDowncastValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCaches-inl.h23 NewObjectCache::lookupProto(const Class* clasp, JSObject* proto, gc::AllocKind kind, EntryIndex* pe… in lookupProto()
30 NewObjectCache::lookupGlobal(const Class* clasp, GlobalObject* global, gc::AllocKind kind, EntryInd… in lookupGlobal()
36 NewObjectCache::fillGlobal(EntryIndex entry, const Class* clasp, GlobalObject* global, in fillGlobal()
H A DProbes.h101 const Class* clasp = obj->getClass(); in ObjectClassname() local
131 const Class* clasp = obj->getClass(); in FinalizeObject() local
H A DGlobalObject.cpp53 const Class* clasp; member
59 #define DECLARE_PROTOTYPE_CLASS_INIT(name,code,init,clasp) \ argument
73 #define INIT_FUNC(name,code,init,clasp) { clasp, init }, argument
74 #define INIT_FUNC_DUMMY(name,code,init,clasp) { nullptr, nullptr }, argument
150 const Class* clasp = ProtoKeyToClass(key); in resolveConstructor() local
304 GlobalObject::createInternal(JSContext* cx, const Class* clasp) in createInternal()
343 GlobalObject::new_(JSContext* cx, const Class* clasp, JSPrincipals* principals, in new_()
444 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor() local
594 CreateBlankProto(JSContext* cx, const Class* clasp, HandleObject proto, HandleObject global) in CreateBlankProto()
607 GlobalObject::createBlankPrototype(JSContext* cx, const Class* clasp) in createBlankPrototype()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCaches-inl.h21 inline bool NewObjectCache::lookupProto(const Class* clasp, JSObject* proto, in lookupProto()
28 inline bool NewObjectCache::lookupGlobal(const Class* clasp, in lookupGlobal()
35 inline void NewObjectCache::fillGlobal(EntryIndex entry, const Class* clasp, in fillGlobal()
H A DProbes.h99 const Class* clasp = obj->getClass(); in ObjectClassname() local
123 const Class* clasp = obj->getClass(); in FinalizeObject() local
H A DProxyObject.cpp20 static gc::AllocKind GetProxyGCObjectKind(const Class* clasp, in GetProxyGCObjectKind()
52 const Class* clasp = options.clasp(); in New() local
159 JSContext* cx, const Class* clasp, Handle<TaggedProto> proto, in create()
H A DGlobalObject.cpp48 const Class* clasp; member
54 #define DECLARE_PROTOTYPE_CLASS_INIT(name, init, clasp) \ argument
66 #define INIT_FUNC(name, init, clasp) {clasp, init}, argument
67 #define INIT_FUNC_DUMMY(name, init, clasp) {nullptr, nullptr}, argument
143 const Class* clasp = ProtoKeyToClass(key); in resolveConstructor() local
423 GlobalObject* GlobalObject::createInternal(JSContext* cx, const Class* clasp) { in createInternal()
457 JSContext* cx, const Class* clasp, JSPrincipals* principals, in new_()
530 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor() local
646 static NativeObject* CreateBlankProto(JSContext* cx, const Class* clasp, in CreateBlankProto()
658 JSContext* cx, Handle<GlobalObject*> global, const Class* clasp) { in createBlankPrototype()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCaches-inl.h21 inline bool NewObjectCache::lookupProto(const JSClass* clasp, JSObject* proto, in lookupProto()
28 inline bool NewObjectCache::lookupGlobal(const JSClass* clasp, in lookupGlobal()
35 inline void NewObjectCache::fillGlobal(EntryIndex entry, const JSClass* clasp, in fillGlobal()
H A DProbes.h101 const JSClass* clasp = obj->getClass(); in ObjectClassname() local
130 const JSClass* clasp = obj->getClass(); in FinalizeObject() local
H A DJSObject-inl.h29 static inline gc::AllocKind NewObjectGCKind(const JSClass* clasp) { in NewObjectGCKind()
46 uint32_t nfixed, uint32_t span, const JSClass* clasp) { in dynamicSlotsCount()
81 const JSClass* clasp = getClass(); in finalize() local
182 inline bool ClassCanHaveFixedData(const JSClass* clasp) { in ClassCanHaveFixedData()
381 const JSClass* clasp) { in GetInitialHeap()
413 const JSClass* clasp, in NewObjectWithGivenTaggedProto()
452 inline JSObject* NewObjectWithGivenProto(JSContext* cx, const JSClass* clasp, in NewObjectWithGivenProto()
459 const JSClass* clasp, in NewTenuredObjectWithGivenProto()
466 const JSClass* clasp, in NewSingletonObjectWithGivenProto()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DRuntime-inl.h23 NewObjectCache::lookupProto(const Class* clasp, JSObject* proto, gc::AllocKind kind, EntryIndex* pe… in lookupProto()
30 NewObjectCache::lookupGlobal(const Class* clasp, GlobalObject* global, gc::AllocKind kind, EntryInd… in lookupGlobal()
36 NewObjectCache::fillGlobal(EntryIndex entry, const Class* clasp, GlobalObject* global, in fillGlobal()
H A DGlobalObject.cpp48 const Class* clasp; member
54 #define DECLARE_PROTOTYPE_CLASS_INIT(name,code,init,clasp) \ argument
68 #define INIT_FUNC(name,code,init,clasp) { clasp, init }, argument
69 #define INIT_FUNC_DUMMY(name,code,init,clasp) { nullptr, nullptr }, argument
114 const Class* clasp = ProtoKeyToClass(key); in resolveConstructor() local
241 GlobalObject::createInternal(JSContext* cx, const Class* clasp) in createInternal()
274 GlobalObject::new_(JSContext* cx, const Class* clasp, JSPrincipals* principals, in new_()
366 const Class* clasp = ProtoKeyToClass(protoKey); in InitBareBuiltinCtor() local
477 CreateBlankProto(JSContext* cx, const Class* clasp, HandleObject proto, HandleObject global) in CreateBlankProto()
490 GlobalObject::createBlankPrototype(JSContext* cx, const Class* clasp) in createBlankPrototype()
[all …]
H A DProbes.h101 const Class* clasp = obj->getClass(); in ObjectClassname() local
131 const Class* clasp = obj->getClass(); in FinalizeObject() local
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DObjectKind-inl.h21 const Class* clasp) { in CanBeFinalizedInBackground()
52 static inline AllocKind GetGCObjectKind(const Class* clasp) { in GetGCObjectKind()
127 static inline size_t GetGCKindSlots(AllocKind thingKind, const Class* clasp) { in GetGCKindSlots()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DObjectKind-inl.h34 static inline AllocKind GetGCObjectKind(const JSClass* clasp) { in GetGCObjectKind()
115 static inline size_t GetGCKindSlots(AllocKind thingKind, const JSClass* clasp) { in GetGCKindSlots()
140 const JSClass* clasp) { in CanChangeToBackgroundAllocKind()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DObjectKind-inl.h34 static inline AllocKind GetGCObjectKind(const JSClass* clasp) { in GetGCObjectKind()
122 static inline size_t GetGCKindSlots(AllocKind thingKind, const JSClass* clasp) { in GetGCKindSlots()
147 const JSClass* clasp) { in CanChangeToBackgroundAllocKind()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DObjectKind-inl.h34 static inline AllocKind GetGCObjectKind(const JSClass* clasp) { in GetGCObjectKind()
122 static inline size_t GetGCKindSlots(AllocKind thingKind, const JSClass* clasp) { in GetGCKindSlots()
147 const JSClass* clasp) { in CanChangeToBackgroundAllocKind()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DProbes.h101 const JSClass* clasp = obj->getClass(); in ObjectClassname() local
130 const JSClass* clasp = obj->getClass(); in FinalizeObject() local
H A DCompartment-inl.h160 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValueSlowPath()
221 JSContext* cx, HandleValue value, const JSClass* clasp, in UnwrapAndTypeCheckValue()
330 const JSClass* clasp) { in UnwrapAndDowncastObject()
366 const JSClass* clasp) { in UnwrapAndDowncastValue()

12345678910>>...25