@@ -295,13 +295,11 @@ struct http2_state;
295
295
V (async_hooks_before_function, v8::Function) \
296
296
V (async_hooks_after_function, v8::Function) \
297
297
V (binding_cache_object, v8::Object) \
298
- V (buffer_constructor_function, v8::Function) \
299
298
V (buffer_prototype_object, v8::Object) \
300
299
V (context, v8::Context) \
301
300
V (domain_array, v8::Array) \
302
301
V (domains_stack_array, v8::Array) \
303
302
V (inspector_console_api_object, v8::Object) \
304
- V (jsstream_constructor_template, v8::FunctionTemplate) \
305
303
V (module_load_list_array, v8::Array) \
306
304
V (pbkdf2_constructor_template, v8::ObjectTemplate) \
307
305
V (pipe_constructor_template, v8::FunctionTemplate) \
@@ -318,7 +316,6 @@ struct http2_state;
318
316
V (tcp_constructor_template, v8::FunctionTemplate) \
319
317
V (tick_callback_function, v8::Function) \
320
318
V (tls_wrap_constructor_function, v8::Function) \
321
- V (tls_wrap_constructor_template, v8::FunctionTemplate) \
322
319
V (tty_constructor_template, v8::FunctionTemplate) \
323
320
V (udp_constructor_function, v8::Function) \
324
321
V (url_constructor_function, v8::Function) \
0 commit comments