Skip to content

Commit 28f5d3a

Browse files
committed
src: update locks to use DictionaryTemplate
...and other minor cleanups
1 parent 0c1fb98 commit 28f5d3a

File tree

4 files changed

+126
-154
lines changed

4 files changed

+126
-154
lines changed

src/env_properties.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
V(change_string, "change") \
9393
V(changes_string, "changes") \
9494
V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \
95-
V(client_id_string, "clientId") \
9695
V(clone_unsupported_type_str, "Cannot clone object of unsupported type.") \
9796
V(clone_transfer_needed_str, \
9897
"Object that needs transfer was found in message but not listed in " \
@@ -165,6 +164,7 @@
165164
V(errstr_string, "errstr") \
166165
V(events_waiting, "eventsWaiting") \
167166
V(events, "events") \
167+
V(exclusive_string, "exclusive") \
168168
V(exponent_string, "exponent") \
169169
V(exports_string, "exports") \
170170
V(external_stream_string, "_externalStream") \
@@ -191,7 +191,6 @@
191191
V(h2_string, "h2") \
192192
V(handle_string, "handle") \
193193
V(hash_algorithm_string, "hashAlgorithm") \
194-
V(held_string, "held") \
195194
V(help_text_string, "helpText") \
196195
V(homedir_string, "homedir") \
197196
V(host_string, "host") \
@@ -244,7 +243,6 @@
244243
V(message_string, "message") \
245244
V(messageerror_string, "messageerror") \
246245
V(mgf1_hash_algorithm_string, "mgf1HashAlgorithm") \
247-
V(mode_string, "mode") \
248246
V(module_string, "module") \
249247
V(modulus_length_string, "modulusLength") \
250248
V(name_string, "name") \
@@ -285,7 +283,6 @@
285283
V(path_string, "path") \
286284
V(pathname_string, "pathname") \
287285
V(pending_handle_string, "pendingHandle") \
288-
V(pending_string, "pending") \
289286
V(permission_string, "permission") \
290287
V(phase_string, "phase") \
291288
V(pid_string, "pid") \
@@ -325,6 +322,7 @@
325322
V(servername_string, "servername") \
326323
V(session_id_string, "sessionId") \
327324
V(set_string, "set") \
325+
V(shared_string, "shared") \
328326
V(shell_string, "shell") \
329327
V(signal_string, "signal") \
330328
V(sink_string, "sink") \
@@ -416,6 +414,8 @@
416414
V(js_transferable_constructor_template, v8::FunctionTemplate) \
417415
V(libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \
418416
V(lock_holder_constructor_template, v8::FunctionTemplate) \
417+
V(lock_info_template, v8::DictionaryTemplate) \
418+
V(lock_query_template, v8::DictionaryTemplate) \
419419
V(message_port_constructor_template, v8::FunctionTemplate) \
420420
V(module_wrap_constructor_template, v8::FunctionTemplate) \
421421
V(mx_record_template, v8::DictionaryTemplate) \

0 commit comments

Comments
 (0)