File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
deps/v8/src/codegen/mips64 Expand file tree Collapse file tree 2 files changed +1
-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.21 ' ,
39+ 'v8_embedder_string' : '-node.22 ' ,
4040
4141 ##### V8 defaults for Node.js #####
4242
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ class Operand {
7171 : rm_(no_reg), rmode_(RelocInfo::EXTERNAL_REFERENCE) {
7272 value_.immediate = static_cast <int64_t >(f.address ());
7373 }
74- V8_INLINE explicit Operand (const char * s);
7574 explicit Operand (Handle<HeapObject> handle);
7675 V8_INLINE explicit Operand (Smi value) : rm_(no_reg), rmode_(RelocInfo::NONE) {
7776 value_.immediate = static_cast <intptr_t >(value.ptr ());
You can’t perform that action at this time.
0 commit comments