We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223dedf commit a12bb79Copy full SHA for a12bb79
1 file changed
deps/v8/src/wasm/function-body-decoder-impl.h
@@ -2136,7 +2136,7 @@ class WasmDecoder : public Decoder {
2136
}
2137
2138
// TODO(clemensb): This is only used by the interpreter; move there.
2139
- V8_EXPORT_PRIVATE std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
+ std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) {
2140
WasmOpcode opcode = static_cast<WasmOpcode>(*pc);
2141
// Handle "simple" opcodes with a fixed signature first.
2142
const FunctionSig* sig = WasmOpcodes::Signature(opcode);
0 commit comments