summaryrefslogtreecommitdiff
path: root/lib/internal/v8_prof_polyfill.js
Commit message (Expand)AuthorAgeFilesLines
* lib: use strict equality comparisonDonggeon Lim2020-02-061-1/+1
* lib: replace var with letDennis Saenger2019-12-171-2/+2
* lib: make tick processor detect xcodebuild errorsBen Noordhuis2019-10-091-1/+8
* v8_prof_polyfill: remove unused catch bindingscjihrig2018-11-061-1/+1
* tools, test: fix prof polyfill readlinekillagu2018-02-171-0/+7
* lib: replace String concatenation with templatesaiHemak2017-11-111-1/+1
* lib: shuffle v8_prof_polyfill.js for unit testingBen Noordhuis2017-11-071-13/+25
* lib: fix version check in tick processorBen Noordhuis2017-11-071-1/+1
* build: add V8 embedder version stringMichaƫl Zasso2017-10-181-5/+7
* v8: fix RegExp nits in v8_prof_polyfill.jsVse Mozhet Byt2017-06-191-2/+3
* lib: fix TypeError in v8-polyfillWyatt Preul2016-10-061-1/+1
* lib: changed var to const in internal/v8_polyfillAdri Van Houdt2016-09-221-3/+3
* tickprocessor: apply c++filt manually on macFedor Indutny2016-09-131-4/+32
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* tools: run tick processor without forkingMatt Loring2015-12-291-13/+15
* tools: add --prof-process flag to node binaryMatt Loring2015-12-081-0/+100