| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6200176 commit f4fc099
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -36,7 +36,7 @@ | |||
| 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.10', | ||
| 39 | + 'v8_embedder_string': '-node.11', | ||
| 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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments