File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 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.11 ' ,
39
+ 'v8_embedder_string' : '-node.12 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -943,18 +943,6 @@ class Platform {
943
943
*/
944
944
virtual void OnCriticalMemoryPressure () {}
945
945
946
- /* *
947
- * Enables the embedder to respond in cases where V8 can't allocate large
948
- * memory regions. The |length| parameter is the amount of memory needed.
949
- * Returns true if memory is now available. Returns false if no memory could
950
- * be made available. V8 will retry allocations until this method returns
951
- * false.
952
- *
953
- * Embedder overrides of this function must NOT call back into V8.
954
- */
955
- V8_DEPRECATED (" Use the method without informative parameter" )
956
- virtual bool OnCriticalMemoryPressure (size_t length) { return false ; }
957
-
958
946
/* *
959
947
* Gets the number of worker threads used by
960
948
* Call(BlockingTask)OnWorkerThread(). This can be used to estimate the number
You can’t perform that action at this time.
0 commit comments