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-11-08src: track contexts in the Environment instead of AsyncHooksJoyee Cheung
2022-10-23src,lib: retrieve parsed source map url from v8legendecas
2022-10-04vm: make ContextifyContext a BaseObjectJoyee Cheung
2022-08-31src: introduce node::RealmChengzhong Wu
2022-08-23vm: avoid unnecessary property getter interceptor callsJoyee Cheung
2022-08-23vm: include vm context in the embedded snapshotJoyee Cheung
2022-08-23vm: make ContextifyContext template context-independentJoyee Cheung
2022-08-21src: use imported namespaces in `node_contextify.cc`Juan José
2022-08-15src: remove usage on ScriptCompiler::CompileFunctionInContextChengzhong Wu
2022-08-03src: remove usages of GetBackingStore in modulesKeyhan Vakil
2022-08-01src: split property helpers from node::Environmentlegendecas
2022-07-11lib,src: add source map support for global evallegendecas
2022-07-11src: merge RunInThisContext() with RunInContext()Daeyeon Jeong
2022-05-16src: replace TraceEventScope with sync eventslegendecas
2022-05-07src: 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