summaryrefslogtreecommitdiff
path: root/lib/v8.js
AgeCommit message (Expand)Author
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12lib: replaced var to let in lib/v8.jsVadim Gorbachev
2019-11-05v8: inspect unserializable objectsAnna Henningsen
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-08v8: move serdes to internalBindingGus Caplan
2018-06-14v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma
2018-04-22lib: remove unnecessary assignment of exportsDaniel Bevenius
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2017-10-29v8: migrate setFlagsFromString to internal/errorsJames M Snell
2017-06-28v8: add new to the throw statementRuben Bridgewater
2017-06-12v8: add a js class for Serializer/DserializerRajaram Gaunker
2017-04-28v8: refactor struture of v8 moduleJames M Snell
2017-04-03v8: fix offsets for TypedArray deserializationAnna Henningsen
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
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-10-04lib: remove let from for loopsMyles Borins
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2015-08-11src: add total_available_size to v8 statisticsRoman Klauke
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-04-29lib: deprecate the smalloc moduleBen Noordhuis
2015-01-21lib: use const to define constantscjihrig
2015-01-21v8: optimize `getHeapStatistics`Vladimir Kurchatkin
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-14lib: reintroduce v8 moduleBen Noordhuis