Searched defs:WasmValue (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/wasm/ | ||
H A D | wasm-value.h | 94 class WasmValue { class 96 WasmValue() : type_(kWasmVoid), bit_pattern_{} {} in WasmValue() function in v8::internal::wasm::WasmValue 117 WasmValue(byte* raw_bytes, ValueType type) : type_(type), bit_pattern_{} { in WasmValue() function in v8::internal::wasm::WasmValue 122 WasmValue(Handle<Object> ref, ValueType type) : type_(type), bit_pattern_{} { in WasmValue() function in v8::internal::wasm::WasmValue [all...] |
/third_party/node/deps/v8/src/objects/ | ||
H A D | property-details.h | 121 static constexpr Representation WasmValue() { in WasmValue() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::Representation |
Completed in 3 milliseconds