|
93 | 93 | V(change_string, "change") \ |
94 | 94 | V(changes_string, "changes") \ |
95 | 95 | V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \ |
96 | | - V(client_id_string, "clientId") \ |
97 | 96 | V(clone_unsupported_type_str, "Cannot clone object of unsupported type.") \ |
98 | 97 | V(clone_transfer_needed_str, \ |
99 | 98 | "Object that needs transfer was found in message but not listed in " \ |
|
169 | 168 | V(events_waiting, "eventsWaiting") \ |
170 | 169 | V(events, "events") \ |
171 | 170 | V(exchange_string, "exchange") \ |
| 171 | + V(exclusive_string, "exclusive") \ |
172 | 172 | V(expire_string, "expire") \ |
173 | 173 | V(exponent_string, "exponent") \ |
174 | 174 | V(exports_string, "exports") \ |
|
196 | 196 | V(h2_string, "h2") \ |
197 | 197 | V(handle_string, "handle") \ |
198 | 198 | V(hash_algorithm_string, "hashAlgorithm") \ |
199 | | - V(held_string, "held") \ |
200 | 199 | V(help_text_string, "helpText") \ |
201 | 200 | V(homedir_string, "homedir") \ |
202 | 201 | V(host_string, "host") \ |
|
255 | 254 | V(messageerror_string, "messageerror") \ |
256 | 255 | V(mgf1_hash_algorithm_string, "mgf1HashAlgorithm") \ |
257 | 256 | V(minttl_string, "minttl") \ |
258 | | - V(mode_string, "mode") \ |
259 | 257 | V(module_string, "module") \ |
260 | 258 | V(modulus_length_string, "modulusLength") \ |
261 | 259 | V(name_string, "name") \ |
|
298 | 296 | V(path_string, "path") \ |
299 | 297 | V(pathname_string, "pathname") \ |
300 | 298 | V(pending_handle_string, "pendingHandle") \ |
301 | | - V(pending_string, "pending") \ |
302 | 299 | V(permission_string, "permission") \ |
303 | 300 | V(phase_string, "phase") \ |
304 | 301 | V(pid_string, "pid") \ |
|
348 | 345 | V(service_string, "service") \ |
349 | 346 | V(session_id_string, "sessionId") \ |
350 | 347 | V(set_string, "set") \ |
| 348 | + V(shared_string, "shared") \ |
351 | 349 | V(shell_string, "shell") \ |
352 | 350 | V(signal_string, "signal") \ |
353 | 351 | V(sink_string, "sink") \ |
|
435 | 433 | V(js_transferable_constructor_template, v8::FunctionTemplate) \ |
436 | 434 | V(libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \ |
437 | 435 | V(lock_holder_constructor_template, v8::FunctionTemplate) \ |
| 436 | + V(lock_info_template, v8::DictionaryTemplate) \ |
| 437 | + V(lock_query_template, v8::DictionaryTemplate) \ |
438 | 438 | V(message_port_constructor_template, v8::FunctionTemplate) \ |
439 | 439 | V(module_wrap_constructor_template, v8::FunctionTemplate) \ |
440 | 440 | V(object_stats_template, v8::DictionaryTemplate) \ |
|
0 commit comments