summaryrefslogtreecommitdiff
path: root/src/node_contextify.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-2/+0
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh2016-03-191-4/+16
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-1/+2
* contextify: cache sandbox and context in localsAli Ijaz Sheikh2016-03-031-11/+13
* contextify: replace deprecated SetWeak usageAli Ijaz Sheikh2016-03-031-5/+3
* contextify: cleanup weak ref for sandboxAli Ijaz Sheikh2016-03-031-52/+28
* contextify: cleanup weak ref for global proxyAli Ijaz Sheikh2016-03-031-21/+11
* src: replace usage of deprecated GetDebugContextMichaël Zasso2016-03-031-2/+2
* src: replace deprecated CancelTerminateExecutionMichaël Zasso2016-03-031-1/+1
* src: replace usage of deprecated HasOwnPropertyMichaël Zasso2016-03-031-1/+1
* src: replace usage of deprecated CompileUnboundMichaël Zasso2016-03-031-2/+3
* src: replace usage of deprecated CompileMichaël Zasso2016-03-031-5/+4
* src: fix TryCatch deprecation warningsMichaël Zasso2016-03-031-5/+5
* vm: fix `produceCachedData`Jiho Choi2016-02-211-5/+11
* node_contextify: do not incept debug contextMyles Borins2016-02-051-21/+10
* src: upgrade to new v8::Private apiBen Noordhuis2016-02-031-25/+35
* contextify: use offset/length from Uint8ArrayFedor Indutny2016-01-291-3/+4
* src: attach error to stack on displayErrorscjihrig2016-01-261-2/+26
* vm: introduce `cachedData`/`produceCachedData`Fedor Indutny2016-01-241-3/+75
* module: fix column offsets in errorsTristian Flanagan2015-11-201-1/+36
* vm: remove Watchdog dependency on EnvironmentIdo Ben-Yair2015-10-211-1/+1
* contextify: use CHECK instead of `if`Oguz Bastemur2015-10-011-2/+3
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* contextify: ignore getters during initializationFedor Indutny2015-09-061-1/+23
* src: apply debug force load fixups from 41e63fbAli Ijaz Sheikh2015-09-061-0/+6
* vm: fix symbol accessDomenic Denicola2015-08-041-28/+42
* vm: remove unnecessary access checksDomenic Denicola2015-08-041-18/+0
* vm: fix property descriptors of sandbox propertiesDomenic Denicola2015-08-041-4/+10
* vm: remove unnecessary HandleScopesBen Noordhuis2015-06-171-6/+0
* vm: fix crash on fatal error in debug contextBen Noordhuis2015-03-221-1/+23
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-5/+8
* src: remove unnecessary template parameterTrevor Norris2014-12-091-1/+1
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-3/+3
* src: attach env directly to api functionsBen Noordhuis2014-10-131-16/+11
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-2/+2
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-6/+0
* src, test: fixup after v8 updateFedor Indutny2014-10-081-14/+28
* lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+16
* contextify: throw timeout error properlyFedor Indutny2014-06-121-0/+1
* watchdog: terminate one specific isolateFedor Indutny2014-06-121-2/+2
* contexify: fix infinite recursion in delete cbFedor Indutny2014-05-211-4/+0
* vm: assign Environment to created contextDenys Zariaiev2014-04-261-0/+3
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-3/+2
* src: fix up after v8 upgradeBen Noordhuis2014-04-021-7/+11
* vm: share security token between contextsFedor Indutny2014-03-211-1/+5
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-23/+39
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-51/+67