| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | 37 | # Reset this number to 0 on major V8 upgrades. | |
| 38 | 38 | # Increment by one for each non-official patch applied to deps/v8. | |
| 39 | - 'v8_embedder_string': '-node.3', | ||
| 39 | + 'v8_embedder_string': '-node.4', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2290,7 +2290,7 @@ class WasmDecoder : public Decoder { | |||
| 2290 | 2290 | } | |
| 2291 | 2291 | ||
| 2292 | 2292 | // TODO(clemensb): This is only used by the interpreter; move there. | |
| 2293 | - V8_EXPORT_PRIVATE std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) { | ||
| 2293 | + std::pair<uint32_t, uint32_t> StackEffect(const byte* pc) { | ||
| 2294 | 2294 | WasmOpcode opcode = static_cast<WasmOpcode>(*pc); | |
| 2295 | 2295 | // Handle "simple" opcodes with a fixed signature first. | |
| 2296 | 2296 | const FunctionSig* sig = WasmOpcodes::Signature(opcode); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments