summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
AgeCommit message (Expand)Author
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
2016-01-24vm: introduce `cachedData`/`produceCachedData`Fedor Indutny
2015-11-20module: fix column offsets in errorsTristian Flanagan
2015-10-21vm: remove Watchdog dependency on EnvironmentIdo Ben-Yair
2015-10-01contextify: use CHECK instead of `if`Oguz Bastemur
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-09-06contextify: ignore getters during initializationFedor Indutny
2015-09-06src: apply debug force load fixups from 41e63fbAli Ijaz Sheikh
2015-08-04vm: fix symbol accessDomenic Denicola
2015-08-04vm: remove unnecessary access checksDomenic Denicola
2015-08-04vm: fix property descriptors of sandbox propertiesDomenic Denicola
2015-06-17vm: remove unnecessary HandleScopesBen Noordhuis
2015-03-22vm: fix crash on fatal error in debug contextBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-10-08src, test: fixup after v8 updateFedor Indutny
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-06-12contextify: throw timeout error properlyFedor Indutny
2014-06-12watchdog: terminate one specific isolateFedor Indutny
2014-05-21contexify: fix infinite recursion in delete cbFedor Indutny
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-04-02src: fix up after v8 upgradeBen Noordhuis
2014-03-21vm: share security token between contextsFedor Indutny
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-06vm: don't copy Proxy object from parent contextBen Noordhuis