Home
last modified time | relevance | path

Searched refs:JS_SYM_FNSPEC (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DPropertySpec.h416 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, flags, nullptr)
422 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
423 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DPropertySpec.h435 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, flags, nullptr)
441 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
442 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/www/firefox/firefox-99.0/js/public/
H A DPropertySpec.h435 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, flags, nullptr)
441 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
442 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DPropertySpec.h435 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, flags, nullptr)
441 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
442 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.h2094 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, (flags) | JSFUN_STUB_GSOPS, nullptr)
2100 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
2101 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsapi.h2094 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, (flags) | JSFUN_STUB_GSOPS, nullptr)
2100 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
2101 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsapi.h2103 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, (flags) | JSFUN_STUB_GSOPS, nullptr)
2109 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
2110 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h1798 JS_SYM_FNSPEC(symbol, call, nullptr, nargs, flags, nullptr)
1804 JS_SYM_FNSPEC(symbol, nullptr, nullptr, nargs, flags, selfHostedName)
1805 #define JS_SYM_FNSPEC(symbol, call, info, nargs, flags, selfHostedName) \ macro