Searched defs:COMMON_NAME_INFO (Results 1 – 6 of 6) sorted by relevance
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/ |
H A D | JSAtom.cpp | 168 #define COMMON_NAME_INFO(idpart, id, text) \ in initializeAtoms() macro 172 #define COMMON_NAME_INFO(name, init, clasp) \ in initializeAtoms() macro 176 #define COMMON_NAME_INFO(name) {#name, sizeof(#name) - 1}, in initializeAtoms() macro 179 #define COMMON_NAME_INFO(name) {"Symbol." #name, sizeof("Symbol." #name) - 1}, in initializeAtoms() macro
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/ |
H A D | jsatom.cpp | 131 #define COMMON_NAME_INFO(idpart, id, text) { js_##idpart##_str, sizeof(text) - 1 }, in initializeAtoms() macro 134 #define COMMON_NAME_INFO(name, code, init, clasp) { js_##name##_str, sizeof(#name) - 1 }, in initializeAtoms() macro
|
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/ |
H A D | JSAtom.cpp | 250 #define COMMON_NAME_INFO(idpart, id, text) \ in initializeAtoms() macro 254 #define COMMON_NAME_INFO(name, clasp) {js_##name##_str, sizeof(#name) - 1}, in initializeAtoms() macro 257 #define COMMON_NAME_INFO(name) {#name, sizeof(#name) - 1}, in initializeAtoms() macro 260 #define COMMON_NAME_INFO(name) {"Symbol." #name, sizeof("Symbol." #name) - 1}, in initializeAtoms() macro
|
/dports/www/firefox/firefox-99.0/js/src/vm/ |
H A D | JSAtom.cpp | 241 #define COMMON_NAME_INFO(NAME) \ in initializeAtoms() macro
|
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/ |
H A D | JSAtom.cpp | 252 #define COMMON_NAME_INFO(NAME) \ in initializeAtoms() macro
|
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/ |
H A D | JSAtom.cpp | 252 #define COMMON_NAME_INFO(NAME) \ in initializeAtoms() macro
|