Commit 7a3c7b15 authored by Ng Zhi An's avatar Ng Zhi An Committed by Commit Bot

[wasm-simd] Add Wasm types to protocol

Bug: v8:10347
Bug: chromium:1043034
Change-Id: I804ea511e3ed7c866e0202c97a22dcac007243e8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2117325
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#66857}
parent 0b99ede9
......@@ -954,7 +954,8 @@ domain Runtime
boolean
symbol
bigint
# Object subtype hint. Specified for `object` type values only.
wasm
# Object subtype hint. Specified for `object` or `wasm` type values only.
optional enum subtype
array
null
......@@ -973,6 +974,11 @@ domain Runtime
typedarray
arraybuffer
dataview
i32
i64
f32
f64
v128
# Object class (constructor) name. Specified for `object` type values only.
optional string className
# Remote object value in case of primitive values or JSON values (if it was requested).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment