@@ -2532,24 +2532,23 @@ assert.strictEqual(
2532
2532
'unescape' , 'eval' , 'isFinite' ,
2533
2533
'isNaN' , 'SharedArrayBuffer' , 'Atomics' ,
2534
2534
'globalThis' , 'WebAssembly' , 'global' ,
2535
- 'process' , 'GLOBAL' , 'root' ,
2536
- 'Buffer' , 'URL' , 'URLSearchParams' ,
2537
- 'TextEncoder' , 'TextDecoder' , 'clearInterval' ,
2538
- 'clearTimeout' , 'setInterval' , 'setTimeout' ,
2539
- 'queueMicrotask' , 'clearImmediate' , 'setImmediate' ,
2540
- 'module' , 'require' , 'assert' ,
2541
- 'async_hooks' , 'buffer' , 'child_process' ,
2542
- 'cluster' , 'crypto' , 'dgram' ,
2543
- 'dns' , 'domain' , 'events' ,
2544
- 'fs' , 'http' , 'http2' ,
2545
- 'https' , 'inspector' , 'net' ,
2546
- 'os' , 'path' , 'perf_hooks' ,
2547
- 'punycode' , 'querystring' , 'readline' ,
2548
- 'repl' , 'stream' , 'string_decoder' ,
2549
- 'tls' , 'trace_events' , 'tty' ,
2550
- 'url' , 'v8' , 'vm' ,
2551
- 'worker_threads' , 'zlib' , '_' ,
2552
- '_error' , 'util'
2535
+ 'process' , 'Buffer' , 'URL' ,
2536
+ 'URLSearchParams' , 'TextEncoder' , 'TextDecoder' ,
2537
+ 'clearInterval' , 'clearTimeout' , 'setInterval' ,
2538
+ 'setTimeout' , 'queueMicrotask' , 'clearImmediate' ,
2539
+ 'setImmediate' , 'module' , 'require' ,
2540
+ 'assert' , 'async_hooks' , 'buffer' ,
2541
+ 'child_process' , 'cluster' , 'crypto' ,
2542
+ 'dgram' , 'dns' , 'domain' ,
2543
+ 'events' , 'fs' , 'http' ,
2544
+ 'http2' , 'https' , 'inspector' ,
2545
+ 'net' , 'os' , 'path' ,
2546
+ 'perf_hooks' , 'punycode' , 'querystring' ,
2547
+ 'readline' , 'repl' , 'stream' ,
2548
+ 'string_decoder' , 'tls' , 'trace_events' ,
2549
+ 'tty' , 'url' , 'v8' ,
2550
+ 'vm' , 'worker_threads' , 'zlib' ,
2551
+ '_' , '_error' , 'util'
2553
2552
] ;
2554
2553
2555
2554
out = util . inspect (
@@ -2558,44 +2557,43 @@ assert.strictEqual(
2558
2557
) ;
2559
2558
expected = [
2560
2559
'[' ,
2561
- " 'Object', 'Function', 'Array'," ,
2562
- " 'Number', 'parseFloat', 'parseInt'," ,
2563
- " 'Infinity', 'NaN', 'undefined'," ,
2564
- " 'Boolean', 'String', 'Symbol'," ,
2565
- " 'Date', 'Promise', 'RegExp'," ,
2566
- " 'Error', 'EvalError', 'RangeError'," ,
2567
- " 'ReferenceError', 'SyntaxError', 'TypeError'," ,
2568
- " 'URIError', 'JSON', 'Math'," ,
2569
- " 'console', 'Intl', 'ArrayBuffer'," ,
2570
- " 'Uint8Array', 'Int8Array', 'Uint16Array'," ,
2571
- " 'Int16Array', 'Uint32Array', 'Int32Array'," ,
2572
- " 'Float32Array', 'Float64Array', 'Uint8ClampedArray'," ,
2573
- " 'BigUint64Array', 'BigInt64Array', 'DataView'," ,
2574
- " 'Map', 'BigInt', 'Set'," ,
2575
- " 'WeakMap', 'WeakSet', 'Proxy'," ,
2576
- " 'Reflect', 'decodeURI', 'decodeURIComponent'," ,
2577
- " 'encodeURI', 'encodeURIComponent', 'escape'," ,
2578
- " 'unescape', 'eval', 'isFinite'," ,
2579
- " 'isNaN', 'SharedArrayBuffer', 'Atomics'," ,
2580
- " 'globalThis', 'WebAssembly', 'global'," ,
2581
- " 'process', 'GLOBAL', 'root'," ,
2582
- " 'Buffer', 'URL', 'URLSearchParams'," ,
2583
- " 'TextEncoder', 'TextDecoder', 'clearInterval'," ,
2584
- " 'clearTimeout', 'setInterval', 'setTimeout'," ,
2585
- " 'queueMicrotask', 'clearImmediate', 'setImmediate'," ,
2586
- " 'module', 'require', 'assert'," ,
2587
- " 'async_hooks', 'buffer', 'child_process'," ,
2588
- " 'cluster', 'crypto', 'dgram'," ,
2589
- " 'dns', 'domain', 'events'," ,
2590
- " 'fs', 'http', 'http2'," ,
2591
- " 'https', 'inspector', 'net'," ,
2592
- " 'os', 'path', 'perf_hooks'," ,
2593
- " 'punycode', 'querystring', 'readline'," ,
2594
- " 'repl', 'stream', 'string_decoder'," ,
2595
- " 'tls', 'trace_events', 'tty'," ,
2596
- " 'url', 'v8', 'vm'," ,
2597
- " 'worker_threads', 'zlib', '_'," ,
2598
- " '_error', 'util'" ,
2560
+ " 'Object', 'Function', 'Array'," ,
2561
+ " 'Number', 'parseFloat', 'parseInt'," ,
2562
+ " 'Infinity', 'NaN', 'undefined'," ,
2563
+ " 'Boolean', 'String', 'Symbol'," ,
2564
+ " 'Date', 'Promise', 'RegExp'," ,
2565
+ " 'Error', 'EvalError', 'RangeError'," ,
2566
+ " 'ReferenceError', 'SyntaxError', 'TypeError'," ,
2567
+ " 'URIError', 'JSON', 'Math'," ,
2568
+ " 'console', 'Intl', 'ArrayBuffer'," ,
2569
+ " 'Uint8Array', 'Int8Array', 'Uint16Array'," ,
2570
+ " 'Int16Array', 'Uint32Array', 'Int32Array'," ,
2571
+ " 'Float32Array', 'Float64Array', 'Uint8ClampedArray'," ,
2572
+ " 'BigUint64Array', 'BigInt64Array', 'DataView'," ,
2573
+ " 'Map', 'BigInt', 'Set'," ,
2574
+ " 'WeakMap', 'WeakSet', 'Proxy'," ,
2575
+ " 'Reflect', 'decodeURI', 'decodeURIComponent'," ,
2576
+ " 'encodeURI', 'encodeURIComponent', 'escape'," ,
2577
+ " 'unescape', 'eval', 'isFinite'," ,
2578
+ " 'isNaN', 'SharedArrayBuffer', 'Atomics'," ,
2579
+ " 'globalThis', 'WebAssembly', 'global'," ,
2580
+ " 'process', 'Buffer', 'URL'," ,
2581
+ " 'URLSearchParams', 'TextEncoder', 'TextDecoder'," ,
2582
+ " 'clearInterval', 'clearTimeout', 'setInterval'," ,
2583
+ " 'setTimeout', 'queueMicrotask', 'clearImmediate'," ,
2584
+ " 'setImmediate', 'module', 'require'," ,
2585
+ " 'assert', 'async_hooks', 'buffer'," ,
2586
+ " 'child_process', 'cluster', 'crypto'," ,
2587
+ " 'dgram', 'dns', 'domain'," ,
2588
+ " 'events', 'fs', 'http'," ,
2589
+ " 'http2', 'https', 'inspector'," ,
2590
+ " 'net', 'os', 'path'," ,
2591
+ " 'perf_hooks', 'punycode', 'querystring'," ,
2592
+ " 'readline', 'repl', 'stream'," ,
2593
+ " 'string_decoder', 'tls', 'trace_events'," ,
2594
+ " 'tty', 'url', 'v8'," ,
2595
+ " 'vm', 'worker_threads', 'zlib'," ,
2596
+ " '_', '_error', 'util'" ,
2599
2597
']'
2600
2598
] . join ( '\n' ) ;
2601
2599
0 commit comments