Skip to content

Commit 4b95672

Browse files
committed
src: update locks to use DictionaryTemplate
...and other minor cleanups
1 parent 10df38a commit 4b95672

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
@@ -93,7 +93,6 @@
9393
V(change_string, "change") \
9494
V(changes_string, "changes") \
9595
V(chunks_sent_since_last_write_string, "chunksSentSinceLastWrite") \
96-
V(client_id_string, "clientId") \
9796
V(clone_unsupported_type_str, "Cannot clone object of unsupported type.") \
9897
V(clone_transfer_needed_str, \
9998
"Object that needs transfer was found in message but not listed in " \
@@ -169,6 +168,7 @@
169168
V(events_waiting, "eventsWaiting") \
170169
V(events, "events") \
171170
V(exchange_string, "exchange") \
171+
V(exclusive_string, "exclusive") \
172172
V(expire_string, "expire") \
173173
V(exponent_string, "exponent") \
174174
V(exports_string, "exports") \
@@ -196,7 +196,6 @@
196196
V(h2_string, "h2") \
197197
V(handle_string, "handle") \
198198
V(hash_algorithm_string, "hashAlgorithm") \
199-
V(held_string, "held") \
200199
V(help_text_string, "helpText") \
201200
V(homedir_string, "homedir") \
202201
V(host_string, "host") \
@@ -255,7 +254,6 @@
255254
V(messageerror_string, "messageerror") \
256255
V(mgf1_hash_algorithm_string, "mgf1HashAlgorithm") \
257256
V(minttl_string, "minttl") \
258-
V(mode_string, "mode") \
259257
V(module_string, "module") \
260258
V(modulus_length_string, "modulusLength") \
261259
V(name_string, "name") \
@@ -298,7 +296,6 @@
298296
V(path_string, "path") \
299297
V(pathname_string, "pathname") \
300298
V(pending_handle_string, "pendingHandle") \
301-
V(pending_string, "pending") \
302299
V(permission_string, "permission") \
303300
V(phase_string, "phase") \
304301
V(pid_string, "pid") \
@@ -348,6 +345,7 @@
348345
V(service_string, "service") \
349346
V(session_id_string, "sessionId") \
350347
V(set_string, "set") \
348+
V(shared_string, "shared") \
351349
V(shell_string, "shell") \
352350
V(signal_string, "signal") \
353351
V(sink_string, "sink") \
@@ -435,6 +433,8 @@
435433
V(js_transferable_constructor_template, v8::FunctionTemplate) \
436434
V(libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \
437435
V(lock_holder_constructor_template, v8::FunctionTemplate) \
436+
V(lock_info_template, v8::DictionaryTemplate) \
437+
V(lock_query_template, v8::DictionaryTemplate) \
438438
V(message_port_constructor_template, v8::FunctionTemplate) \
439439
V(module_wrap_constructor_template, v8::FunctionTemplate) \
440440
V(object_stats_template, v8::DictionaryTemplate) \

0 commit comments

Comments
 (0)