Commit b631bbc
deps: V8: cherry-pick a580b463ac35
Original commit message:
use explicit v8::String namespace in internal code
This otherwise does not compile with clangcl 18.1 on Windows
because it would be inferred as v8::internal::String
Refs: nodejs#56959
Change-Id: Ia14e2a5c2a730772a64e1c31019d0144d4eeb78f
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6271543
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Cr-Commit-Position: refs/heads/main@{#98734}
Refs: v8/v8@a580b461 parent f8181e3 commit b631bbc
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments