v8/src/d8
Stephen Belanger ff8d67c884 Reland "Fix Context PromiseHook behaviour with debugger enabled"
This is a reland of commit 872b7faa32

Original change's description:
> Fix Context PromiseHook behaviour with debugger enabled
>
> This is a solution for https://github.com/nodejs/node/issues/43148.
>
> Due to differences in behaviour between code with and without the debugger enabled, some promise lifecycle events were being missed and some extra ones were being added. This change resolves this and verifies the event sequence is consistent between code with and without the debugger.
>
> Change-Id: I3dabf1dceb14233226b1752083d659f1c2f97966
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3779922
> Reviewed-by: Victor Gomes <victorgomes@chromium.org>
> Commit-Queue: Camillo Bruni <cbruni@chromium.org>
> Reviewed-by: Camillo Bruni <cbruni@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#82132}

Change-Id: Ifdd407261c793887fbd012d5a04ba36b3744c349
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3805979
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Victor Gomes <victorgomes@chromium.org>
Cr-Commit-Position: refs/heads/main@{#82575}
2022-08-18 20:36:37 +00:00
..
async-hooks-wrapper.cc [d8] Handle exceptions on async_hooks.createHook 2022-06-21 08:54:53 +00:00
async-hooks-wrapper.h Remove some unused includes (2) 2022-07-06 13:58:57 +00:00
cov.cc [d8] Fix compilation for v8_fuzzilli 2020-11-18 09:38:39 +00:00
cov.h Add some missing includes 2022-02-22 10:52:05 +00:00
d8-console.cc Remove some unused includes (2) 2022-07-06 13:58:57 +00:00
d8-console.h Remove some unused includes (2) 2022-07-06 13:58:57 +00:00
d8-js.cc
d8-platforms.cc [API] Prepare deprecation of second OnCriticalMemoryPressure 2022-07-25 12:59:56 +00:00
d8-platforms.h [predictable] Run worker task on the foreground task runner 2020-05-06 15:49:07 +00:00
d8-posix.cc Remove some unused includes (2) 2022-07-06 13:58:57 +00:00
d8-test.cc [fastcall] Harden function AddAllSequenceSlowCallback 2022-07-22 17:43:12 +00:00
d8-windows.cc
d8.cc Reland "Fix Context PromiseHook behaviour with debugger enabled" 2022-08-18 20:36:37 +00:00
d8.h Reland "Fix Context PromiseHook behaviour with debugger enabled" 2022-08-18 20:36:37 +00:00
OWNERS Remove ulan@ from OWNERS 2021-06-08 13:10:21 +00:00