Home
last modified time | relevance | path

Searched refs:JSProtoKey (Results 76 – 100 of 343) sorted by relevance

12345678910>>...14

/dports/lang/gjs/gjs-1.70.0/modules/
H A Dcairo-radial-gradient.cpp24 JSObject* CairoRadialGradient::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
H A Dcairo-svg-surface.cpp31 JSObject* CairoSVGSurface::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
H A Dcairo-pdf-surface.cpp31 JSObject* CairoPDFSurface::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
H A Dcairo-ps-surface.cpp31 JSObject* CairoPSSurface::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
H A Dcairo-gradient.cpp22 JSObject* CairoGradient::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
H A Dcairo-solid-pattern.cpp21 JSObject* CairoSolidPattern::new_proto(JSContext* cx, JSProtoKey) { in new_proto() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/wrappers/
H A DXrayWrapper.h278 JSProtoKey key = getProtoKey(holder); in getPrototype()
280 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype()
311 static JSProtoKey getProtoKey(JSObject* holder) { in getProtoKey()
313 return static_cast<JSProtoKey>(key); in getProtoKey()
320 static JSProtoKey constructorFor(JSObject* holder) { in constructorFor()
322 return static_cast<JSProtoKey>(key); in constructorFor()
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/wrappers/
H A DXrayWrapper.h298 JSProtoKey key = getProtoKey(holder); in getPrototype()
300 JSProtoKey protoKey = js::InheritanceProtoKeyForStandardClass(key); in getPrototype()
330 static JSProtoKey getProtoKey(JSObject* holder) { in getProtoKey()
332 return static_cast<JSProtoKey>(key); in getProtoKey()
339 static JSProtoKey constructorFor(JSObject* holder) { in constructorFor()
341 return static_cast<JSProtoKey>(key); in constructorFor()
H A DXrayWrapper.cpp67 inline bool IsErrorObjectKey(JSProtoKey key) { in IsErrorObjectKey()
71 inline bool IsTypedArrayKey(JSProtoKey key) { in IsTypedArrayKey()
76 static bool IsJSXraySupported(JSProtoKey key) { in IsJSXraySupported()
482 static bool ShouldResolveStaticProperties(JSProtoKey key) { in ShouldResolveStaticProperties()
511 JSProtoKey key = getProtoKey(holder); in resolveOwnProperty()
685 JSProtoKey key = getProtoKey(holder); in delete_()
719 JSProtoKey key = getProtoKey(holder); in defineProperty()
815 JSProtoKey key = getProtoKey(holder); in enumerateNames()
910 JSProtoKey standardConstructor = constructorFor(holder); in construct()
951 JSProtoKey key = IdentifyStandardInstance(target); in createHolder()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DStringObject.h58 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DAsyncFunction.cpp28 static JSObject* CreateAsyncFunction(JSContext* cx, JSProtoKey key) { in CreateAsyncFunction()
41 static JSObject* CreateAsyncFunctionPrototype(JSContext* cx, JSProtoKey key) { in CreateAsyncFunctionPrototype()
H A DJSAtom.h88 extern JS::Handle<PropertyName*> ClassName(JSProtoKey key, JSContext* cx);
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DStringObject.h58 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DAsyncFunction.cpp30 static JSObject* CreateAsyncFunction(JSContext* cx, JSProtoKey key) { in CreateAsyncFunction()
43 static JSObject* CreateAsyncFunctionPrototype(JSContext* cx, JSProtoKey key) { in CreateAsyncFunctionPrototype()
H A DJSAtom.h101 extern JS::Handle<PropertyName*> ClassName(JSProtoKey key, JSContext* cx);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DStringObject.h58 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
H A DAsyncFunction.cpp28 static JSObject* CreateAsyncFunction(JSContext* cx, JSProtoKey key) { in CreateAsyncFunction()
41 static JSObject* CreateAsyncFunctionPrototype(JSContext* cx, JSProtoKey key) { in CreateAsyncFunctionPrototype()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DStringObject.h58 static JSObject* createPrototype(JSContext* cx, JSProtoKey key);
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djspubtd.h48 enum JSProtoKey { enum
H A Djsapi.h292 extern JS_PUBLIC_API bool JS_GetClassObject(JSContext* cx, JSProtoKey key,
296 JSContext* cx, JSProtoKey key, JS::MutableHandle<JSObject*> objp);
306 extern JS_PUBLIC_API JSProtoKey IdentifyStandardInstance(JSObject* obj);
308 extern JS_PUBLIC_API JSProtoKey IdentifyStandardPrototype(JSObject* obj);
310 extern JS_PUBLIC_API JSProtoKey
313 extern JS_PUBLIC_API JSProtoKey IdentifyStandardConstructor(JSObject* obj);
315 extern JS_PUBLIC_API void ProtoKeyToId(JSContext* cx, JSProtoKey key,
320 extern JS_PUBLIC_API JSProtoKey JS_IdToProtoKey(JSContext* cx, JS::HandleId id);
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djspubtd.h48 enum JSProtoKey { enum
H A Djsapi.h292 extern JS_PUBLIC_API bool JS_GetClassObject(JSContext* cx, JSProtoKey key,
296 JSContext* cx, JSProtoKey key, JS::MutableHandle<JSObject*> objp);
306 extern JS_PUBLIC_API JSProtoKey IdentifyStandardInstance(JSObject* obj);
308 extern JS_PUBLIC_API JSProtoKey IdentifyStandardPrototype(JSObject* obj);
310 extern JS_PUBLIC_API JSProtoKey
313 extern JS_PUBLIC_API JSProtoKey IdentifyStandardConstructor(JSObject* obj);
315 extern JS_PUBLIC_API void ProtoKeyToId(JSContext* cx, JSProtoKey key,
320 extern JS_PUBLIC_API JSProtoKey JS_IdToProtoKey(JSContext* cx, JS::HandleId id);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djspubtd.h48 enum JSProtoKey { enum
/dports/www/firefox/firefox-99.0/js/src/
H A Djspubtd.h51 enum JSProtoKey { enum
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsobj.cpp759 JSProtoKey protoKey = JSCLASS_CACHED_PROTO_KEY(clasp); in NewObjectWithClassProtoCommon()
1646 ClearClassObject(JSObject* obj, JSProtoKey key) in ClearClassObject()
1803 JSProtoKey key = JSCLASS_CACHED_PROTO_KEY(clasp); in InitClass()
1970 js::IsStandardPrototype(JSObject* obj, JSProtoKey key) in IsStandardPrototype()
2018 JSProtoKey
2023 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardInstance()
2029 JSProtoKey
2034 JSProtoKey key = StandardProtoKeyOrNull(obj); in IdentifyStandardPrototype()
2040 JSProtoKey
2046 JSProtoKey
[all …]

12345678910>>...14