Home
last modified time | relevance | path

Searched refs:JS_LinkConstructorAndPrototype (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/gjs/gjs-1.70.0/gjs/
H A Djsapi-dynamic-class.cpp94 if (!JS_LinkConstructorAndPrototype(context, constructor, prototype)) in gjs_init_class_dynamic()
H A Dimporter.cpp850 if (!JS_LinkConstructorAndPrototype(cx, ctor_obj, proto) || in gjs_importer_define_proto()
/dports/lang/cjs/cjs-4.8.2/cjs/
H A Djsapi-dynamic-class.cpp113 if (!JS_LinkConstructorAndPrototype(context, constructor, prototype)) in gjs_init_class_dynamic()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/
H A Dinterface.rs23 use js::jsapi::{JS_LinkConstructorAndPrototype, JS_NewFunction, JS_NewGlobalObject};
222 assert!(JS_LinkConstructorAndPrototype(cx, rval.handle(), interface_prototype_object)); in create_noncallback_interface_object()
/dports/lang/gjs/gjs-1.70.0/gi/
H A Dcwrapper.h439 !JS_LinkConstructorAndPrototype(cx, ctor_obj, proto))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/scripting/mozjs/
H A Dwraptype.h519 if (!JS_LinkConstructorAndPrototype(_context, ctorObj, _proto)) in _installConstructor()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.h332 extern JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(
H A Djsapi.cpp1618 JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(JSContext* cx, in JS_LinkConstructorAndPrototype() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.h449 extern JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(
H A Djsapi.cpp1644 JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(JSContext* cx, in JS_LinkConstructorAndPrototype() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.h449 extern JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(
H A Djsapi.cpp1644 JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(JSContext* cx, in JS_LinkConstructorAndPrototype() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.h788 extern JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(
H A Djsapi.cpp1683 JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(JSContext* cx, in JS_LinkConstructorAndPrototype() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DBindingUtils.cpp795 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DBindingUtils.cpp758 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DBindingUtils.cpp900 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DBindingUtils.cpp884 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DBindingUtils.cpp905 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DBindingUtils.cpp900 if (proto && !JS_LinkConstructorAndPrototype(cx, constructor, proto)) { in CreateInterfaceObject()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.h2119 JS_LinkConstructorAndPrototype(JSContext* cx, JS::Handle<JSObject*> ctor,
H A Djsapi.cpp1707 JS_LinkConstructorAndPrototype(JSContext* cx, HandleObject ctor, HandleObject proto) in JS_LinkConstructorAndPrototype() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsapi.h2119 JS_LinkConstructorAndPrototype(JSContext* cx, JS::Handle<JSObject*> ctor,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsapi.h2128 JS_LinkConstructorAndPrototype(JSContext* cx, JS::Handle<JSObject*> ctor,
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h1822 extern JS_PUBLIC_API bool JS_LinkConstructorAndPrototype(

12