summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
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
2016-09-11src: remove unneeded Environment error methodsBen Noordhuis
2016-08-08src: remove unused using declsHaojian Wu
2016-08-04src: do not copy on failing setProperty()Franziska Hinkelmann
2016-06-30vm: don't print out arrow message for custom errorAnna Henningsen
2016-06-28src: fix runtime/references cpplint warningsBen Noordhuis
2016-06-25vm: test for abort condition of current invocationAnna Henningsen
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani