diff options
Diffstat (limited to 'chromium/v8/src/objects/debug-objects.tq')
| -rw-r--r-- | chromium/v8/src/objects/debug-objects.tq | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/v8/src/objects/debug-objects.tq b/chromium/v8/src/objects/debug-objects.tq index 8544e793664..ee8201e615c 100644 --- a/chromium/v8/src/objects/debug-objects.tq +++ b/chromium/v8/src/objects/debug-objects.tq @@ -74,11 +74,13 @@ extern class CoverageInfo extends HeapObject { @generateCppClass @generatePrint extern class WasmValue extends Struct { + // TODO(7748): Name and comment are outdated. // The type, should map to ValueType::Kind values in value-type.h. value_type: SmiTagged<WasmValueType>; // Holds the actual value. For example, if this holds a Wasm i32, this will // be of length 4, for s128, it will have length 16. These values are // represented by the respective C++ types, and memcpy-ed in. - // When value_type is a anyref, it holds the object that anyref points to. + // When value_type is a externref, it holds the object that externref points + // to. bytes_or_ref: Object|ByteArray; } |
