Home
last modified time | relevance | path

Searched refs:JSProtoKey (Results 51 – 75 of 343) sorted by relevance

12345678910>>...14

/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/wrappers/
H A DXrayWrapper.cpp75 inline bool IsErrorObjectKey(JSProtoKey key) { in IsErrorObjectKey()
79 inline bool IsTypedArrayKey(JSProtoKey key) { in IsTypedArrayKey()
84 static bool IsJSXraySupported(JSProtoKey key) { in IsJSXraySupported()
486 static bool ShouldResolvePrototypeProperty(JSProtoKey key) { in ShouldResolvePrototypeProperty()
491 static bool ShouldResolveStaticProperties(JSProtoKey key) { in ShouldResolveStaticProperties()
528 JSProtoKey key = getProtoKey(holder); in resolveOwnProperty()
734 JSProtoKey key = getProtoKey(holder); in delete_()
776 JSProtoKey key = getProtoKey(holder); in defineProperty()
892 JSProtoKey key = getProtoKey(holder); in enumerateNames()
1067 JSProtoKey key = IdentifyStandardInstance(target); in createHolder()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/wrappers/
H A DXrayWrapper.cpp73 inline bool IsErrorObjectKey(JSProtoKey key) { in IsErrorObjectKey()
77 inline bool IsTypedArrayKey(JSProtoKey key) { in IsTypedArrayKey()
82 static bool IsJSXraySupported(JSProtoKey key) { in IsJSXraySupported()
484 static bool ShouldResolvePrototypeProperty(JSProtoKey key) { in ShouldResolvePrototypeProperty()
489 static bool ShouldResolveStaticProperties(JSProtoKey key) { in ShouldResolveStaticProperties()
527 JSProtoKey key = getProtoKey(holder); in resolveOwnProperty()
734 JSProtoKey key = getProtoKey(holder); in delete_()
775 JSProtoKey key = getProtoKey(holder); in defineProperty()
889 JSProtoKey key = getProtoKey(holder); in enumerateNames()
1054 JSProtoKey key = IdentifyStandardInstance(target); in createHolder()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.cpp96 JS_PUBLIC_API const JSClass* js::ProtoKeyToClass(JSProtoKey key) { in ProtoKeyToClass()
102 bool GlobalObject::skipDeselectedConstructor(JSContext* cx, JSProtoKey key) { in skipDeselectedConstructor()
220 JSProtoKey key, IfClassIsDisabled mode) { in resolveConstructor()
466 JSProtoKey key, HandleObject ctor, in initBuiltinConstructor()
660 JSProtoKey key = static_cast<JSProtoKey>(k); in initStandardClasses()
662 if (!resolveConstructor(cx, global, static_cast<JSProtoKey>(k), in initStandardClasses()
H A DNumberObject.h35 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DBooleanObject.h37 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.cpp76 js::ProtoKeyToClass(JSProtoKey key) in JS_FRIEND_API()
94 GlobalObject::ensureConstructor(JSContext* cx, Handle<GlobalObject*> global, JSProtoKey key) in ensureConstructor()
102 GlobalObject::resolveConstructor(JSContext* cx, Handle<GlobalObject*> global, JSProtoKey key) in resolveConstructor()
219 JSProtoKey key, HandleObject ctor, HandleObject proto) in initBuiltinConstructor()
349 if (!ensureConstructor(cx, global, static_cast<JSProtoKey>(k))) in initStandardClasses()
363 InitBareBuiltinCtor(JSContext* cx, Handle<GlobalObject*> global, JSProtoKey protoKey) in InitBareBuiltinCtor()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectGroup.h461 JSProtoKey key);
512 jsbytecode* pc, JSProtoKey key,
516 static ObjectGroup* callingAllocationSiteGroup(JSContext* cx, JSProtoKey key,
535 static ObjectGroup* defaultNewGroup(JSContext* cx, JSProtoKey key);
H A DBooleanObject.h37 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DNumberObject.h35 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DAsyncFunction.cpp27 static JSObject* CreateAsyncFunction(JSContext* cx, JSProtoKey key) { in CreateAsyncFunction()
40 static JSObject* CreateAsyncFunctionPrototype(JSContext* cx, JSProtoKey key) { in CreateAsyncFunctionPrototype()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.cpp73 JS_FRIEND_API const js::Class* js::ProtoKeyToClass(JSProtoKey key) { in ProtoKeyToClass()
89 JSProtoKey key) { in skipDeselectedConstructor()
117 JSProtoKey key) { in resolveConstructor()
299 JSContext* cx, Handle<GlobalObject*> global, JSProtoKey key) { in resolveOffThreadConstructor()
354 JSContext* cx, Handle<GlobalObject*> global, JSProtoKey key, in initBuiltinConstructor()
514 if (!ensureConstructor(cx, global, static_cast<JSProtoKey>(k))) in initStandardClasses()
528 JSProtoKey protoKey) { in InitBareBuiltinCtor()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DClass.h537 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
570 JSProtoKey inheritanceProtoKey() const { in inheritanceProtoKey()
578 return JSProtoKey(flags & ProtoKeyMask); in inheritanceProtoKey()
803 #define JSCLASS_CACHED_PROTO_KEY(clasp) ((JSProtoKey) \
870 JSProtoKey specInheritanceProtoKey() in specInheritanceProtoKey()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBooleanObject.h37 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DNumberObject.h35 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBooleanObject.h37 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DNumberObject.h35 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsfriendapi.h322 JS_PUBLIC_API const JSClass* ProtoKeyToClass(JSProtoKey key);
331 inline JSProtoKey InheritanceProtoKeyForStandardClass(JSProtoKey key) { in InheritanceProtoKeyForStandardClass()
346 JS_PUBLIC_API bool ShouldIgnorePropertyDefinition(JSContext* cx, JSProtoKey key,
/dports/www/firefox/firefox-99.0/js/src/
H A Djsfriendapi.h325 JS_PUBLIC_API const JSClass* ProtoKeyToClass(JSProtoKey key);
334 inline JSProtoKey InheritanceProtoKeyForStandardClass(JSProtoKey key) { in InheritanceProtoKeyForStandardClass()
349 JS_PUBLIC_API bool ShouldIgnorePropertyDefinition(JSContext* cx, JSProtoKey key,
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsfriendapi.h322 JS_PUBLIC_API const JSClass* ProtoKeyToClass(JSProtoKey key);
331 inline JSProtoKey InheritanceProtoKeyForStandardClass(JSProtoKey key) { in InheritanceProtoKeyForStandardClass()
346 JS_PUBLIC_API bool ShouldIgnorePropertyDefinition(JSContext* cx, JSProtoKey key,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DClass.h499 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
536 JSProtoKey parentKey() const { in parentKey()
538 return JSProtoKey(flags & ParentKeyMask); in parentKey()
735 #define JSCLASS_CACHED_PROTO_KEY(clasp) ((JSProtoKey) \
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DClass.h499 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
536 JSProtoKey parentKey() const { in parentKey()
538 return JSProtoKey(flags & ParentKeyMask); in parentKey()
735 #define JSCLASS_CACHED_PROTO_KEY(clasp) ((JSProtoKey) \
/dports/lang/gjs/gjs-1.70.0/modules/
H A Dcairo-linear-gradient.cpp23 JSObject* CairoLinearGradient::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DClass.h611 typedef JSObject* (*ClassObjectCreationOp)(JSContext* cx, JSProtoKey key);
640 JSProtoKey inheritanceProtoKey() const { in inheritanceProtoKey()
647 return JSProtoKey(flags & ProtoKeyMask); in inheritanceProtoKey()
843 ((JSProtoKey)(((clasp)->flags >> JSCLASS_CACHED_PROTO_SHIFT) & \
894 JSProtoKey specInheritanceProtoKey() const { in specInheritanceProtoKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsatominlines.h203 ClassName(JSProtoKey key, JSAtomState& atomState) in ClassName()
214 ClassName(JSProtoKey key, ExclusiveContext* cx) in ClassName()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/
H A DXrayWrapper.cpp62 IsErrorObjectKey(JSProtoKey key)
68 IsTypedArrayKey(JSProtoKey key)
75 IsJSXraySupported(JSProtoKey key)
465 ShouldResolveStaticProperties(JSProtoKey key)
500 JSProtoKey key = getProtoKey(holder);
679 JSProtoKey key = getProtoKey(holder);
716 JSProtoKey key = getProtoKey(holder);
814 JSProtoKey key = getProtoKey(holder);
916 JSProtoKey standardConstructor = constructorFor(holder);
962 JSProtoKey key = IdentifyStandardInstance(target);
[all …]

12345678910>>...14