| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 520e5d9 commit 1c8fa4d
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.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()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments