Commit 1c3e018
Expose dispose and asyncDispose symbols to C++
Since `Symbol.dispose` has been exposed to JS we need to be able to
access the native v8::Symbol too.
Change-Id: I9111d2806630efdd8bb5f931effa9adad3c85ae5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6410112
Commit-Queue: Erik Corry <erikcorry@chromium.org>
Reviewed-by: Erik Corry <erikcorry@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Cr-Commit-Position: refs/heads/main@{#99590}1 parent 4bed64d commit 1c3e018
3 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| 822 | + | |
| 823 | + | |
822 | 824 | | |
823 | 825 | | |
824 | 826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9548 | 9548 | | |
9549 | 9549 | | |
9550 | 9550 | | |
9551 | | - | |
| 9551 | + | |
| 9552 | + | |
| 9553 | + | |
9552 | 9554 | | |
9553 | 9555 | | |
9554 | 9556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4006 | 4006 | | |
4007 | 4007 | | |
4008 | 4008 | | |
| 4009 | + | |
| 4010 | + | |
4009 | 4011 | | |
4010 | 4012 | | |
4011 | 4013 | | |
| |||
0 commit comments