summaryrefslogtreecommitdiff
path: root/src/node_process.h
Commit message (Expand)AuthorAgeFilesLines
* src: use an array for faster binding data lookupJoyee Cheung2023-02-221-3/+1
* src: per-realm binding dataChengzhong Wu2023-02-211-1/+1
* src: make structuredClone work for process.envBen Noordhuis2022-12-111-2/+2
* src: introduce node::RealmChengzhong Wu2022-08-311-1/+2
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-0/+2
* process: support hrtime in the snapshotJoyee Cheung2021-11-171-0/+54
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+4
* 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