We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feac215 commit f7c4ce2Copy full SHA for f7c4ce2
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.20',
+ 'v8_embedder_string': '-node.21',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/codegen/mips64/assembler-mips64.h
@@ -71,7 +71,6 @@ class Operand {
71
: rm_(no_reg), rmode_(RelocInfo::EXTERNAL_REFERENCE) {
72
value_.immediate = static_cast<int64_t>(f.address());
73
}
74
- V8_INLINE explicit Operand(const char* s);
75
explicit Operand(Handle<HeapObject> handle);
76
V8_INLINE explicit Operand(Smi value) : rm_(no_reg), rmode_(RelocInfo::NONE) {
77
value_.immediate = static_cast<intptr_t>(value.ptr());
0 commit comments