Searched defs:PROCESS (Results 1 – 13 of 13) sorted by relevance
22 PROCESS, enumConstant
44 PROCESS: 2, property
37 const PROCESS = Symbol('process') constant
19 const PROCESS = Symbol('process') constant
73 #define PROCESS 0 macro
68 #define PROCESS() \ macro
83 #define PROCESS() \ macro
55 #define PROCESS(max) \ macro
306 #define PROCESS() \ macro
11 const PROCESS = (typeof process === 'object' && !!process ? process : {}); constant
14 const PROCESS = (typeof process === 'object' && !!process ? process : {}); constant