|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <torque-compiler.h>
| Public Attributes | |
| std::string | output_directory = "" | 
| std::string | v8_root = "" | 
| bool | collect_language_server_data = false | 
| bool | collect_kythe_data = false | 
| bool | force_assert_statements = false | 
| bool | force_32bit_output = false | 
| bool | annotate_ir = false | 
| bool | strip_v8_root = false | 
Definition at line 19 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::annotate_ir = false | 
Definition at line 37 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::collect_kythe_data = false | 
Definition at line 23 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::collect_language_server_data = false | 
Definition at line 22 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::force_32bit_output = false | 
Definition at line 34 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::force_assert_statements = false | 
Definition at line 28 of file torque-compiler.h.
| std::string v8::internal::torque::TorqueCompilerOptions::output_directory = "" | 
Definition at line 20 of file torque-compiler.h.
| bool v8::internal::torque::TorqueCompilerOptions::strip_v8_root = false | 
Definition at line 40 of file torque-compiler.h.
| std::string v8::internal::torque::TorqueCompilerOptions::v8_root = "" | 
Definition at line 21 of file torque-compiler.h.