summaryrefslogtreecommitdiff
path: root/src/env-inl.h
AgeCommit message (Expand)Author
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-02-15src: remove unnecessary checkBrian White
2016-02-12src: remove unused TickInfo::in_tick()Trevor Norris
2016-02-12src: remove unused of TickInfo::last_threw()Trevor Norris
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2015-11-06async_wrap: new instances get uidTrevor Norris
2015-10-07async_wrap: correctly pass parent to init callbackTrevor Norris
2015-10-05src: fix --abort-on-uncaught-exceptionJeremy Whitlock
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-26src: internalize binding function property namesBen Noordhuis
2015-09-26src: internalize per-isolate string propertiesBen Noordhuis
2015-09-15buffer: construct Uint8Array in JSTrevor Norris
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-04deps: upgrade v8 to 4.4.63.12Ben Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-07-28timers: improve Timer.now() performanceBen Noordhuis
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-04async-wrap: don't call init callback unnecessarilyTrevor Norris
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-02-25src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-02-05asyncwrap: fix constructor condition for early retTrevor Norris
2015-01-31fs: improve error messagesBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-09async-wrap: add event hooksTrevor Norris
2014-12-09src: remove Async ListenerTrevor Norris
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-06node: do not print SyntaxError hints to stderrFedor Indutny
2014-02-05env: add watched_providers for AsyncListenerTrevor Norris
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-01-22node: `EmitExit` should not call `exit()`Fedor Indutny
2014-01-09node: AsyncListener use separate storage mechanismTrevor Norris
2014-01-09src: revert domain using AsyncListenersTrevor Norris
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-10-31domain: use AsyncListener APITrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29node: don't share state with in_tick/last_threwTrevor Norris
2013-10-23src: update after v8 api changesBen Noordhuis
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-10-03src: notify V8 profiler when we're idleBen Noordhuis