summaryrefslogtreecommitdiff
path: root/src/node_counters.cc
Commit message (Expand)AuthorAgeFilesLines
* src: add node_internal.h includes for arraysizeDaniel Bevenius2018-04-161-0/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-1/+1
* src: remove forwards for v8::GC*logueCallbackAli Ijaz Sheikh2015-12-221-2/+0
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-3/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: attach env directly to api functionsBen Noordhuis2014-10-131-2/+1
* src: fix tracing infrastructure after v8 upgradeBen Noordhuis2014-03-161-5/+11
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-3/+5
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-1/+1
* src: lint c++ codeFedor Indutny2013-07-311-2/+3
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-33/+24
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-7/+7
* bindings: update apiTrevor Norris2013-03-201-1/+1
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-6/+6
* src: pass node_isolate to Undefined()Ben Noordhuis2013-01-071-6/+6
* windows: add tracing with performance countersScott Blomquist2012-11-211-0/+149