Skip to content

Commit

Permalink
Merge pull request #2719 from cloudflare/jsnell/resolve-context-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored Sep 18, 2024
2 parents 695b0b4 + d501b6d commit 6f43bbc
Show file tree
Hide file tree
Showing 13 changed files with 1,191 additions and 4 deletions.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ http_archive(
"//:patches/v8/0016-Revert-TracedReference-deref-API-removal.patch",
"//:patches/v8/0017-Revert-heap-Add-masm-specific-unwinding-annotations-.patch",
"//:patches/v8/0018-Update-illegal-invocation-error-message-in-v8.patch",
"//:patches/v8/0019-Implement-cross-request-context-promise-resolve-hand.patch",
],
strip_prefix = "v8-12.9.202.13",
url = "https://github.com/v8/v8/archive/refs/tags/12.9.202.13.tar.gz",
Expand Down

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions src/workerd/api/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -548,3 +548,9 @@ wd_test(
args = ["--experimental"],
data = ["tests/new-module-registry-test.js"],
)

wd_test(
src = "tests/cross-context-promise-test.wd-test",
args = ["--experimental"],
data = ["tests/cross-context-promise-test.js"],
)
Loading

0 comments on commit 6f43bbc

Please sign in to comment.