|
82 | 82 | V(__dirname_string, "__dirname") \ |
83 | 83 | V(ack_string, "ack") \ |
84 | 84 | V(address_string, "address") \ |
| 85 | + V(algorithm_string, "algorithm") \ |
85 | 86 | V(aliases_string, "aliases") \ |
86 | 87 | V(allow_bare_named_params_string, "allowBareNamedParameters") \ |
87 | 88 | V(allow_unknown_named_params_string, "allowUnknownNamedParameters") \ |
|
93 | 94 | V(backup_string, "backup") \ |
94 | 95 | V(base_string, "base") \ |
95 | 96 | V(base_url_string, "baseURL") \ |
| 97 | + V(brotli_string, "brotli") \ |
96 | 98 | V(buffer_string, "buffer") \ |
97 | 99 | V(bytes_parsed_string, "bytesParsed") \ |
98 | 100 | V(bytes_read_string, "bytesRead") \ |
99 | 101 | V(bytes_written_string, "bytesWritten") \ |
100 | 102 | V(cached_data_produced_string, "cachedDataProduced") \ |
101 | 103 | V(cached_data_rejected_string, "cachedDataRejected") \ |
102 | 104 | V(cached_data_string, "cachedData") \ |
| 105 | + V(cause_string, "cause") \ |
103 | 106 | V(change_string, "change") \ |
104 | 107 | V(changes_string, "changes") \ |
105 | 108 | V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \ |
|
180 | 183 | V(exponent_string, "exponent") \ |
181 | 184 | V(exports_string, "exports") \ |
182 | 185 | V(external_stream_string, "_externalStream") \ |
| 186 | + V(extractable_string, "extractable") \ |
183 | 187 | V(family_string, "family") \ |
184 | 188 | V(fatal_exception_string, "_fatalException") \ |
185 | 189 | V(fd_string, "fd") \ |
|
215 | 219 | V(ignore_string, "ignore") \ |
216 | 220 | V(inherit_string, "inherit") \ |
217 | 221 | V(input_string, "input") \ |
| 222 | + V(internal_crypto_keys_string, "internal/crypto/keys") \ |
218 | 223 | V(inverse_string, "inverse") \ |
219 | 224 | V(ipv4_string, "IPv4") \ |
220 | 225 | V(ipv6_string, "IPv6") \ |
|
264 | 269 | V(node_string, "node") \ |
265 | 270 | V(object_string, "Object") \ |
266 | 271 | V(ocsp_request_string, "OCSPRequest") \ |
| 272 | + V(ok_string, "ok") \ |
267 | 273 | V(oncertcb_string, "oncertcb") \ |
268 | 274 | V(onchange_string, "onchange") \ |
269 | 275 | V(onclienthello_string, "onclienthello") \ |
|
287 | 293 | V(onwrite_string, "onwrite") \ |
288 | 294 | V(ongracefulclosecomplete_string, "ongracefulclosecomplete") \ |
289 | 295 | V(openssl_error_stack, "opensslErrorStack") \ |
| 296 | + V(operationerror_string, "OperationError") \ |
290 | 297 | V(options_string, "options") \ |
291 | 298 | V(original_string, "original") \ |
292 | 299 | V(output_string, "output") \ |
293 | 300 | V(overlapped_string, "overlapped") \ |
| 301 | + V(p256_string, "P-256") \ |
| 302 | + V(p384_string, "P-384") \ |
| 303 | + V(p521_string, "P-521") \ |
294 | 304 | V(parse_error_string, "Parse Error") \ |
295 | 305 | V(password_string, "password") \ |
296 | 306 | V(path_string, "path") \ |
|
333 | 343 | V(return_arrays_string, "returnArrays") \ |
334 | 344 | V(return_string, "return") \ |
335 | 345 | V(salt_length_string, "saltLength") \ |
| 346 | + V(secp256k1_string, "secp256k1") \ |
336 | 347 | V(search_string, "search") \ |
337 | 348 | V(servername_string, "servername") \ |
338 | 349 | V(session_id_string, "sessionId") \ |
|
361 | 372 | V(syscall_string, "syscall") \ |
362 | 373 | V(table_string, "table") \ |
363 | 374 | V(target_string, "target") \ |
| 375 | + V(then_string, "then") \ |
364 | 376 | V(thread_id_string, "threadId") \ |
365 | 377 | V(thread_name_string, "threadName") \ |
366 | 378 | V(tls_group_string, "TLSGroup") \ |
|
379 | 391 | V(uid_string, "uid") \ |
380 | 392 | V(unknown_string, "<unknown>") \ |
381 | 393 | V(url_string, "url") \ |
| 394 | + V(usages_string, "usages") \ |
382 | 395 | V(username_string, "username") \ |
383 | 396 | V(value_string, "value") \ |
384 | 397 | V(verify_error_string, "verifyError") \ |
|
388 | 401 | V(wrap_string, "wrap") \ |
389 | 402 | V(writable_string, "writable") \ |
390 | 403 | V(write_host_object_string, "_writeHostObject") \ |
391 | | - V(write_queue_size_string, "writeQueueSize") |
| 404 | + V(write_queue_size_string, "writeQueueSize") \ |
| 405 | + V(zlib_string, "zlib") \ |
| 406 | + V(zstd_string, "zstd") |
392 | 407 |
|
393 | 408 | #define PER_ISOLATE_TEMPLATE_PROPERTIES(V) \ |
394 | 409 | V(a_record_template, v8::DictionaryTemplate) \ |
|
0 commit comments