| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9b3c115 commit 945955f
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.11', | ||
| 41 | + 'v8_embedder_string': '-node.12', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -95,7 +95,7 @@ class V8_EXPORT_PRIVATE DecoderVisitor { | |||
| 95 | 95 | }; | |
| 96 | 96 | ||
| 97 | 97 | // A visitor that dispatches to a list of visitors. | |
| 98 | - class V8_EXPORT_PRIVATE DispatchingDecoderVisitor : public DecoderVisitor { | ||
| 98 | + class DispatchingDecoderVisitor : public DecoderVisitor { | ||
| 99 | 99 | public: | |
| 100 | 100 | DispatchingDecoderVisitor() {} | |
| 101 | 101 | virtual ~DispatchingDecoderVisitor() {} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1968,7 +1968,7 @@ class InstructionAccurateScope { | |||
| 1968 | 1968 | // original state, even if the lists were modified by some other means. Note | |
| 1969 | 1969 | // that this scope can be nested but the destructors need to run in the opposite | |
| 1970 | 1970 | // order as the constructors. We do not have assertions for this. | |
| 1971 | - class V8_EXPORT_PRIVATE UseScratchRegisterScope { | ||
| 1971 | + class UseScratchRegisterScope { | ||
| 1972 | 1972 | public: | |
| 1973 | 1973 | explicit UseScratchRegisterScope(TurboAssembler* tasm) | |
| 1974 | 1974 | : available_(tasm->TmpList()), | |
| Back | FazBrowse Home | New Git URL |
0 commit comments