@@ -116,8 +116,8 @@ struct PackageConfig {
116
116
// for the sake of convenience.
117
117
#define PER_ISOLATE_SYMBOL_PROPERTIES (V ) \
118
118
V (handle_onclose_symbol, " handle_onclose" ) \
119
- V (owner_symbol, " owner" ) \
120
119
V (oninit_symbol, " oninit" ) \
120
+ V (owner_symbol, " owner" ) \
121
121
122
122
// Strings are per-isolate primitives but Environment proxies them
123
123
// for the sake of convenience. Strings should be ASCII-only.
@@ -128,19 +128,18 @@ struct PackageConfig {
128
128
V (async, " async" ) \
129
129
V (async_ids_stack_string, " async_ids_stack" ) \
130
130
V (buffer_string, " buffer" ) \
131
- V (bytes_string, " bytes" ) \
132
131
V (bytes_parsed_string, " bytesParsed" ) \
133
132
V (bytes_read_string, " bytesRead" ) \
133
+ V (bytes_string, " bytes" ) \
134
134
V (bytes_written_string, " bytesWritten" ) \
135
- V (cached_data_string, " cachedData" ) \
136
135
V (cached_data_produced_string, " cachedDataProduced" ) \
137
136
V (cached_data_rejected_string, " cachedDataRejected" ) \
137
+ V (cached_data_string, " cachedData" ) \
138
138
V (change_string, " change" ) \
139
139
V (channel_string, " channel" ) \
140
140
V (chunks_sent_since_last_write_string, " chunksSentSinceLastWrite" ) \
141
- V (constants_string, " constants" ) \
142
- V (oncertcb_string, " oncertcb" ) \
143
141
V (code_string, " code" ) \
142
+ V (constants_string, " constants" ) \
144
143
V (cwd_string, " cwd" ) \
145
144
V (dest_string, " dest" ) \
146
145
V (destroyed_string, " destroyed" ) \
@@ -157,14 +156,14 @@ struct PackageConfig {
157
156
V (dns_txt_string, " TXT" ) \
158
157
V (duration_string, " duration" ) \
159
158
V (emit_warning_string, " emitWarning" ) \
160
- V (exchange_string, " exchange" ) \
161
159
V (encoding_string, " encoding" ) \
162
160
V (entries_string, " entries" ) \
163
161
V (entry_type_string, " entryType" ) \
164
162
V (env_pairs_string, " envPairs" ) \
165
163
V (env_var_settings_string, " envVarSettings" ) \
166
164
V (errno_string, " errno" ) \
167
165
V (error_string, " error" ) \
166
+ V (exchange_string, " exchange" ) \
168
167
V (exit_code_string, " exitCode" ) \
169
168
V (expire_string, " expire" ) \
170
169
V (exponent_string, " exponent" ) \
@@ -175,8 +174,8 @@ struct PackageConfig {
175
174
V (fatal_exception_string, " _fatalException" ) \
176
175
V (fd_string, " fd" ) \
177
176
V (file_string, " file" ) \
178
- V (fingerprint_string, " fingerprint" ) \
179
177
V (fingerprint256_string, " fingerprint256" ) \
178
+ V (fingerprint_string, " fingerprint" ) \
180
179
V (flags_string, " flags" ) \
181
180
V (fragment_string, " fragment" ) \
182
181
V (get_data_clone_error_string, " _getDataCloneError" ) \
@@ -202,16 +201,17 @@ struct PackageConfig {
202
201
V (mac_string, " mac" ) \
203
202
V (main_string, " main" ) \
204
203
V (max_buffer_string, " maxBuffer" ) \
205
- V (message_string, " message" ) \
206
- V (message_port_string, " messagePort" ) \
207
204
V (message_port_constructor_string, " MessagePort" ) \
205
+ V (message_port_string, " messagePort" ) \
206
+ V (message_string, " message" ) \
208
207
V (minttl_string, " minttl" ) \
209
208
V (modulus_string, " modulus" ) \
210
209
V (name_string, " name" ) \
211
210
V (netmask_string, " netmask" ) \
212
211
V (nsname_string, " nsname" ) \
213
212
V (ocsp_request_string, " OCSPRequest" ) \
214
213
V (onaltsvc_string, " onaltsvc" ) \
214
+ V (oncertcb_string, " oncertcb" ) \
215
215
V (onchange_string, " onchange" ) \
216
216
V (onclienthello_string, " onclienthello" ) \
217
217
V (oncomplete_string, " oncomplete" ) \
@@ -221,19 +221,19 @@ struct PackageConfig {
221
221
V (onexit_string, " onexit" ) \
222
222
V (onframeerror_string, " onframeerror" ) \
223
223
V (ongetpadding_string, " ongetpadding" ) \
224
+ V (ongoawaydata_string, " ongoawaydata" ) \
224
225
V (onhandshakedone_string, " onhandshakedone" ) \
225
226
V (onhandshakestart_string, " onhandshakestart" ) \
226
227
V (onheaders_string, " onheaders" ) \
227
228
V (onmessage_string, " onmessage" ) \
228
229
V (onnewsession_string, " onnewsession" ) \
229
230
V (onocspresponse_string, " onocspresponse" ) \
230
- V (ongoawaydata_string, " ongoawaydata" ) \
231
231
V (onorigin_string, " onorigin" ) \
232
+ V (onping_string, " onping" ) \
232
233
V (onpriority_string, " onpriority" ) \
233
234
V (onread_string, " onread" ) \
234
235
V (onreadstart_string, " onreadstart" ) \
235
236
V (onreadstop_string, " onreadstop" ) \
236
- V (onping_string, " onping" ) \
237
237
V (onsettings_string, " onsettings" ) \
238
238
V (onshutdown_string, " onshutdown" ) \
239
239
V (onsignal_string, " onsignal" ) \
@@ -243,19 +243,19 @@ struct PackageConfig {
243
243
V (onwrite_string, " onwrite" ) \
244
244
V (openssl_error_stack, " opensslErrorStack" ) \
245
245
V (options_string, " options" ) \
246
- V (output_string, " output" ) \
247
246
V (order_string, " order" ) \
247
+ V (output_string, " output" ) \
248
248
V (parse_error_string, " Parse Error" ) \
249
249
V (password_string, " password" ) \
250
250
V (path_string, " path" ) \
251
251
V (pending_handle_string, " pendingHandle" ) \
252
252
V (pid_string, " pid" ) \
253
+ V (pipe_source_string, " pipeSource" ) \
253
254
V (pipe_string, " pipe" ) \
254
255
V (pipe_target_string, " pipeTarget" ) \
255
- V (pipe_source_string, " pipeSource" ) \
256
- V (port_string, " port" ) \
257
256
V (port1_string, " port1" ) \
258
257
V (port2_string, " port2" ) \
258
+ V (port_string, " port" ) \
259
259
V (preference_string, " preference" ) \
260
260
V (priority_string, " priority" ) \
261
261
V (promise_string, " promise" ) \
@@ -270,11 +270,11 @@ struct PackageConfig {
270
270
V (replacement_string, " replacement" ) \
271
271
V (retry_string, " retry" ) \
272
272
V (scheme_string, " scheme" ) \
273
- V (serial_string, " serial" ) \
274
273
V (scopeid_string, " scopeid" ) \
275
274
V (serial_number_string, " serialNumber" ) \
276
- V (service_string , " service " ) \
275
+ V (serial_string , " serial " ) \
277
276
V (servername_string, " servername" ) \
277
+ V (service_string, " service" ) \
278
278
V (session_id_string, " sessionId" ) \
279
279
V (shell_string, " shell" ) \
280
280
V (signal_string, " signal" ) \
@@ -313,7 +313,7 @@ struct PackageConfig {
313
313
V (write_host_object_string, " _writeHostObject" ) \
314
314
V (write_queue_size_string, " writeQueueSize" ) \
315
315
V (x_forwarded_string, " x-forwarded-for" ) \
316
- V (zero_return_string, " ZERO_RETURN" )
316
+ V (zero_return_string, " ZERO_RETURN" ) \
317
317
318
318
#define ENVIRONMENT_STRONG_PERSISTENT_PROPERTIES (V ) \
319
319
V (as_external, v8::External) \
@@ -323,17 +323,17 @@ struct PackageConfig {
323
323
V (async_hooks_destroy_function, v8::Function) \
324
324
V (async_hooks_init_function, v8::Function) \
325
325
V (async_hooks_promise_resolve_function, v8::Function) \
326
- V (async_wrap_object_ctor_template, v8::FunctionTemplate) \
327
326
V (async_wrap_ctor_template, v8::FunctionTemplate) \
327
+ V (async_wrap_object_ctor_template, v8::FunctionTemplate) \
328
328
V (buffer_prototype_object, v8::Object) \
329
329
V (context, v8::Context) \
330
330
V (domain_callback, v8::Function) \
331
331
V (domexception_function, v8::Function) \
332
- V (fdclose_constructor_template, v8::ObjectTemplate) \
333
332
V (fd_constructor_template, v8::ObjectTemplate) \
333
+ V (fdclose_constructor_template, v8::ObjectTemplate) \
334
334
V (filehandlereadwrap_template, v8::ObjectTemplate) \
335
- V (fsreqpromise_constructor_template, v8::ObjectTemplate) \
336
335
V (fs_use_promises_symbol, v8::Symbol) \
336
+ V (fsreqpromise_constructor_template, v8::ObjectTemplate) \
337
337
V (handle_wrap_ctor_template, v8::FunctionTemplate) \
338
338
V (host_import_module_dynamically_callback, v8::Function) \
339
339
V (host_initialize_import_meta_object_callback, v8::Function) \
@@ -345,9 +345,9 @@ struct PackageConfig {
345
345
V (libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \
346
346
V (message_port, v8::Object) \
347
347
V (message_port_constructor_template, v8::FunctionTemplate) \
348
- V (pipe_constructor_template, v8::FunctionTemplate) \
349
348
V (performance_entry_callback, v8::Function) \
350
349
V (performance_entry_template, v8::Function) \
350
+ V (pipe_constructor_template, v8::FunctionTemplate) \
351
351
V (process_object, v8::Object) \
352
352
V (promise_handler_function, v8::Function) \
353
353
V (promise_wrap_template, v8::ObjectTemplate) \
@@ -364,7 +364,7 @@ struct PackageConfig {
364
364
V (tty_constructor_template, v8::FunctionTemplate) \
365
365
V (udp_constructor_function, v8::Function) \
366
366
V (url_constructor_function, v8::Function) \
367
- V (write_wrap_template, v8::ObjectTemplate)
367
+ V (write_wrap_template, v8::ObjectTemplate) \
368
368
369
369
class Environment ;
370
370
0 commit comments