#include <stdint.h>
#include "src/base/logging.h"
Go to the source code of this file.
◆ DATAVIEW_OP_LIST
#define DATAVIEW_OP_LIST |
( |
| V | ) |
|
Value:
V(BigUint64) \
V(Float32) \
V(Float64) \
V(Int8) \
V(Int16) \
V(Int32) \
V(Uint8) \
V(Uint16) \
V(Uint32)
Definition at line 13 of file data-view-ops.h.
◆ V [1/2]
◆ V [2/2]
Value: case DataViewOp::kGet##Name: \
return "DataView.prototype.get" #Name; \
case DataViewOp::kSet##Name: \
return "DataView.prototype.set" #Name;
Definition at line 26 of file data-view-ops.h.
◆ DataViewOp
◆ ToString()