Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/v8.js
AgeCommit message (Expand)Author
2022-04-29v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-04-23v8: export more fields in getHeapStatisticstheanarkh
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-11-01v8: multi-tenant promise hook apiStephen Belanger
2021-09-08lib: use standard property namesnull
2021-07-08src: add JSDoc typings for v8Voltrex
2021-02-19bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2020-12-22v8: refactor to use more primordialsAntoine du Hamel
2020-12-22v8: fix native `serdes` constructorsExE Boss
2020-12-01v8: refactor to use more primordialsAntoine du Hamel
2020-11-07tools: add new ESLint rule: prefer-primordialsLeko
2020-10-22v8: implement v8.stopCoverage()Joyee Cheung
2020-10-22v8: implement v8.takeCoverage()Joyee Cheung
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-28v8: use AliasedBuffers for passing heap statistics aroundJoyee Cheung
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2019-12-16v8: use of TypedArray constructors from primordialsSebastien Ahkrin
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
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-15fs: 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-17tools: enable no-useless-constructor lint rulecjihrig
2018-12-14lib: 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-19v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-09v8: 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-30v8: 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-29v8: 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