summaryrefslogtreecommitdiff
path: root/src/env-inl.h
Commit message (Expand)AuthorAgeFilesLines
* src: replace NULL with nullptrBen Noordhuis2014-10-231-3/+4
* src: attach env directly to api functionsBen Noordhuis2014-10-131-0/+56
* deps: re-implement debugger-agentFedor Indutny2014-10-081-8/+42
* src: remove Environment::GetCurrentChecked()Ben Noordhuis2014-09-051-17/+0
* src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-4/+4
* vm: assign Environment to created contextDenys Zariaiev2014-04-261-1/+5
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-9/+9
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-0/+52
* node: do not print SyntaxError hints to stderrFedor Indutny2014-02-061-0/+9
* env: add watched_providers for AsyncListenerTrevor Norris2014-02-051-0/+9
* src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-1/+42
* node: `EmitExit` should not call `exit()`Fedor Indutny2014-01-221-0/+2
* node: AsyncListener use separate storage mechanismTrevor Norris2014-01-091-4/+4
* src: revert domain using AsyncListenersTrevor Norris2014-01-091-0/+35
* src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1
* domain: use AsyncListener APITrevor Norris2013-10-311-35/+0
* node: add AsyncListener supportTrevor Norris2013-10-311-1/+28
* node: don't share state with in_tick/last_threwTrevor Norris2013-10-291-7/+11
* src: update after v8 api changesBen Noordhuis2013-10-231-4/+3
* cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-10/+10
* src: notify V8 profiler when we're idleBen Noordhuis2013-10-031-0/+17
* src: initialize c-ares task list on env initBen Noordhuis2013-09-201-0/+1
* src: add multi-context supportBen Noordhuis2013-09-061-0/+289