summaryrefslogtreecommitdiff
path: root/src/node_v8.cc
AgeCommit message (Expand)Author
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-01src: do not cache `NumberOfHeapSpaces()` globallyAnna Henningsen
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-29v8: migrate setFlagsFromString to internal/errorsJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-05v8: add cachedDataVersionTagAndres Suarez
2016-12-11lib,src: support values > 4GB in heap statisticsBen Noordhuis
2016-11-20src: extend `HeapStatistics` with new fieldsGareth Ellis
2016-08-08src: remove unused using declsHaojian Wu
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-08-11src: add total_available_size to v8 statisticsRoman Klauke
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-05-08src: add type check to v8.setFlagsFromString()Roman Klauke
2015-01-21v8: optimize `getHeapStatistics`Vladimir Kurchatkin
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-11-20lib: add setFlagsFromString() to tracing moduleBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-05src: add v8.getHeapStatistics() functionBen Noordhuis
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis