v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ImportCallExpression Class Referencefinal

#include <ast.h>

Inheritance diagram for v8::internal::ImportCallExpression:
Collaboration diagram for v8::internal::ImportCallExpression:

Public Member Functions

Expressionspecifier () const
 
ModuleImportPhase phase () const
 
Expressionimport_options () const
 
- Public Member Functions inherited from v8::internal::Expression
bool IsValidReferenceExpression () const
 
bool IsPrivateName () const
 
bool ToBooleanIsTrue () const
 
bool ToBooleanIsFalse () const
 
bool IsPropertyName () const
 
bool IsAnonymousFunctionDefinition () const
 
bool IsConciseMethodDefinition () const
 
bool IsAccessorFunctionDefinition () const
 
bool IsSmiLiteral () const
 
V8_EXPORT_PRIVATE bool IsNumberLiteral () const
 
bool IsStringLiteral () const
 
bool IsConsStringLiteral () const
 
bool IsNullLiteral () const
 
bool IsBooleanLiteral () const
 
bool IsTheHoleLiteral () const
 
bool IsUndefinedLiteral () const
 
bool IsNullOrUndefinedLiteral () const
 
bool IsLiteralButNotNullOrUndefined () const
 
bool IsCompileTimeValue ()
 
bool IsPattern ()
 
bool is_parenthesized () const
 
void mark_parenthesized ()
 
void clear_parenthesized ()
 
- Public Member Functions inherited from v8::internal::AstNode
NodeType node_type () const
 
int position () const
 
IterationStatementAsIterationStatement ()
 
MaterializedLiteralAsMaterializedLiteral ()
 
- Public Member Functions inherited from v8::internal::ZoneObject
void * operator new (size_t, Zone *)=delete
 
void * operator new (size_t size, void *ptr)
 
void operator delete (void *, size_t)
 
void operator delete (void *pointer, Zone *zone)=delete
 

Private Member Functions

 ImportCallExpression (Expression *specifier, ModuleImportPhase phase, int pos)
 
 ImportCallExpression (Expression *specifier, ModuleImportPhase phase, Expression *import_options, int pos)
 

Private Attributes

friend Zone
 
Expressionspecifier_
 
ModuleImportPhase phase_
 
Expressionimport_options_
 

Friends

class AstNodeFactory
 

Additional Inherited Members

- Public Types inherited from v8::internal::Expression
enum  Context { kUninitialized , kEffect , kValue , kTest }
 
- Public Types inherited from v8::internal::AstNode
enum  NodeType : uint8_t
 
- Protected Types inherited from v8::internal::Expression
template<class T , int size>
using NextBitField = IsParenthesizedField::Next<T, size>
 
- Protected Types inherited from v8::internal::AstNode
template<class T , int size>
using NextBitField = NodeTypeField::Next<T, size>
 
- Protected Member Functions inherited from v8::internal::Expression
 Expression (int pos, NodeType type)
 
- Protected Member Functions inherited from v8::internal::AstNode
 AstNode (int position, NodeType type)
 
- Protected Attributes inherited from v8::internal::AstNode
uint32_t bit_field_
 

Detailed Description

Definition at line 2838 of file ast.h.

Constructor & Destructor Documentation

◆ ImportCallExpression() [1/2]

v8::internal::ImportCallExpression::ImportCallExpression ( Expression * specifier,
ModuleImportPhase phase,
int pos )
inlineprivate

Definition at line 2848 of file ast.h.

◆ ImportCallExpression() [2/2]

v8::internal::ImportCallExpression::ImportCallExpression ( Expression * specifier,
ModuleImportPhase phase,
Expression * import_options,
int pos )
inlineprivate

Definition at line 2854 of file ast.h.

Member Function Documentation

◆ import_options()

Expression * v8::internal::ImportCallExpression::import_options ( ) const
inline

Definition at line 2842 of file ast.h.

◆ phase()

ModuleImportPhase v8::internal::ImportCallExpression::phase ( ) const
inline

Definition at line 2841 of file ast.h.

◆ specifier()

Expression * v8::internal::ImportCallExpression::specifier ( ) const
inline

Definition at line 2840 of file ast.h.

Friends And Related Symbol Documentation

◆ AstNodeFactory

friend class AstNodeFactory
friend

Definition at line 2845 of file ast.h.

Member Data Documentation

◆ import_options_

Expression* v8::internal::ImportCallExpression::import_options_
private

Definition at line 2863 of file ast.h.

◆ phase_

ModuleImportPhase v8::internal::ImportCallExpression::phase_
private

Definition at line 2862 of file ast.h.

◆ specifier_

Expression* v8::internal::ImportCallExpression::specifier_
private

Definition at line 2861 of file ast.h.

◆ Zone

friend v8::internal::ImportCallExpression::Zone
private

Definition at line 2846 of file ast.h.


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