File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3636
3737    # Reset this number to 0 on major V8 upgrades. 
3838    # Increment by one for each non-official patch applied to deps/v8. 
39-     'v8_embedder_string' : '-node.6 ' ,
39+     'v8_embedder_string' : '-node.7 ' ,
4040
4141    ##### V8 defaults for Node.js ##### 
4242
Original file line number Diff line number Diff line change @@ -2136,7 +2136,7 @@ class WasmDecoder : public Decoder {
21362136  }
21372137
21382138  //  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) {
2139+   std::pair<uint32_t , uint32_t > StackEffect (const  byte* pc) {
21402140    WasmOpcode opcode = static_cast <WasmOpcode>(*pc);
21412141    //  Handle "simple" opcodes with a fixed signature first.
21422142    const  FunctionSig* sig = WasmOpcodes::Signature (opcode);
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments