summaryrefslogtreecommitdiff
path: root/src/node_contextify.h
Commit message (Expand)AuthorAgeFilesLines
* src: add check against non-weak BaseObjects at process exitAnna Henningsen2021-06-111-0/+2
* vm: add run-after-evaluate microtask modeAnna Henningsen2020-07-161-0/+28
* src: improve handling of internal field countingJames M Snell2020-03-021-0/+1
* src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen2019-07-221-0/+19
* vm: fix gc bug with modules and compiled functionsGus Caplan2019-07-191-2/+0
* src: add cleanup hook for ContextifyContextAnna Henningsen2019-07-141-0/+2
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-2/+2
* module: revert module._compile to original state if module is patchedUjjwal Sharma2019-02-191-0/+2
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* inspector,vm: remove --eval wrapperAnna Henningsen2019-02-031-0/+1
* src: pass along errors from vm data wrapper creationAnna Henningsen2019-01-291-3/+4
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: remove unused method declarationBen Noordhuis2019-01-071-3/+0
* src: use custom TryCatch subclassGus Caplan2018-12-031-2/+3
* src: bundle persistent-to-local methods as classGabriel Schulhof2018-11-131-1/+1
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-2/+0
* vm: add dynamic import supportGus Caplan2018-10-061-0/+32
* Revert "src: implement query callbacks for vm"Anna Henningsen2018-09-181-6/+0
* vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma2018-08-291-0/+2
* src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen2018-08-281-0/+4
* src: implement query callbacks for vmTimothy Gu2018-08-231-0/+6
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+1
* src: make env_ and context_ privateDaniel Bevenius2018-05-141-4/+2
* src: remove unused includes from node_contextify.hDaniel Bevenius2018-05-131-2/+0
* src: access `ContextifyContext*` more directly in property cbsAnna Henningsen2018-05-041-0/+3
* module: move options checks from C++ to JSMichaël Zasso2018-04-071-11/+0
* vm: move options checks from C++ to JSMichaël Zasso2018-04-031-2/+9
* vm: add code generation optionsGus Caplan2018-03-121-0/+3
* src: standardise context embedder indicesGus Caplan2018-03-071-5/+2
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-1/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+1
* src: factor out some common vm functionsTimothy Gu2018-01-301-0/+11
* src: flatten ContextifyContextGus Caplan2018-01-301-0/+98
* contextify: remove useless header fileFedor Indutny2014-07-081-35/+0
* src: Remove unused refs to node_object_wrap.hScott Blomquist2013-10-291-1/+0
* vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-0/+36