summaryrefslogtreecommitdiff
path: root/lib/v8.js
Commit message (Expand)AuthorAgeFilesLines
* v8: serialize BigInt64Array and BigUint64ArrayBen Noordhuis2022-07-151-34/+46
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-0/+4
* v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh2022-04-291-2/+5
* v8: export more fields in getHeapStatisticstheanarkh2022-04-231-1/+7
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-291-1/+1
* v8: multi-tenant promise hook apiStephen Belanger2021-11-011-0/+2
* lib: use standard property namesnull2021-09-081-14/+14
* src: add JSDoc typings for v8Voltrex2021-07-071-0/+78
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-7/+8
* v8: refactor to use more primordialsAntoine du Hamel2020-12-221-3/+6
* v8: fix native `serdes` constructorsExE Boss2020-12-221-9/+2
* v8: refactor to use more primordialsAntoine du Hamel2020-12-011-2/+2
* tools: add new ESLint rule: prefer-primordialsLeko2020-11-071-0/+1
* v8: implement v8.stopCoverage()Joyee Cheung2020-10-221-0/+1
* v8: implement v8.takeCoverage()Joyee Cheung2020-10-221-0/+7
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-7/+6
* v8: use AliasedBuffers for passing heap statistics aroundJoyee Cheung2020-04-281-24/+13
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-35/+2
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* v8: use of TypedArray constructors from primordialsSebastien Ahkrin2019-12-161-0/+10
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-0/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+5
* lib: replaced var to let in lib/v8.jsVadim Gorbachev2019-11-121-1/+1
* v8: inspect unserializable objectsAnna Henningsen2019-11-051-1/+3
* src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov2019-07-301-3/+27
* src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov2019-05-301-2/+6
* fs: extract path conversion and validation to getValidatedPathZYSzys2019-05-141-4/+2
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-3/+4
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-1/+59
* tools: enable no-useless-constructor lint rulecjihrig2018-12-161-4/+0
* lib: refactor argument validation using validateStringZYSzys2018-12-131-3/+2
* buffer: move process.binding('buffer') to internalBindingWeijia Wang2018-10-151-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* v8: move process.binding('v8') to internalBindingJames M Snell2018-08-181-1/+1
* v8: move serdes to internalBindingGus Caplan2018-08-081-1/+2
* v8: replace Buffer with FastBuffer in deserializeUjjwal Sharma2018-06-141-1/+1
* lib: remove unnecessary assignment of exportsDaniel Bevenius2018-04-221-1/+1
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+1
* lib: port errors to new systemMichaël Zasso2018-03-051-2/+2
* v8: migrate setFlagsFromString to internal/errorsJames M Snell2017-10-291-1/+8
* v8: add new to the throw statementRuben Bridgewater2017-06-281-1/+1
* v8: add a js class for Serializer/DserializerRajaram Gaunker2017-06-121-1/+11
* v8: refactor struture of v8 moduleJames M Snell2017-04-281-54/+62
* v8: fix offsets for TypedArray deserializationAnna Henningsen2017-04-031-1/+2
* v8: expose new V8 serialization APIAnna Henningsen2017-03-291-0/+119
* v8: add cachedDataVersionTagAndres Suarez2017-03-051-0/+1
* lib,src: support values > 4GB in heap statisticsBen Noordhuis2016-12-111-2/+2
* src: extend `HeapStatistics` with new fieldsGareth Ellis2016-11-201-1/+7