Commit 0286e80
[wpt][wasm] Fix type string of function references
The type string for function references is "anyfunc" and not "funcref",
see https://webassembly.github.io/spec/js-api/index.html#dom-valuetype-anyfunc.
This CL replaces the invalid "funcref" string with the valid "anyfunc"
string in the wasm/global/type... test.
Bug: v8:12227
Change-Id: I8c0709036beba3aa6e8418ca4fa9bc16fd67b914
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3162136
Commit-Queue: Andreas Haas <[email protected]>
Reviewed-by: Michael Lippautz <[email protected]>
Cr-Commit-Position: refs/heads/main@{#922052}1 parent 38413c5 commit 0286e80
File tree
2 files changed
+10
-10
lines changed- wasm/jsapi
- global
- table
2 files changed
+10
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
0 commit comments