value-type.h | 63 constexpr ValueType value_type() const { return kValueType[val_]; } function in class:v8::internal::wasm::LoadType 91 #define VALUE_TYPE(type, ...) kWasm##type, 92 FOREACH_LOAD_TYPE(VALUE_TYPE) 93 #undef VALUE_TYPE 130 constexpr ValueType value_type() const { return kValueType[val_]; } function in class:v8::internal::wasm::StoreType 158 #define VALUE_TYPE(type, ...) kWasm##type, 159 FOREACH_STORE_TYPE(VALUE_TYPE) 160 #undef VALUE_TYPE
|