Commit 5db8b35
deps: V8: cherry-pick eec10a2fd8fa
Original commit message:
[promisehook] Add before/after hooks to thenable tasks
This will allow Node.js to properly track async context in thenables.
Change-Id: If441423789a78307a57ad7e645daabf551cddb57
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2215624
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Commit-Queue: Gus Caplan <me@gus.host>
Cr-Commit-Position: refs/heads/master@{#68207}
Refs: v8/v8@eec10a2
Backport-PR-URL: #34776
PR-URL: #33778
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent b7e4d5f commit 5db8b35Copy full SHA for 5db8b35
File tree
Expand file treeCollapse file tree
3 files changed
+20
-2
lines changedOpen diff view settings
Filter options
- deps/v8
- src/builtins
- test/cctest
Expand file treeCollapse file tree
3 files changed
+20
-2
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
deps/v8/src/builtins/builtins-microtask-queue-gen.cc
Copy file name to clipboardExpand all lines: deps/v8/src/builtins/builtins-microtask-queue-gen.cc+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
202 | 202 | |
203 | 203 | |
204 | 204 | |
| 205 | + |
| 206 | + |
| 207 | + |
205 | 208 | |
206 | 209 | |
207 | 210 | |
208 | 211 | |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
209 | 216 | |
210 | 217 | |
211 | 218 | |
|
Collapse file
deps/v8/test/cctest/test-api.cc
Copy file name to clipboardExpand all lines: deps/v8/test/cctest/test-api.cc+12-1Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16350 | 16350 | |
16351 | 16351 | |
16352 | 16352 | |
16353 | | - |
| 16353 | + |
| 16354 | + |
| 16355 | + |
| 16356 | + |
| 16357 | + |
| 16358 | + |
| 16359 | + |
| 16360 | + |
| 16361 | + |
| 16362 | + |
| 16363 | + |
| 16364 | + |
16354 | 16365 | |
16355 | 16366 | |
16356 | 16367 | |
|
0 commit comments