v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
torque-compiler.h File Reference
#include <optional>
#include "src/base/contextual.h"
#include "src/torque/ast.h"
#include "src/torque/kythe-data.h"
#include "src/torque/server-data.h"
#include "src/torque/source-positions.h"
#include "src/torque/utils.h"
Include dependency graph for torque-compiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::torque::TorqueCompilerOptions
 
struct  v8::internal::torque::TorqueCompilerResult
 
struct  v8::internal::torque::TorqueCompilationUnit
 

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)