Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f00d4c1

Browse filesBrowse files
jasnelladuh95
authored andcommitted
src: update locks to use DictionaryTemplate
...and other minor cleanups PR-URL: #60061 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 688115a commit f00d4c1
Copy full SHA for f00d4c1

File tree

Expand file treeCollapse file tree

4 files changed

+126
-154
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+126
-154
lines changed
Open diff view settings
Collapse file

‎src/env_properties.h‎

Copy file name to clipboardExpand all lines: src/env_properties.h
+4-4Lines 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") \
@@ -417,6 +415,8 @@
417415
V(js_transferable_constructor_template, v8::FunctionTemplate) \
418416
V(libuv_stream_wrap_ctor_template, v8::FunctionTemplate) \
419417
V(lock_holder_constructor_template, v8::FunctionTemplate) \
418+
V(lock_info_template, v8::DictionaryTemplate) \
419+
V(lock_query_template, v8::DictionaryTemplate) \
420420
V(message_port_constructor_template, v8::FunctionTemplate) \
421421
V(module_wrap_constructor_template, v8::FunctionTemplate) \
422422
V(mx_record_template, v8::DictionaryTemplate) \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.