v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
torque-compiler.cc File Reference
Include dependency graph for torque-compiler.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::torque
 

Functions

TorqueCompilerResult v8::internal::torque::CompileTorque (const std::string &source, TorqueCompilerOptions options)
 
TorqueCompilerResult v8::internal::torque::CompileTorque (const std::vector< std::string > &files, TorqueCompilerOptions options)
 
TorqueCompilerResult v8::internal::torque::CompileTorqueForKythe (std::vector< TorqueCompilationUnit > units, TorqueCompilerOptions options, KytheConsumer *consumer)