File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
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.13 ' ,
39
+ 'v8_embedder_string' : '-node.14 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -197,6 +197,8 @@ ShiftKind ShiftKindOf(Operator const*) V8_WARN_UNUSED_RESULT;
197
197
// makes it easier to detect an overflow. This parameter is ignored on platforms
198
198
// like x64 and ia32 where a range overflow does not result in INT_MAX.
199
199
enum class TruncateKind { kArchitectureDefault , kSetOverflowToMin };
200
+ std::ostream& operator <<(std::ostream& os, TruncateKind kind);
201
+ size_t hash_value (TruncateKind kind);
200
202
201
203
// Interface for building machine-level operators. These operators are
202
204
// machine-level but machine-independent and thus define a language suitable
You can’t perform that action at this time.
0 commit comments