| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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.2', | ||
| 39 | + 'v8_embedder_string': '-node.3', | ||
| 40 | 40 | ||
| 41 | 41 | ##### V8 defaults for Node.js ##### | |
| 42 | 42 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -252,7 +252,7 @@ class NonCopyablePersistentTraits { | |||
| 252 | 252 | * This will clone the contents of storage cell, but not any of the flags, etc. | |
| 253 | 253 | */ | |
| 254 | 254 | template <class T> | |
| 255 | - struct V8_DEPRECATED("Use v8::Global instead") CopyablePersistentTraits { | ||
| 255 | + struct CopyablePersistentTraits { | ||
| 256 | 256 | using CopyablePersistent = Persistent<T, CopyablePersistentTraits<T>>; | |
| 257 | 257 | static const bool kResetInDestructor = true; | |
| 258 | 258 | template <class S, class M> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments