Home
last modified time | relevance | path

Searched refs:GetWaitForAllPromise (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DPromise.h49 [[nodiscard]] JSObject* GetWaitForAllPromise(JSContext* cx,
H A DTestingFunctions.cpp3454 static bool GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) { in GetWaitForAllPromise() function
3482 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
7622 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DPromise.h51 MOZ_MUST_USE JSObject* GetWaitForAllPromise(JSContext* cx,
H A DTestingFunctions.cpp2508 static bool GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) { in GetWaitForAllPromise() function
2536 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
6451 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DPromise.h99 [[nodiscard]] JSObject* GetWaitForAllPromise(JSContext* cx,
H A DTestingFunctions.cpp3778 static bool GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) { in GetWaitForAllPromise() function
3806 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
8282 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DPromise.h112 GetWaitForAllPromise(JSContext* cx, const JS::AutoObjectVector& promises);
H A DTestingFunctions.cpp1534 GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) in GetWaitForAllPromise() function
1558 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
4347 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
H A DPromise.cpp1438 js::GetWaitForAllPromise(JSContext* cx, const JS::AutoObjectVector& promises) in GetWaitForAllPromise() function in js
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DPromise.h49 [[nodiscard]] JSObject* GetWaitForAllPromise(JSContext* cx,
H A DTestingFunctions.cpp3454 static bool GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) { in GetWaitForAllPromise() function
3482 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
7622 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DPromise.h524 extern JS_PUBLIC_API JSObject* GetWaitForAllPromise(
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DPromise.h526 extern JS_PUBLIC_API JSObject* GetWaitForAllPromise(
/dports/www/firefox/firefox-99.0/js/public/
H A DPromise.h535 extern JS_PUBLIC_API JSObject* GetWaitForAllPromise(
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DPromise.h524 extern JS_PUBLIC_API JSObject* GetWaitForAllPromise(
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/builtin/
H A DPromise.h110 MOZ_MUST_USE JSObject* GetWaitForAllPromise(
H A DTestingFunctions.cpp1878 static bool GetWaitForAllPromise(JSContext* cx, unsigned argc, Value* vp) { in GetWaitForAllPromise() function
1901 RootedObject resultPromise(cx, JS::GetWaitForAllPromise(cx, promises)); in GetWaitForAllPromise()
4822 JS_FN_HELP("getWaitForAllPromise", GetWaitForAllPromise, 1, 0,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/promise/
H A DPromise.cpp159 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/promise/
H A DPromise.cpp178 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/www/firefox-esr/firefox-91.8.0/dom/promise/
H A DPromise.cpp177 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/www/firefox/firefox-99.0/dom/promise/
H A DPromise.cpp177 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/promise/
H A DPromise.cpp177 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp2883 JS_PUBLIC_API JSObject* JS::GetWaitForAllPromise( in GetWaitForAllPromise() function in JS
2888 return js::GetWaitForAllPromise(cx, promises); in GetWaitForAllPromise()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/promise/
H A DPromise.cpp598 JS::Rooted<JSObject*> result(aCx, JS::GetWaitForAllPromise(aCx, promises)); in All()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp3981 JS_PUBLIC_API JSObject* JS::GetWaitForAllPromise( in GetWaitForAllPromise() function in JS
3986 return js::GetWaitForAllPromise(cx, promises); in GetWaitForAllPromise()

12