summaryrefslogtreecommitdiff
path: root/src/node_contextify.h
AgeCommit message (Expand)Author
2019-07-22src: make `CompiledFnEntry` a `BaseObject`Anna Henningsen
2019-07-19vm: fix gc bug with modules and compiled functionsGus Caplan
2019-07-14src: add cleanup hook for ContextifyContextAnna Henningsen
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-01-29src: pass along errors from vm data wrapper creationAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-07src: remove unused method declarationBen Noordhuis
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-06vm: add dynamic import supportGus Caplan
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-28src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-08-23src: implement query callbacks for vmTimothy Gu
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-05-14src: make env_ and context_ privateDaniel Bevenius
2018-05-13src: remove unused includes from node_contextify.hDaniel Bevenius
2018-05-04src: access `ContextifyContext*` more directly in property cbsAnna Henningsen
2018-04-07module: move options checks from C++ to JSMichaël Zasso
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-03-12vm: add code generation optionsGus Caplan
2018-03-07src: standardise context embedder indicesGus Caplan
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-01-30src: factor out some common vm functionsTimothy Gu
2018-01-30src: flatten ContextifyContextGus Caplan
2014-07-08contextify: remove useless header fileFedor Indutny
2013-10-29src: Remove unused refs to node_object_wrap.hScott Blomquist
2013-08-21vm, core, module: re-do vm to fix known issuesDomenic Denicola