summaryrefslogtreecommitdiff
path: root/src/node_v8.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-13/+21
* v8: move process.binding('v8') to internalBindingJames M Snell2018-08-181-1/+1
* src: start annotating native code side effectTimothy Gu2018-06-251-1/+2
* src: do not cache `NumberOfHeapSpaces()` globallyAnna Henningsen2018-06-011-4/+2
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* src: fix upcoming V8 deprecation warningsSarat Addepalli2018-03-231-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+2
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-2/+0
* v8: migrate setFlagsFromString to internal/errorsJames M Snell2017-10-291-7/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* v8: add cachedDataVersionTagAndres Suarez2017-03-051-0/+13
* lib,src: support values > 4GB in heap statisticsBen Noordhuis2016-12-111-6/+6
* src: extend `HeapStatistics` with new fieldsGareth Ellis2016-11-201-1/+4
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+0
* v8,src: expose statistics about heap spacesBen Ripkens2016-01-181-1/+86
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-4/+3
* src: add total_available_size to v8 statisticsRoman Klauke2015-08-111-2/+3
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-31/+20
* src: add type check to v8.setFlagsFromString()Roman Klauke2015-05-081-0/+7
* v8: optimize `getHeapStatistics`Vladimir Kurchatkin2015-01-211-13/+47
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib,src: remove post-gc event infrastructureBen Noordhuis2014-12-181-149/+0
* lib: add setFlagsFromString() to tracing moduleBen Noordhuis2014-11-201-0/+9
* src: attach env directly to api functionsBen Noordhuis2014-10-131-10/+11
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-3/+0
* src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-1/+1
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-5/+5
* src: add v8.getHeapStatistics() functionBen Noordhuis2014-02-051-0/+24
* src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-0/+200