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
AgeCommit message (Expand)Author
2022-05-30src: replace TraceEventScope with sync eventslegendecas
2022-05-10src: always signal V8 for intercepted propertiesMichaël Zasso
2021-08-12src: return Maybe<bool> from InitializeContextRuntime()Darshan Sen
2021-06-02src: set PromiseHooks by EnvironmentBryan English
2021-05-19src: replace `auto`s in node_contextify.ccXadillaX
2021-05-19bootstrap: include vm and contextify binding into the snapshotJoyee Cheung
2021-04-19src: cache some context in localsXadillaX
2021-03-15src: use non-deprecated V8 module APIsMichaël Zasso
2021-02-25src: use non-deprecated V8 module and script APIsMichaël Zasso
2021-01-03src: reduce duplicated boilerplate with new env utility fnJames M Snell
2020-12-14src: use correct outer Context’s microtask queueAnna Henningsen
2020-12-06vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen
2020-10-10src: move node_contextify to modern THROW_ERR_*James M Snell
2020-06-26vm: add run-after-evaluate microtask modeAnna Henningsen
2020-06-22src: remove unnecessary ToLocalChecked callDaniel Bevenius
2020-06-11vm: allow proxy callbacks to throwGus Caplan
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-04-30vm: fix vm.measureMemory() and introduce execution optionJoyee Cheung
2020-04-30src: use unique_ptr for CachedData in ContextifyScript::NewAnna Henningsen
2020-03-19src: migrate measureMemory to new v8 apigengjiawen
2020-03-02src: improve handling of internal field countingJames M Snell
2020-02-26vm: implement vm.measureMemory() for per-context memory measurementJoyee Cheung
2020-02-19vm: lazily initialize primordials for vm contextsJoyee Cheung
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-08-24src: remove unused using declarationsDaniel Bevenius
2019-07-22src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-20vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-15src: add cleanup hook for ContextifyContextAnna Henningsen
2019-07-12src: manage MakeContext() pointer with unique_ptrcjihrig
2019-07-01src: fix small memory leakDavid Carlier
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move ShouldNotAbortOnUncaughtScope out of EnvironmentJoyee Cheung
2019-03-16src: shutdown node in-flightGireesh Punathil
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-17vm: do not overwrite error when creating contextAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-01-29src: pass along errors from vm data wrapper creationAnna Henningsen
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2018-12-04src: fix type mismatch warnings from missing privSam Roberts
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung