v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::TorqueCompilationUnit Struct Reference

#include <torque-compiler.h>

Collaboration diagram for v8::internal::torque::TorqueCompilationUnit:

Public Attributes

std::string source_file_path
 
std::string file_content
 

Detailed Description

Definition at line 57 of file torque-compiler.h.

Member Data Documentation

◆ file_content

std::string v8::internal::torque::TorqueCompilationUnit::file_content

Definition at line 59 of file torque-compiler.h.

◆ source_file_path

std::string v8::internal::torque::TorqueCompilationUnit::source_file_path

Definition at line 58 of file torque-compiler.h.


The documentation for this struct was generated from the following file: