Home
last modified time | relevance | path

Searched defs:JSFUN_CONSTRUCTOR (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.h540 static constexpr unsigned JSFUN_CONSTRUCTOR = 0x400; variable
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.h1298 static constexpr unsigned JSFUN_CONSTRUCTOR = 0x400; variable
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.h1298 static constexpr unsigned JSFUN_CONSTRUCTOR = 0x400; variable
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.h1648 static constexpr unsigned JSFUN_CONSTRUCTOR = 0x400; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.h826 #define JSFUN_CONSTRUCTOR 0x400 /* native that can be called as a ctor */ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsapi.h826 #define JSFUN_CONSTRUCTOR 0x400 /* native that can be called as a ctor */ macro
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h639 static const unsigned JSFUN_CONSTRUCTOR = 0x400; variable