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

Public Attributes

const AstRawStringexport_name
 
const AstRawStringlocal_name
 
Scanner::Location location
 

Detailed Description

Definition at line 284 of file parser.h.

Member Data Documentation

◆ export_name

const AstRawString* v8::internal::Parser::ExportClauseData::export_name

Definition at line 285 of file parser.h.

◆ local_name

const AstRawString* v8::internal::Parser::ExportClauseData::local_name

Definition at line 286 of file parser.h.

◆ location

Scanner::Location v8::internal::Parser::ExportClauseData::location

Definition at line 287 of file parser.h.


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