@@ -115,8 +115,8 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
115
115
// for the sake of convenience.
116
116
#define PER_ISOLATE_SYMBOL_PROPERTIES (V ) \
117
117
V (handle_onclose_symbol, " handle_onclose" ) \
118
- V (owner_symbol, " owner" ) \
119
118
V (oninit_symbol, " oninit" ) \
119
+ V (owner_symbol, " owner" ) \
120
120
121
121
// Strings are per-isolate primitives but Environment proxies them
122
122
// for the sake of convenience. Strings should be ASCII-only.
@@ -129,15 +129,14 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
129
129
V (bytes_parsed_string, " bytesParsed" ) \
130
130
V (bytes_read_string, " bytesRead" ) \
131
131
V (bytes_written_string, " bytesWritten" ) \
132
- V (cached_data_string, " cachedData" ) \
133
132
V (cached_data_produced_string, " cachedDataProduced" ) \
134
133
V (cached_data_rejected_string, " cachedDataRejected" ) \
134
+ V (cached_data_string, " cachedData" ) \
135
135
V (change_string, " change" ) \
136
136
V (channel_string, " channel" ) \
137
137
V (chunks_sent_since_last_write_string, " chunksSentSinceLastWrite" ) \
138
- V (constants_string, " constants" ) \
139
- V (oncertcb_string, " oncertcb" ) \
140
138
V (code_string, " code" ) \
139
+ V (constants_string, " constants" ) \
141
140
V (cwd_string, " cwd" ) \
142
141
V (dest_string, " dest" ) \
143
142
V (destroyed_string, " destroyed" ) \
@@ -154,14 +153,14 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
154
153
V (dns_txt_string, " TXT" ) \
155
154
V (duration_string, " duration" ) \
156
155
V (emit_warning_string, " emitWarning" ) \
157
- V (exchange_string, " exchange" ) \
158
156
V (encoding_string, " encoding" ) \
159
157
V (entries_string, " entries" ) \
160
158
V (entry_type_string, " entryType" ) \
161
159
V (env_pairs_string, " envPairs" ) \
162
160
V (env_var_settings_string, " envVarSettings" ) \
163
161
V (errno_string, " errno" ) \
164
162
V (error_string, " error" ) \
163
+ V (exchange_string, " exchange" ) \
165
164
V (exit_code_string, " exitCode" ) \
166
165
V (expire_string, " expire" ) \
167
166
V (exponent_string, " exponent" ) \
@@ -172,8 +171,8 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
172
171
V (fatal_exception_string, " _fatalException" ) \
173
172
V (fd_string, " fd" ) \
174
173
V (file_string, " file" ) \
175
- V (fingerprint_string, " fingerprint" ) \
176
174
V (fingerprint256_string, " fingerprint256" ) \
175
+ V (fingerprint_string, " fingerprint" ) \
177
176
V (flags_string, " flags" ) \
178
177
V (fragment_string, " fragment" ) \
179
178
V (get_data_clone_error_string, " _getDataCloneError" ) \
@@ -188,8 +187,8 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
188
187
V (infoaccess_string, " infoAccess" ) \
189
188
V (inherit_string, " inherit" ) \
190
189
V (input_string, " input" ) \
191
- V (internal_string, " internal" ) \
192
190
V (internal_binding_string, " internalBinding" ) \
191
+ V (internal_string, " internal" ) \
193
192
V (ipv4_string, " IPv4" ) \
194
193
V (ipv6_string, " IPv6" ) \
195
194
V (isclosing_string, " isClosing" ) \
@@ -200,9 +199,9 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
200
199
V (mac_string, " mac" ) \
201
200
V (main_string, " main" ) \
202
201
V (max_buffer_string, " maxBuffer" ) \
203
- V (message_string, " message" ) \
204
- V (message_port_string, " messagePort" ) \
205
202
V (message_port_constructor_string, " MessagePort" ) \
203
+ V (message_port_string, " messagePort" ) \
204
+ V (message_string, " message" ) \
206
205
V (minttl_string, " minttl" ) \
207
206
V (module_string, " module" ) \
208
207
V (modulus_string, " modulus" ) \
@@ -211,6 +210,7 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
211
210
V (nsname_string, " nsname" ) \
212
211
V (ocsp_request_string, " OCSPRequest" ) \
213
212
V (onaltsvc_string, " onaltsvc" ) \
213
+ V (oncertcb_string, " oncertcb" ) \
214
214
V (onchange_string, " onchange" ) \
215
215
V (onclienthello_string, " onclienthello" ) \
216
216
V (oncomplete_string, " oncomplete" ) \
@@ -220,19 +220,19 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
220
220
V (onexit_string, " onexit" ) \
221
221
V (onframeerror_string, " onframeerror" ) \
222
222
V (ongetpadding_string, " ongetpadding" ) \
223
+ V (ongoawaydata_string, " ongoawaydata" ) \
223
224
V (onhandshakedone_string, " onhandshakedone" ) \
224
225
V (onhandshakestart_string, " onhandshakestart" ) \
225
226
V (onheaders_string, " onheaders" ) \
226
227
V (onmessage_string, " onmessage" ) \
227
228
V (onnewsession_string, " onnewsession" ) \
228
229
V (onocspresponse_string, " onocspresponse" ) \
229
- V (ongoawaydata_string, " ongoawaydata" ) \
230
230
V (onorigin_string, " onorigin" ) \
231
+ V (onping_string, " onping" ) \
231
232
V (onpriority_string, " onpriority" ) \
232
233
V (onread_string, " onread" ) \
233
234
V (onreadstart_string, " onreadstart" ) \
234
235
V (onreadstop_string, " onreadstop" ) \
235
- V (onping_string, " onping" ) \
236
236
V (onsettings_string, " onsettings" ) \
237
237
V (onshutdown_string, " onshutdown" ) \
238
238
V (onsignal_string, " onsignal" ) \
@@ -242,19 +242,19 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
242
242
V (onwrite_string, " onwrite" ) \
243
243
V (openssl_error_stack, " opensslErrorStack" ) \
244
244
V (options_string, " options" ) \
245
- V (output_string, " output" ) \
246
245
V (order_string, " order" ) \
246
+ V (output_string, " output" ) \
247
247
V (parse_error_string, " Parse Error" ) \
248
248
V (password_string, " password" ) \
249
249
V (path_string, " path" ) \
250
250
V (pending_handle_string, " pendingHandle" ) \
251
251
V (pid_string, " pid" ) \
252
+ V (pipe_source_string, " pipeSource" ) \
252
253
V (pipe_string, " pipe" ) \
253
254
V (pipe_target_string, " pipeTarget" ) \
254
- V (pipe_source_string, " pipeSource" ) \
255
- V (port_string, " port" ) \
256
255
V (port1_string, " port1" ) \
257
256
V (port2_string, " port2" ) \
257
+ V (port_string, " port" ) \
258
258
V (preference_string, " preference" ) \
259
259
V (priority_string, " priority" ) \
260
260
V (process_string, " process" ) \
@@ -272,11 +272,11 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
272
272
V (require_string, " require" ) \
273
273
V (retry_string, " retry" ) \
274
274
V (scheme_string, " scheme" ) \
275
- V (serial_string, " serial" ) \
276
275
V (scopeid_string, " scopeid" ) \
277
276
V (serial_number_string, " serialNumber" ) \
278
- V (service_string , " service " ) \
277
+ V (serial_string , " serial " ) \
279
278
V (servername_string, " servername" ) \
279
+ V (service_string, " service" ) \
280
280
V (session_id_string, " sessionId" ) \
281
281
V (shell_string, " shell" ) \
282
282
V (signal_string, " signal" ) \
@@ -315,7 +315,7 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
315
315
V (write_host_object_string, " _writeHostObject" ) \
316
316
V (write_queue_size_string, " writeQueueSize" ) \
317
317
V (x_forwarded_string, " x-forwarded-for" ) \
318
- V (zero_return_string, " ZERO_RETURN" )
318
+ V (zero_return_string, " ZERO_RETURN" ) \
319
319
320
320
#define ENVIRONMENT_STRONG_PERSISTENT_PROPERTIES (V ) \
321
321
V (as_external, v8::External) \
@@ -325,17 +325,17 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
325
325
V (async_hooks_destroy_function, v8::Function) \
326
326
V (async_hooks_init_function, v8::Function) \
327
327
V (async_hooks_promise_resolve_function, v8::Function) \
328
- V (async_wrap_object_ctor_template, v8::FunctionTemplate) \
329
328
V (async_wrap_ctor_template, v8::FunctionTemplate) \
329
+ V (async_wrap_object_ctor_template, v8::FunctionTemplate) \
330
330
V (buffer_prototype_object, v8::Object) \
331
331
V (context, v8::Context) \
332
332
V (domain_callback, v8::Function) \
333
333
V (domexception_function, v8::Function) \
334
- V (fdclose_constructor_template, v8::ObjectTemplate) \
335
334
V (fd_constructor_template, v8::ObjectTemplate) \
335
+ V (fdclose_constructor_template, v8::ObjectTemplate) \
336
336
V (filehandlereadwrap_template, v8::ObjectTemplate) \
337
- V (fsreqpromise_constructor_template, v8::ObjectTemplate) \
338
337
V (fs_use_promises_symbol, v8::Symbol) \
338
+ V (fsreqpromise_constructor_template, v8::ObjectTemplate) \
339
339
V (handle_wrap_ctor_template, v8::FunctionTemplate) \
340
340
V (host_import_module_dynamically_callback, v8::Function) \
341
341
V (host_initialize_import_meta_object_callback, v8::Function) \
@@ -353,9 +353,9 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
353
353
V (native_modules_source_hash, v8::Object) \
354
354
V (native_modules_with_cache, v8::Set) \
355
355
V (native_modules_without_cache, v8::Set) \
356
- V (pipe_constructor_template, v8::FunctionTemplate) \
357
356
V (performance_entry_callback, v8::Function) \
358
357
V (performance_entry_template, v8::Function) \
358
+ V (pipe_constructor_template, v8::FunctionTemplate) \
359
359
V (process_object, v8::Object) \
360
360
V (promise_handler_function, v8::Function) \
361
361
V (promise_wrap_template, v8::ObjectTemplate) \
@@ -372,7 +372,7 @@ constexpr size_t kFsStatsBufferLength = kFsStatsFieldsNumber * 2;
372
372
V (tty_constructor_template, v8::FunctionTemplate) \
373
373
V (udp_constructor_function, v8::Function) \
374
374
V (url_constructor_function, v8::Function) \
375
- V (write_wrap_template, v8::ObjectTemplate)
375
+ V (write_wrap_template, v8::ObjectTemplate) \
376
376
377
377
class Environment ;
378
378
0 commit comments