Home
last modified time | relevance | path

Searched refs:cx (Results 51 – 75 of 20534) sorted by relevance

12345678910>>...822

/dports/security/nss/nss-3.76.1/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
54 cx->hashobj->begin(cx->hash); in hmac_initKey()
94 cx->hash = cx->hashobj->create(); in HMAC_Init()
105 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
158 cx->hashobj->begin(cx->hash); in HMAC_Begin()
159 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
165 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
181 cx->hashobj->begin(cx->hash); in HMAC_Finish()
182 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
54 cx->hashobj->begin(cx->hash); in hmac_initKey()
94 cx->hash = cx->hashobj->create(); in HMAC_Init()
105 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
158 cx->hashobj->begin(cx->hash); in HMAC_Begin()
159 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
165 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
181 cx->hashobj->begin(cx->hash); in HMAC_Finish()
182 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.cpp165 RootedString str(cx, ValueToSource(cx, idv)); in JS_PUBLIC_API()
624 cx = cx ? cx->getNext() : rt->contextList.getFirst(); in JS_ContextIterator()
850 return cx->compartment()->wrap(cx, objp); in JS_WrapObject()
859 return cx->compartment()->wrap(cx, vp); in JS_WrapValue()
1219 Rooted<GlobalObject*> global(cx, cx->global()); in JS_GetErrorPrototype()
1227 Rooted<GlobalObject*> global(cx, cx->global()); in JS_GetIteratorPrototype()
2761 : cx(cx) in AutoLastFrameCheck()
2991 RootedAtom name(cx, IdToFunctionName(cx, id)); in DefineSelfHostedProperty()
4495 RootedScript script(cx, frontend::CompileScript(cx, &cx->tempLifoAlloc(), in Evaluate()
4703 : cx(cx), in AutoSetAsyncStackForNewCalls()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
58 cx->hash = cx->hashobj->create(); in HMAC_Init()
63 cx->hashobj->begin(cx->hash); in HMAC_Init()
89 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
114 cx->hashobj->begin(cx->hash); in HMAC_Begin()
115 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
121 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
137 cx->hashobj->begin(cx->hash); in HMAC_Finish()
138 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
58 cx->hash = cx->hashobj->create(); in HMAC_Init()
63 cx->hashobj->begin(cx->hash); in HMAC_Init()
89 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
114 cx->hashobj->begin(cx->hash); in HMAC_Begin()
115 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
121 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
137 cx->hashobj->begin(cx->hash); in HMAC_Finish()
138 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
58 cx->hash = cx->hashobj->create(); in HMAC_Init()
63 cx->hashobj->begin(cx->hash); in HMAC_Init()
89 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
114 cx->hashobj->begin(cx->hash); in HMAC_Begin()
115 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
121 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
137 cx->hashobj->begin(cx->hash); in HMAC_Finish()
138 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/proxy/
H A DScriptedProxyHandler.cpp229 if (!GetProxyTrap(cx, handler, cx->names().getPrototypeOf, &trap)) { in getPrototype()
467 if (!GetProxyTrap(cx, handler, cx->names().isExtensible, &trap)) { in isExtensible()
775 RootedId id(cx); in CreateFilteredListFromArrayLike()
825 if (!GetProxyTrap(cx, handler, cx->names().ownKeys, &trap)) { in ownPropertyKeys()
850 cx, GCHashSet<jsid>(cx, trapResult.length())); in ownPropertyKeys()
1050 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) { in has()
1125 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) { in get()
1206 if (!GetProxyTrap(cx, handler, cx->names().set, &trap)) { in set()
1291 if (!GetProxyTrap(cx, handler, cx->names().apply, &trap)) { in call()
1342 if (!GetProxyTrap(cx, handler, cx->names().construct, &trap)) { in construct()
[all …]
/dports/www/firefox/firefox-99.0/js/src/proxy/
H A DScriptedProxyHandler.cpp468 if (!GetProxyTrap(cx, handler, cx->names().isExtensible, &trap)) { in isExtensible()
776 RootedId id(cx); in CreateFilteredListFromArrayLike()
826 if (!GetProxyTrap(cx, handler, cx->names().ownKeys, &trap)) { in ownPropertyKeys()
851 cx, GCHashSet<jsid>(cx, trapResult.length())); in ownPropertyKeys()
1051 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) { in has()
1126 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) { in get()
1207 if (!GetProxyTrap(cx, handler, cx->names().set, &trap)) { in set()
1292 if (!GetProxyTrap(cx, handler, cx->names().apply, &trap)) { in call()
1343 if (!GetProxyTrap(cx, handler, cx->names().construct, &trap)) { in construct()
1559 cx, NewNativeFunction(cx, RevokeProxy, 0, nullptr, in proxy_revocable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/proxy/
H A DScriptedProxyHandler.cpp229 if (!GetProxyTrap(cx, handler, cx->names().getPrototypeOf, &trap)) { in getPrototype()
467 if (!GetProxyTrap(cx, handler, cx->names().isExtensible, &trap)) { in isExtensible()
775 RootedId id(cx); in CreateFilteredListFromArrayLike()
825 if (!GetProxyTrap(cx, handler, cx->names().ownKeys, &trap)) { in ownPropertyKeys()
850 cx, GCHashSet<jsid>(cx, trapResult.length())); in ownPropertyKeys()
1050 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) { in has()
1125 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) { in get()
1206 if (!GetProxyTrap(cx, handler, cx->names().set, &trap)) { in set()
1291 if (!GetProxyTrap(cx, handler, cx->names().apply, &trap)) { in call()
1342 if (!GetProxyTrap(cx, handler, cx->names().construct, &trap)) { in construct()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/proxy/
H A DCrossCompartmentWrapper.cpp44 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getPropertyDescriptor()
46 cx->compartment()->wrap(cx, desc)); in getPropertyDescriptor()
52 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getOwnPropertyDescriptor()
54 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
62 PIERCE(cx, wrapper, MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &desc2), in defineProperty()
76 PIERCE(cx, wrapper, MarkAtoms(cx, id), in delete_()
98 PIERCE(cx, wrapper, cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
142 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::has(cx, wrapper, id, bp), in has()
148 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::hasOwn(cx, wrapper, id, bp), in hasOwn()
182 return cx->compartment()->wrap(cx, vp); in get()
[all …]
H A DScriptedProxyHandler.cpp209 if (!GetProxyTrap(cx, handler, cx->names().getPrototypeOf, &trap)) in getPrototype()
279 if (!GetProxyTrap(cx, handler, cx->names().setPrototypeOf, &trap)) in setPrototype()
365 if (!GetProxyTrap(cx, handler, cx->names().preventExtensions, &trap)) in preventExtensions()
571 if (!GetProxyTrap(cx, handler, cx->names().defineProperty, &trap)) in defineProperty()
659 RootedId id(cx); in CreateFilteredListFromArrayLike()
721 Rooted<GCHashSet<jsid>> uncheckedResultKeys(cx, GCHashSet<jsid>(cx)); in ownPropertyKeys()
826 if (!GetProxyTrap(cx, handler, cx->names().deleteProperty, &trap)) in delete_()
881 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) return false; in has()
941 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) return false; in get()
1334 cx, NewFunctionByIdWithReserved(cx, RevokeProxy, 0, 0, in proxy_revocable()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/proxy/
H A DScriptedProxyHandler.cpp232 if (!GetProxyTrap(cx, handler, cx->names().getPrototypeOf, &trap)) { in getPrototype()
470 if (!GetProxyTrap(cx, handler, cx->names().isExtensible, &trap)) { in isExtensible()
779 RootedId id(cx); in CreateFilteredListFromArrayLike()
829 if (!GetProxyTrap(cx, handler, cx->names().ownKeys, &trap)) { in ownPropertyKeys()
854 cx, GCHashSet<jsid>(cx, trapResult.length())); in ownPropertyKeys()
1054 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) { in has()
1129 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) { in get()
1208 if (!GetProxyTrap(cx, handler, cx->names().set, &trap)) { in set()
1291 if (!GetProxyTrap(cx, handler, cx->names().apply, &trap)) { in call()
1342 if (!GetProxyTrap(cx, handler, cx->names().construct, &trap)) { in construct()
[all …]
H A DCrossCompartmentWrapper.cpp50 PIERCE(cx, wrapper, MarkAtoms(cx, id), in getOwnPropertyDescriptor()
52 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
60 PIERCE(cx, wrapper, MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &desc2), in defineProperty()
73 PIERCE(cx, wrapper, MarkAtoms(cx, id), in delete_()
92 return cx->compartment()->wrap(cx, protop); in getPrototype()
99 PIERCE(cx, wrapper, cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
149 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::has(cx, wrapper, id, bp), in has()
155 PIERCE(cx, wrapper, MarkAtoms(cx, id), Wrapper::hasOwn(cx, wrapper, id, bp), in hasOwn()
192 return cx->compartment()->wrap(cx, vp); in get()
202 MarkAtoms(cx, id) && cx->compartment()->wrap(cx, &valCopy) && in set()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DPipeToState.cpp75 cx->check(state); in GetUnwrappedSource()
78 cx->check(reader); in GetUnwrappedSource()
85 cx->check(state); in GetUnwrappedDest()
100 cx->check(state); in Finalize()
101 cx->check(error); in Finalize()
137 cx->check(state); in Finalize()
355 cx, in ShutdownWithAction()
418 cx, in Shutdown()
451 if (!cx->compartment()->wrap(cx, &storedError)) { in OnSourceErrored()
518 if (!cx->compartment()->wrap(cx, &storedError)) { in OnDestErrored()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DPipeToState.cpp75 cx->check(state); in GetUnwrappedSource()
78 cx->check(reader); in GetUnwrappedSource()
85 cx->check(state); in GetUnwrappedDest()
100 cx->check(state); in Finalize()
101 cx->check(error); in Finalize()
137 cx->check(state); in Finalize()
355 cx, in ShutdownWithAction()
418 cx, in Shutdown()
451 if (!cx->compartment()->wrap(cx, &storedError)) { in OnSourceErrored()
518 if (!cx->compartment()->wrap(cx, &storedError)) { in OnDestErrored()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.cpp165 RootedString str(cx, ValueToSource(cx, idv)); in reportStrictErrorOrWarning()
584 : cx_(cx), oldCompartment_(cx->compartment()) { in JSAutoCompartment()
592 : cx_(cx), oldCompartment_(cx->compartment()) { in JSAutoCompartment()
605 : cx_(cx), oldCompartment_(cx->compartment()) { in JSAutoNullableCompartment()
655 return cx->compartment()->wrap(cx, objp); in JS_WrapObject()
662 return cx->compartment()->wrap(cx, vp); in JS_WrapValue()
1094 Rooted<GlobalObject*> global(cx, cx->global()); in JS_GetErrorPrototype()
1100 Rooted<GlobalObject*> global(cx, cx->global()); in JS_GetIteratorPrototype()
4185 cx, frontend::CompileGlobalScript(cx, cx->tempLifoAlloc(), scopeKind, in Evaluate()
5014 : cx(cx), in AutoSetAsyncStackForNewCalls()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DObject.cpp154 : cx(cx), args(args), object(obj), referent(cx, obj->referent()) {} in CallData()
325 RootedString result(cx, object->name(cx)); in nameGetter()
674 if (!cx->compartment()->wrap(cx, &allocSite)) { in promiseAllocationSiteGetter()
780 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertyNamesMethod()
795 Rooted<IdVector> ids(cx, IdVector(cx)); in getOwnPropertySymbolsMethod()
879 RootedObject props(cx, ToObject(cx, arg)); in definePropertiesMethod()
888 Rooted<IdVector> ids2(cx, IdVector(cx)); in definePropertiesMethod()
1206 RootedString url(cx, ToString<CanGC>(cx, v)); in createSource()
2193 if (!cx->compartment()->wrap(cx, &desc)) { in defineProperty()
2311 !cx->compartment()->wrap(cx, &value) || in setProperty()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/proxy/
H A DScriptedProxyHandler.cpp186 if (!GetProxyTrap(cx, handler, cx->names().getPrototypeOf, &trap)) in getPrototype()
407 if (!GetProxyTrap(cx, handler, cx->names().isExtensible, &trap)) in isExtensible()
660 RootedObject obj(cx, NonNullObject(cx, v)); in CreateFilteredListFromArrayLike()
717 if (!GetProxyTrap(cx, handler, cx->names().ownKeys, &trap)) in ownPropertyKeys()
907 if (!GetProxyTrap(cx, handler, cx->names().has, &trap)) in has()
977 if (!GetProxyTrap(cx, handler, cx->names().get, &trap)) in get()
1052 if (!GetProxyTrap(cx, handler, cx->names().set, &trap)) in set()
1129 if (!GetProxyTrap(cx, handler, cx->names().apply, &trap)) in call()
1176 if (!GetProxyTrap(cx, handler, cx->names().construct, &trap)) in construct()
1322 RootedObject target(cx, NonNullObject(cx, args[0])); in ProxyCreate()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/proxy/
H A DScriptedIndirectProxyHandler.cpp177 RootedValue fval(cx), value(cx); in getPropertyDescriptor()
190 RootedValue fval(cx), value(cx); in getOwnPropertyDescriptor()
204 RootedValue fval(cx), value(cx); in defineProperty()
216 RootedValue fval(cx), value(cx); in ownPropertyKeys()
227 RootedValue fval(cx), value(cx); in delete_()
265 RootedValue fval(cx), value(cx); in has()
266 if (!GetDerivedTrap(cx, handler, cx->names().has, &fval)) in has()
278 RootedValue fval(cx), value(cx); in hasOwn()
299 if (!GetDerivedTrap(cx, handler, cx->names().get, &fval)) in get()
319 if (!GetDerivedTrap(cx, handler, cx->names().set, &fval)) in set()
[all …]
H A DCrossCompartmentWrapper.cpp37 cx->compartment()->wrap(cx, desc)); in getPropertyDescriptor()
47 cx->compartment()->wrap(cx, desc)); in getOwnPropertyDescriptor()
57 cx->compartment()->wrap(cx, &desc2), in defineProperty()
95 return cx->compartment()->wrap(cx, protop); in getPrototype()
104 cx->compartment()->wrap(cx, &protoCopy), in setPrototype()
168 return cx->compartment()->wrap(cx, vp); in get()
207 AutoCloseIterator(JSContext* cx, JSObject* obj) : cx(cx), obj(cx, obj) {} in AutoCloseIterator()
269 return cx->compartment()->wrap(cx, objp); in enumerate()
369 if (!cx->compartment()->wrap(cx, v)) in hasInstance()
391 if (!cx->compartment()->wrap(cx, &str)) in fun_toString()
[all …]
/dports/japanese/canna-lib/Canna37p3/lib/RKC/
H A Dconf.c323 || (cx->bufsize >= 10 && cx->curr + 2 <= cx->bufsize));
333 cx->buf[cx->curr] = newmsg;
348 || (cx->bufsize >= 10 && cx->curr + 2 <= cx->bufsize));
353 cx->buf[cx->curr + 1] = NULL;
357 cx->buf[cx->curr] = NULL;
518 if (cx->curr == cx->rdend)
547 cx->curr = cx->rdend;
568 if (cx->curr + 1 != cx->rdend
639 while (cx->curr != cx->rdend
673 if (cx->curr == cx->rdend) {
[all …]
/dports/japanese/canna-server/Canna37p3/lib/RKC/
H A Dconf.c323 || (cx->bufsize >= 10 && cx->curr + 2 <= cx->bufsize));
333 cx->buf[cx->curr] = newmsg;
348 || (cx->bufsize >= 10 && cx->curr + 2 <= cx->bufsize));
353 cx->buf[cx->curr + 1] = NULL;
357 cx->buf[cx->curr] = NULL;
518 if (cx->curr == cx->rdend)
547 cx->curr = cx->rdend;
568 if (cx->curr + 1 != cx->rdend
639 while (cx->curr != cx->rdend
673 if (cx->curr == cx->rdend) {
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/simulation2/scripting/
H A DEngineScriptConversions.cpp37 JSAutoRequest rq(cx); in ToJSVal()
69 JSAutoRequest rq(cx); in ToJSVal()
101 if (!JS_GetProperty(cx, obj, "r", &r) || !FromJSVal(cx, r, out.r)) in FromJSVal()
103 if (!JS_GetProperty(cx, obj, "g", &g) || !FromJSVal(cx, g, out.g)) in FromJSVal()
105 if (!JS_GetProperty(cx, obj, "b", &b) || !FromJSVal(cx, b, out.b)) in FromJSVal()
107 if (!JS_GetProperty(cx, obj, "a", &a) || !FromJSVal(cx, a, out.a)) in FromJSVal()
116 JS::RootedObject obj(cx, JS_NewPlainObject(cx)); in ToJSVal()
255 JS::RootedObject objArr(cx, JS_NewUint8Array(cx, length)); in ToJSVal()
268 JS::RootedObject obj(cx, JS_NewPlainObject(cx)); in ToJSVal()
281 JS::RootedObject objArr(cx, JS_NewUint16Array(cx, length)); in ToJSVal()
[all …]
/dports/www/firefox/firefox-99.0/js/src/shell/
H A DModuleLoader.cpp143 RootedObject module(cx, loadAndParse(cx, path)); in loadAndExecute()
298 cx, JS_EnsureLinearString(cx, moduleRequest->specifier())); in resolve()
361 RootedLinearString path(cx, JS_EnsureLinearString(cx, pathArg)); in loadAndParse()
388 RootedString source(cx, fetchSource(cx, path)); in loadAndParse()
410 RootedObject info(cx, js::CreateScriptPrivate(cx, path)); in loadAndParse()
428 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in lookupModuleInRegistry()
448 RootedObject registry(cx, getOrCreateModuleRegistry(cx)); in addModuleToRegistry()
521 Rooted<GCVector<JSLinearString*>> components(cx, cx); in normalizePath()
529 RootedLinearString part(cx, SubString(cx, path, lastSep, i)); in normalizePath()
563 RootedString normalized(cx, JoinStrings(cx, components, pathSep)); in normalizePath()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/builtin/
H A DPromise.cpp269 RootedAtom funName(cx, cx->names().empty); in CreateResolvingFunctions()
518 if (!cx->compartment()->wrap(cx, &reactionVal)) in EnqueuePromiseReactionJob()
523 RootedAtom funName(cx, cx->names().empty); in EnqueuePromiseReactionJob()
546 if (!cx->compartment()->wrap(cx, &promise)) in EnqueuePromiseReactionJob()
699 RootedAtom funName(cx, cx->names().empty); in NewPromiseCapability()
1045 RootedAtom funName(cx, cx->names().empty); in EnqueuePromiseResolveThenableJob()
1074 if (!cx->compartment()->wrap(cx, &thenable)) in EnqueuePromiseResolveThenableJob()
1081 RootedObject incumbentGlobal(cx, cx->runtime()->getIncumbentGlobal(cx)); in EnqueuePromiseResolveThenableJob()
1449 RootedObject C(cx, GlobalObject::getOrCreatePromiseConstructor(cx, cx->global())); in GetWaitForAllPromise()
1793 if (!cx->compartment()->wrap(cx, &xVal)) in PromiseAllResolveElementFunction()
[all …]

12345678910>>...822