summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
...
* src: CancelTerminateExecution before throwing errorsJoyee Cheung2018-04-221-1/+2
* src: remove `MarkIndependent()` callsAnna Henningsen2018-04-221-1/+0
* module: move options checks from C++ to JSMichaël Zasso2018-04-071-127/+0
* vm: move options checks from C++ to JSMichaël Zasso2018-04-031-243/+119
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* src: fix upcoming V8 deprecation warningsSarat Addepalli2018-03-231-6/+6
* vm: migrate isContext to internal/errorsdustinnewman982018-03-221-4/+2
* vm: add code generation optionsGus Caplan2018-03-121-0/+24
* src: standardise context embedder indicesGus Caplan2018-03-071-1/+2
* src: request code cache explicitlyMythri Alle2018-03-071-4/+3
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-10/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+0
* src: factor out some common vm functionsTimothy Gu2018-01-301-225/+222
* src: flatten ContextifyContextGus Caplan2018-01-301-435/+417
* vm: allow modifying context name in inspectorTimothy Gu2017-12-231-5/+31
* src: remove unused variable in node_contextifyDaniel Bevenius2017-12-081-2/+0
* vm: never abort on caught syntax errorAnna Henningsen2017-12-051-0/+3
* src: remove tracking for exception arrow dataAnna Henningsen2017-12-051-3/+1
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-011-1/+2
* lib,src: remove vm.runInDebugContext()Ben Noordhuis2017-11-241-33/+0
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: explain implementation of vm moduleFranziska Hinkelmann2017-11-121-0/+21
* src: remove unnecessary call to SetHiddenPrototypeToon Verwaest2017-11-061-1/+0
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: fix vm module for strict modeFranziska Hinkelmann2017-10-271-2/+19
* src: remove unused warning in node_contextifyMichaël Zasso2017-10-261-1/+2
* src: use new V8 API in vm moduleFranziska Hinkelmann2017-10-231-120/+183
* src: refactor `#include` handlingAnna Henningsen2017-09-141-5/+0
* intl: unexpose Intl.v8BreakIteratorBen Noordhuis2017-09-101-1/+1
* vm: support parsing a script in a specific contextTimothy Gu2017-09-051-0/+49
* vm: fix race condition with timeout paramMarcel Laverdet2017-05-231-13/+11
* vm: fix displayErrors in runIn.. functionsMarcel Laverdet2017-05-231-11/+7
* addons: remove semicolons from after module definitionGabriel Schulhof2017-05-151-1/+1
* os,vm: fix segfaults and CHECK failureTobias Nießen2017-04-141-47/+113
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+2
* vm: use SetterCallback to set func declarationsAnnaMag2017-03-311-1/+11
* src: use persistent strings from node::EnvironmentBen Noordhuis2017-03-221-2/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove usage of deprecated debug APIYang Guo2017-02-191-1/+2
* src: fix delete operator on vm contextFranziska Hinkelmann2017-02-111-2/+6
* src: fix -Wunused-result compiler warningBen Noordhuis2017-02-091-1/+1
* src: refactor CopyProperties to remove JSAnnaMag2017-02-051-32/+41
* src: don't overwrite non-writable vm globalsFranziska Hinkelmann2017-02-041-9/+18
* Revert "src: don't overwrite non-writable vm globals"Anna Henningsen2017-01-251-13/+10
* src: don't overwrite non-writable vm globalsBen Noordhuis2016-12-131-10/+13
* src: refactor contextifyFranziska Hinkelmann2016-10-161-11/+9
* src: refactor reading of options in contextifyFranziska Hinkelmann2016-10-031-73/+57
* src: fix minor typo in commentsDaniel Bevenius2016-09-241-5/+5
* src: handle thrown errors in CopyProperties()cjihrig2016-09-201-1/+8