summaryrefslogtreecommitdiff
path: root/lib/internal/v8_prof_processor.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20lib: replace var with letDavid OLIVIER
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2018-11-28lib: convert to Arrow FunctionDaiki Arai
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-03-12lib: define printErr() in script stringcjihrig
2018-03-05lib: re-fix v8_prof_processorAnna Henningsen
2018-02-17lib: replace `eval` with `vm.runInThisContext`Myles Borins
2018-02-02lib: include missing profiler filecjihrig
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-08-23fix --prof-process --preprocess flagdavidmarkclements
2017-06-12profiler: declare missing `printErr`Fedor Indutny
2016-09-22process: changed var to const in internal/v8_prof_processorAdri Van Houdt
2016-09-13tickprocessor: apply c++filt manually on macFedor Indutny
2016-04-20tools: enable linting for v8_prof_processor.jsRich Trott
2016-03-03lib: wrap tick_processor scripts in IIFEAli Ijaz Sheikh
2015-12-29tools: run tick processor without forkingMatt Loring
2015-12-08tools: add --prof-process flag to node binaryMatt Loring