icecat: add release icecat-140.8.0-2gnu1 for ecne
This commit is contained in:
parent
450538011a
commit
8eb1f1732f
616 changed files with 39955 additions and 33937 deletions
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
#include "vm/Compartment-inl.h"
|
||||
#include "vm/JSObject-inl.h"
|
||||
#include "vm/Realm-inl.h"
|
||||
|
||||
using namespace js;
|
||||
|
||||
|
|
@ -1451,6 +1452,7 @@ bool js::atomics_notify_impl(JSContext* cx, SharedArrayRawBuffer* sarb,
|
|||
// avoid mutex ordering problems.
|
||||
RootedValue resultMsg(cx, StringValue(cx->names().ok));
|
||||
for (uint32_t i = 0; i < promisesToResolve.length(); i++) {
|
||||
AutoRealm ar(cx, promisesToResolve[i]);
|
||||
if (!PromiseObject::resolve(cx, promisesToResolve[i], resultMsg)) {
|
||||
MOZ_ASSERT(cx->isThrowingOutOfMemory() || cx->isThrowingOverRecursed());
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue