summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
2018-04-22src: CancelTerminateExecution before throwing errorsJoyee Cheung
2018-04-22src: remove `MarkIndependent()` callsAnna 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-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-23src: fix upcoming V8 deprecation warningsSarat Addepalli
2018-03-22vm: migrate isContext to internal/errorsdustinnewman98
2018-03-12vm: add code generation optionsGus Caplan
2018-03-07src: standardise context embedder indicesGus Caplan
2018-03-07src: request code cache explicitlyMythri Alle
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
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-08src: remove unused variable in node_contextifyDaniel Bevenius
2017-12-05vm: never abort on caught syntax errorAnna Henningsen
2017-12-05src: remove tracking for exception arrow dataAnna Henningsen
2017-12-01src: use non-deprecated versions of `->To*()` utilsLeko
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-12src: explain implementation of vm moduleFranziska Hinkelmann
2017-11-06src: remove unnecessary call to SetHiddenPrototypeToon Verwaest
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-27src: fix vm module for strict modeFranziska Hinkelmann
2017-10-26src: remove unused warning in node_contextifyMichaël Zasso
2017-10-23src: use new V8 API in vm moduleFranziska Hinkelmann
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-10intl: unexpose Intl.v8BreakIteratorBen Noordhuis
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-05-23vm: fix race condition with timeout paramMarcel Laverdet
2017-05-23vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-04-14os,vm: fix segfaults and CHECK failureTobias Nießen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-31vm: use SetterCallback to set func declarationsAnnaMag
2017-03-22src: use persistent strings from node::EnvironmentBen Noordhuis
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-19src: remove usage of deprecated debug APIYang Guo
2017-02-11src: fix delete operator on vm contextFranziska Hinkelmann
2017-02-09src: fix -Wunused-result compiler warningBen Noordhuis
2017-02-05src: refactor CopyProperties to remove JSAnnaMag
2017-02-04src: don't overwrite non-writable vm globalsFranziska Hinkelmann
2017-01-25Revert "src: don't overwrite non-writable vm globals"Anna Henningsen
2016-12-13src: don't overwrite non-writable vm globalsBen Noordhuis
2016-10-16src: refactor contextifyFranziska Hinkelmann
2016-10-03src: refactor reading of options in contextifyFranziska Hinkelmann
2016-09-24src: fix minor typo in commentsDaniel Bevenius
2016-09-20src: handle thrown errors in CopyProperties()cjihrig