File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
38
38
# Reset this number to 0 on major V8 upgrades.
39
39
# Increment by one for each non-official patch applied to deps/v8.
40
- 'v8_embedder_string' : '-node.14 ' ,
40
+ 'v8_embedder_string' : '-node.15 ' ,
41
41
42
42
##### V8 defaults for Node.js #####
43
43
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ class PersistentValueMapBase {
198
198
* Call V8::RegisterExternallyReferencedObject with the map value for given
199
199
* key.
200
200
*/
201
- V8_DEPRECATE_SOON (
201
+ V8_DEPRECATED (
202
202
" Used TracedGlobal and EmbedderHeapTracer::RegisterEmbedderReference" ,
203
203
inline void RegisterExternallyReferencedObject (K& key));
204
204
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ template <class T> class PersistentBase {
549
549
* is alive. Only allowed when the embedder is asked to trace its heap by
550
550
* EmbedderHeapTracer.
551
551
*/
552
- V8_DEPRECATE_SOON (
552
+ V8_DEPRECATED (
553
553
" Used TracedGlobal and EmbedderHeapTracer::RegisterEmbedderReference" ,
554
554
V8_INLINE void RegisterExternalReference (Isolate* isolate) const );
555
555
@@ -572,7 +572,7 @@ template <class T> class PersistentBase {
572
572
*
573
573
* This bit is cleared after the each garbage collection pass.
574
574
*/
575
- V8_DEPRECATE_SOON (" Use TracedGlobal." , V8_INLINE void MarkActive ());
575
+ V8_DEPRECATED (" Use TracedGlobal." , V8_INLINE void MarkActive ());
576
576
577
577
V8_DEPRECATED (" See MarkIndependent." , V8_INLINE bool IsIndependent () const );
578
578
You can’t perform that action at this time.
0 commit comments