Home
last modified time | relevance | path

Searched refs:JSPROP_ROPERM (Results 1 – 2 of 2) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGeneratorObject.cpp244 #define JSPROP_ROPERM (JSPROP_READONLY | JSPROP_PERMANENT) macro
249 JS_SELF_HOSTED_FN("next", "LegacyGeneratorNext", 1, JSPROP_ROPERM),
250 JS_SELF_HOSTED_FN("send", "LegacyGeneratorNext", 1, JSPROP_ROPERM),
251 JS_SELF_HOSTED_FN("throw", "LegacyGeneratorThrow", 1, JSPROP_ROPERM),
252 JS_SELF_HOSTED_FN("close", "LegacyGeneratorClose", 0, JSPROP_ROPERM),
256 #undef JSPROP_ROPERM
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGeneratorObject.cpp242 #define JSPROP_ROPERM (JSPROP_READONLY | JSPROP_PERMANENT) macro
247 JS_SELF_HOSTED_FN("next", "LegacyGeneratorNext", 1, JSPROP_ROPERM),
248 JS_SELF_HOSTED_FN("send", "LegacyGeneratorNext", 1, JSPROP_ROPERM),
249 JS_SELF_HOSTED_FN("throw", "LegacyGeneratorThrow", 1, JSPROP_ROPERM),
250 JS_SELF_HOSTED_FN("close", "LegacyGeneratorClose", 0, JSPROP_ROPERM),
254 #undef JSPROP_ROPERM