|
92 | 92 | V(change_string, "change") \ |
93 | 93 | V(changes_string, "changes") \ |
94 | 94 | V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \ |
95 | | - V(client_id_string, "clientId") \ |
96 | 95 | V(clone_unsupported_type_str, "Cannot clone object of unsupported type.") \ |
97 | 96 | V(clone_transfer_needed_str, \ |
98 | 97 | "Object that needs transfer was found in message but not listed in " \ |
|
165 | 164 | V(errstr_string, "errstr") \ |
166 | 165 | V(events_waiting, "eventsWaiting") \ |
167 | 166 | V(events, "events") \ |
| 167 | + V(exclusive_string, "exclusive") \ |
168 | 168 | V(exponent_string, "exponent") \ |
169 | 169 | V(exports_string, "exports") \ |
170 | 170 | V(external_stream_string, "_externalStream") \ |
|
191 | 191 | V(h2_string, "h2") \ |
192 | 192 | V(handle_string, "handle") \ |
193 | 193 | V(hash_algorithm_string, "hashAlgorithm") \ |
194 | | - V(held_string, "held") \ |
195 | 194 | V(help_text_string, "helpText") \ |
196 | 195 | V(homedir_string, "homedir") \ |
197 | 196 | V(host_string, "host") \ |
|
244 | 243 | V(message_string, "message") \ |
245 | 244 | V(messageerror_string, "messageerror") \ |
246 | 245 | V(mgf1_hash_algorithm_string, "mgf1HashAlgorithm") \ |
247 | | - V(mode_string, "mode") \ |
248 | 246 | V(module_string, "module") \ |
249 | 247 | V(modulus_length_string, "modulusLength") \ |
250 | 248 | V(name_string, "name") \ |
|
285 | 283 | V(path_string, "path") \ |
286 | 284 | V(pathname_string, "pathname") \ |
287 | 285 | V(pending_handle_string, "pendingHandle") \ |
288 | | - V(pending_string, "pending") \ |
289 | 286 | V(permission_string, "permission") \ |
290 | 287 | V(phase_string, "phase") \ |
291 | 288 | V(pid_string, "pid") \ |
|
325 | 322 | V(servername_string, "servername") \ |
326 | 323 | V(session_id_string, "sessionId") \ |
327 | 324 | V(set_string, "set") \ |
| 325 | + V(shared_string, "shared") \ |
328 | 326 | V(shell_string, "shell") \ |
329 | 327 | V(signal_string, "signal") \ |
330 | 328 | V(sink_string, "sink") \ |
|
417 | 415 | V(js_transferable_constructor_template, v8::FunctionTemplate) \ |
418 | 416 | V(libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \ |
419 | 417 | V(lock_holder_constructor_template, v8::FunctionTemplate) \ |
| 418 | + V(lock_info_template, v8::DictionaryTemplate) \ |
| 419 | + V(lock_query_template, v8::DictionaryTemplate) \ |
420 | 420 | V(message_port_constructor_template, v8::FunctionTemplate) \ |
421 | 421 | V(module_wrap_constructor_template, v8::FunctionTemplate) \ |
422 | 422 | V(mx_record_template, v8::DictionaryTemplate) \ |
|
0 commit comments