Home
last modified time | relevance | path

Searched defs:TorqueCompilerOptions (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtorque-compiler.h19 struct TorqueCompilerOptions { struct
20 std::string output_directory = "";
21 std::string v8_root = "";
22 bool collect_language_server_data = false;
23 bool collect_kythe_data = false;
28 bool force_assert_statements = false;
34 bool force_32bit_output = false;
37 bool annotate_ir = false;
63 CompileTorque(const std::string& source, TorqueCompilerOptions options); argument