Home
last modified time | relevance | path

Searched refs:JSProtoKey (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.h141 static unsigned constructorSlot(JSProtoKey key) { in constructorSlot()
146 static unsigned prototypeSlot(JSProtoKey key) { in prototypeSlot()
160 Value getConstructor(JSProtoKey key) const { in getConstructor()
177 JSProtoKey key) { in ensureConstructor()
209 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype()
220 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
224 Value getPrototype(JSProtoKey key) const { in getPrototype()
228 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
242 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
251 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
[all …]
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DBuiltinObjectKind.cpp16 static JSProtoKey ToProtoKey(BuiltinObjectKind kind) { in ToProtoKey()
137 JSProtoKey key = ToProtoKey(kind); in MaybeGetBuiltinObject()
145 JSProtoKey key = ToProtoKey(kind); in GetOrCreateBuiltinObject()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h141 static unsigned constructorSlot(JSProtoKey key) { in constructorSlot()
146 static unsigned prototypeSlot(JSProtoKey key) { in prototypeSlot()
160 Value getConstructor(JSProtoKey key) const { in getConstructor()
177 JSProtoKey key) { in ensureConstructor()
209 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype()
220 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
224 Value getPrototype(JSProtoKey key) const { in getPrototype()
228 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
242 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
251 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
[all …]
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DBuiltinObjectKind.cpp16 static JSProtoKey ToProtoKey(BuiltinObjectKind kind) { in ToProtoKey()
137 JSProtoKey key = ToProtoKey(kind); in MaybeGetBuiltinObject()
145 JSProtoKey key = ToProtoKey(kind); in GetOrCreateBuiltinObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h139 static unsigned constructorSlot(JSProtoKey key) { in constructorSlot()
144 static unsigned prototypeSlot(JSProtoKey key) { in prototypeSlot()
158 Value getConstructor(JSProtoKey key) const { in getConstructor()
175 JSProtoKey key) { in ensureConstructor()
200 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype()
211 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
215 Value getPrototype(JSProtoKey key) const { in getPrototype()
219 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
233 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
242 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
[all …]
H A DTypedArrayObject-inl.h145 static const JSProtoKey protoKey = JSProto_Int8Array;
150 static const JSProtoKey protoKey = JSProto_Uint8Array;
155 static const JSProtoKey protoKey = JSProto_Int16Array;
160 static const JSProtoKey protoKey = JSProto_Uint16Array;
165 static const JSProtoKey protoKey = JSProto_Int32Array;
170 static const JSProtoKey protoKey = JSProto_Uint32Array;
175 static const JSProtoKey protoKey = JSProto_BigInt64Array;
180 static const JSProtoKey protoKey = JSProto_BigUint64Array;
185 static const JSProtoKey protoKey = JSProto_Float32Array;
190 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h122 static unsigned constructorSlot(JSProtoKey key) { in constructorSlot()
127 static unsigned prototypeSlot(JSProtoKey key) { in prototypeSlot()
141 Value getConstructor(JSProtoKey key) const { in getConstructor()
152 JSProtoKey key);
156 JSProtoKey key) { in ensureConstructor()
182 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
186 Value getPrototype(JSProtoKey key) const { in getPrototype()
190 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
194 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
216 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h162 Value getConstructor(JSProtoKey key) const { in getConstructor()
171 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
176 Value getPrototype(JSProtoKey key) const { in getPrototype()
181 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
191 Value getConstructorPropertySlot(JSProtoKey key) { in getConstructorPropertySlot()
199 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
221 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
427 JSProtoKey key = GetExceptionProtoKey(exnType); in getOrCreateCustomErrorPrototype()
915 GenericCreateConstructor(JSContext* cx, JSProtoKey key) in GenericCreateConstructor()
924 GenericCreatePrototype(JSContext* cx, JSProtoKey key) in GenericCreatePrototype()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsexn.h92 static inline constexpr JSProtoKey GetExceptionProtoKey(JSExnType exn) { in GetExceptionProtoKey()
95 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
98 static inline JSExnType ExnTypeFromProtoKey(JSProtoKey key) { in ExnTypeFromProtoKey()
105 static inline bool IsErrorProtoKey(JSProtoKey key) { in IsErrorProtoKey()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsexn.h92 static inline constexpr JSProtoKey GetExceptionProtoKey(JSExnType exn) { in GetExceptionProtoKey()
95 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
98 static inline JSExnType ExnTypeFromProtoKey(JSProtoKey key) { in ExnTypeFromProtoKey()
105 static inline bool IsErrorProtoKey(JSProtoKey key) { in IsErrorProtoKey()
H A Djsapi.h220 extern JS_PUBLIC_API bool JS_GetClassObject(JSContext* cx, JSProtoKey key,
224 JSContext* cx, JSProtoKey key, JS::MutableHandle<JSObject*> objp);
234 extern JS_PUBLIC_API JSProtoKey IdentifyStandardInstance(JSObject* obj);
236 extern JS_PUBLIC_API JSProtoKey IdentifyStandardPrototype(JSObject* obj);
238 extern JS_PUBLIC_API JSProtoKey
241 extern JS_PUBLIC_API JSProtoKey IdentifyStandardConstructor(JSObject* obj);
243 extern JS_PUBLIC_API void ProtoKeyToId(JSContext* cx, JSProtoKey key,
248 extern JS_PUBLIC_API JSProtoKey JS_IdToProtoKey(JSContext* cx, JS::HandleId id);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsexn.h92 static inline constexpr JSProtoKey GetExceptionProtoKey(JSExnType exn) { in GetExceptionProtoKey()
95 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
98 static inline JSExnType ExnTypeFromProtoKey(JSProtoKey key) { in ExnTypeFromProtoKey()
105 static inline bool IsErrorProtoKey(JSProtoKey key) { in IsErrorProtoKey()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsexn.h76 static inline JSProtoKey GetExceptionProtoKey(JSExnType exn) { in GetExceptionProtoKey()
79 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
82 static inline JSExnType ExnTypeFromProtoKey(JSProtoKey key) { in ExnTypeFromProtoKey()
89 static inline bool IsErrorProtoKey(JSProtoKey key) { in IsErrorProtoKey()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsexn.h88 static inline constexpr JSProtoKey GetExceptionProtoKey(JSExnType exn) { in GetExceptionProtoKey()
91 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
94 static inline JSExnType ExnTypeFromProtoKey(JSProtoKey key) { in ExnTypeFromProtoKey()
101 static inline bool IsErrorProtoKey(JSProtoKey key) { in IsErrorProtoKey()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.h309 bool hasConstructor(JSProtoKey key) const { in hasConstructor()
312 JSObject& getConstructor(JSProtoKey key) const { in getConstructor()
331 JSProtoKey key) { in ensureConstructor()
362 JSObject* maybeGetPrototype(JSProtoKey protoKey) const { in maybeGetPrototype()
372 void setConstructor(JSProtoKey key, JSObject* obj) { in setConstructor()
377 bool hasPrototype(JSProtoKey key) const { in hasPrototype()
380 JSObject& getPrototype(JSProtoKey key) const { in getPrototype()
385 void setPrototype(JSProtoKey key, JSObject* obj) { in setPrototype()
399 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
404 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
[all …]
H A DTypedArrayObject-inl.h149 static const JSProtoKey protoKey = JSProto_Int8Array;
154 static const JSProtoKey protoKey = JSProto_Uint8Array;
159 static const JSProtoKey protoKey = JSProto_Int16Array;
164 static const JSProtoKey protoKey = JSProto_Uint16Array;
169 static const JSProtoKey protoKey = JSProto_Int32Array;
174 static const JSProtoKey protoKey = JSProto_Uint32Array;
179 static const JSProtoKey protoKey = JSProto_BigInt64Array;
184 static const JSProtoKey protoKey = JSProto_BigUint64Array;
189 static const JSProtoKey protoKey = JSProto_Float32Array;
194 static const JSProtoKey protoKey = JSProto_Float64Array;
[all …]
H A DBuiltinObjectKind.cpp17 static JSProtoKey ToProtoKey(BuiltinObjectKind kind) { in ToProtoKey()
150 JSProtoKey key = ToProtoKey(kind); in MaybeGetBuiltinObject()
158 JSProtoKey key = ToProtoKey(kind); in GetOrCreateBuiltinObject()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsexn.h102 static inline JSProtoKey
107 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
111 ExnTypeFromProtoKey(JSProtoKey key) in ExnTypeFromProtoKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h158 Value getConstructor(JSProtoKey key) const { in getConstructor()
168 void setConstructor(JSProtoKey key, const Value& v) { in setConstructor()
173 Value getPrototype(JSProtoKey key) const { in getPrototype()
178 void setPrototype(JSProtoKey key, const Value& value) { in setPrototype()
183 bool classIsInitialized(JSProtoKey key) const { in classIsInitialized()
205 bool isStandardClassResolved(JSProtoKey key) const { in isStandardClassResolved()
424 JSProtoKey key = GetExceptionProtoKey(exnType); in getOrCreateCustomErrorPrototype()
982 GenericCreateConstructor(JSContext* cx, JSProtoKey key) in GenericCreateConstructor()
991 GenericCreatePrototype(JSContext* cx, JSProtoKey key) in GenericCreatePrototype()
1003 inline JSProtoKey
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.h75 static inline JSProtoKey
80 return JSProtoKey(JSProto_Error + int(exn)); in GetExceptionProtoKey()
84 ExnTypeFromProtoKey(JSProtoKey key) in ExnTypeFromProtoKey()
/dports/lang/gjs/gjs-1.70.0/modules/
H A Dcairo-private.h217 static JSObject* new_proto(JSContext* cx, JSProtoKey);
257 static JSObject* new_proto(JSContext* cx, JSProtoKey);
302 static JSObject* new_proto(JSContext* cx, JSProtoKey);
348 static JSObject* new_proto(JSContext* cx, JSProtoKey);
448 static JSObject* new_proto(JSContext* cx, JSProtoKey);
479 static JSObject* new_proto(JSContext* cx, JSProtoKey);
518 static JSObject* new_proto(JSContext* cx, JSProtoKey);
557 static JSObject* new_proto(JSContext* cx, JSProtoKey);
594 static JSObject* new_proto(JSContext* cx, JSProtoKey);
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DClass.h403 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
432 JSProtoKey inheritanceProtoKey() const { in inheritanceProtoKey()
441 return JSProtoKey(flags & ProtoKeyMask); in inheritanceProtoKey()
594 static constexpr uint32_t JSCLASS_HAS_CACHED_PROTO(JSProtoKey key) { in JSCLASS_HAS_CACHED_PROTO()
714 JSProtoKey specInheritanceProtoKey() const { in alignas()
785 static constexpr JSProtoKey JSCLASS_CACHED_PROTO_KEY(const JSClass* clasp) { in JSCLASS_CACHED_PROTO_KEY()
786 return JSProtoKey((clasp->flags >> JSCLASS_CACHED_PROTO_SHIFT) & in JSCLASS_CACHED_PROTO_KEY()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DClass.h403 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
432 JSProtoKey inheritanceProtoKey() const { in inheritanceProtoKey()
441 return JSProtoKey(flags & ProtoKeyMask); in inheritanceProtoKey()
594 static constexpr uint32_t JSCLASS_HAS_CACHED_PROTO(JSProtoKey key) { in JSCLASS_HAS_CACHED_PROTO()
714 JSProtoKey specInheritanceProtoKey() const { in alignas()
785 static constexpr JSProtoKey JSCLASS_CACHED_PROTO_KEY(const JSClass* clasp) { in JSCLASS_CACHED_PROTO_KEY()
786 return JSProtoKey((clasp->flags >> JSCLASS_CACHED_PROTO_SHIFT) & in JSCLASS_CACHED_PROTO_KEY()

12345678910>>...14