summaryrefslogtreecommitdiff
path: root/src/node_process.h
Commit message (Expand)AuthorAgeFilesLines
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-2/+1
* module: add warnings for experimental flagsRongjian Zhang2019-12-041-0/+2
* src: use callback scope for main scriptAnna Henningsen2019-11-061-9/+0
* src: inline ProcessCliArgs in the Environment constructorJoyee Cheung2019-06-031-4/+1
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-281-0/+10
* process: patch more process properties during pre-executionJoyee Cheung2019-04-041-1/+1
* src: use object to pass `Environment` to functionsAnna Henningsen2019-03-051-1/+1
* src: pass along errors from process obj instantiationAnna Henningsen2019-01-291-4/+4
* process: move C++ process events into node_process_events.ccJoyee Cheung2019-01-111-0/+9
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-0/+32