summaryrefslogtreecommitdiff
path: root/src/node_process_object.cc
AgeCommit message (Expand)Author
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-01-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung