Home
last modified time | relevance | path

Searched refs:failedOnWindowProxy (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DObject.cpp1003 bool* failedOnWindowProxy) { in ObjectDefineProperties() argument
1047 *failedOnWindowProxy = false; in ObjectDefineProperties()
1056 *failedOnWindowProxy = true; in ObjectDefineProperties()
1099 bool failedOnWindowProxy = false; in obj_create() local
1100 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_create()
1103 MOZ_ASSERT(!failedOnWindowProxy, "How did we get a WindowProxy here?"); in obj_create()
1784 bool failedOnWindowProxy = false; in obj_defineProperties() local
1785 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_defineProperties()
1790 if (failedOnWindowProxy) { in obj_defineProperties()
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DObject.cpp1175 bool* failedOnWindowProxy) { in ObjectDefineProperties() argument
1220 *failedOnWindowProxy = false; in ObjectDefineProperties()
1229 *failedOnWindowProxy = true; in ObjectDefineProperties()
1272 bool failedOnWindowProxy = false; in obj_create() local
1273 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_create()
1276 MOZ_ASSERT(!failedOnWindowProxy, "How did we get a WindowProxy here?"); in obj_create()
1942 bool failedOnWindowProxy = false; in obj_defineProperties() local
1943 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_defineProperties()
1948 if (failedOnWindowProxy) { in obj_defineProperties()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DObject.cpp1193 bool* failedOnWindowProxy) { in ObjectDefineProperties() argument
1238 *failedOnWindowProxy = false; in ObjectDefineProperties()
1247 *failedOnWindowProxy = true; in ObjectDefineProperties()
1290 bool failedOnWindowProxy = false; in obj_create() local
1291 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_create()
1294 MOZ_ASSERT(!failedOnWindowProxy, "How did we get a WindowProxy here?"); in obj_create()
2034 bool failedOnWindowProxy = false; in obj_defineProperties() local
2035 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_defineProperties()
2040 if (failedOnWindowProxy) { in obj_defineProperties()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DObject.cpp1175 bool* failedOnWindowProxy) { in ObjectDefineProperties() argument
1220 *failedOnWindowProxy = false; in ObjectDefineProperties()
1229 *failedOnWindowProxy = true; in ObjectDefineProperties()
1272 bool failedOnWindowProxy = false; in obj_create() local
1273 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_create()
1276 MOZ_ASSERT(!failedOnWindowProxy, "How did we get a WindowProxy here?"); in obj_create()
1942 bool failedOnWindowProxy = false; in obj_defineProperties() local
1943 if (!ObjectDefineProperties(cx, obj, args[1], &failedOnWindowProxy)) { in obj_defineProperties()
1948 if (failedOnWindowProxy) { in obj_defineProperties()