summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
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
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-19contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2016-03-03contextify: cache sandbox and context in localsAli Ijaz Sheikh
2016-03-03contextify: replace deprecated SetWeak usageAli Ijaz Sheikh
2016-03-03contextify: cleanup weak ref for sandboxAli Ijaz Sheikh
2016-03-03contextify: cleanup weak ref for global proxyAli Ijaz Sheikh
2016-03-03src: replace usage of deprecated GetDebugContextMichaël Zasso
2016-03-03src: replace deprecated CancelTerminateExecutionMichaël Zasso
2016-03-03src: replace usage of deprecated HasOwnPropertyMichaël Zasso
2016-03-03src: replace usage of deprecated CompileUnboundMichaël Zasso
2016-03-03src: replace usage of deprecated CompileMichaël Zasso
2016-03-03src: fix TryCatch deprecation warningsMichaël Zasso
2016-02-21vm: fix `produceCachedData`Jiho Choi
2016-02-05node_contextify: do not incept debug contextMyles Borins
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-01-29contextify: use offset/length from Uint8ArrayFedor Indutny
2016-01-26src: attach error to stack on displayErrorscjihrig