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 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.21 ' ,
39
+ 'v8_embedder_string' : '-node.22 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ class Operand {
71
71
: rm_(no_reg), rmode_(RelocInfo::EXTERNAL_REFERENCE) {
72
72
value_.immediate = static_cast <int64_t >(f.address ());
73
73
}
74
- V8_INLINE explicit Operand (const char * s);
75
74
explicit Operand (Handle<HeapObject> handle);
76
75
V8_INLINE explicit Operand (Smi value) : rm_(no_reg), rmode_(RelocInfo::NONE) {
77
76
value_.immediate = static_cast <intptr_t >(value.ptr ());
You can’t perform that action at this time.
0 commit comments