#include <ast.h>
Definition at line 194 of file ast.h.
◆ IsParenthesizedField
◆ NextBitField
template<class
T , int size>
◆ Context
Enumerator |
---|
kUninitialized | |
kEffect | |
kValue | |
kTest | |
Definition at line 196 of file ast.h.
◆ Expression()
v8::internal::Expression::Expression |
( |
int | pos, |
|
|
NodeType | type ) |
|
inlineprotected |
◆ clear_parenthesized()
void v8::internal::Expression::clear_parenthesized |
( |
| ) |
|
|
inline |
◆ is_parenthesized()
bool v8::internal::Expression::is_parenthesized |
( |
| ) |
const |
|
inline |
◆ IsAccessorFunctionDefinition()
bool v8::internal::Expression::IsAccessorFunctionDefinition |
( |
| ) |
const |
◆ IsAnonymousFunctionDefinition()
bool v8::internal::Expression::IsAnonymousFunctionDefinition |
( |
| ) |
const |
◆ IsBooleanLiteral()
bool v8::internal::Expression::IsBooleanLiteral |
( |
| ) |
const |
◆ IsCompileTimeValue()
bool v8::internal::Expression::IsCompileTimeValue |
( |
| ) |
|
◆ IsConciseMethodDefinition()
bool v8::internal::Expression::IsConciseMethodDefinition |
( |
| ) |
const |
◆ IsConsStringLiteral()
bool v8::internal::Expression::IsConsStringLiteral |
( |
| ) |
const |
◆ IsLiteralButNotNullOrUndefined()
bool v8::internal::Expression::IsLiteralButNotNullOrUndefined |
( |
| ) |
const |
◆ IsNullLiteral()
bool v8::internal::Expression::IsNullLiteral |
( |
| ) |
const |
◆ IsNullOrUndefinedLiteral()
bool v8::internal::Expression::IsNullOrUndefinedLiteral |
( |
| ) |
const |
|
inline |
◆ IsNumberLiteral()
bool v8::internal::Expression::IsNumberLiteral |
( |
| ) |
const |
◆ IsPattern()
bool v8::internal::Expression::IsPattern |
( |
| ) |
|
|
inline |
◆ IsPrivateName()
bool v8::internal::Expression::IsPrivateName |
( |
| ) |
const |
◆ IsPropertyName()
bool v8::internal::Expression::IsPropertyName |
( |
| ) |
const |
◆ IsSmiLiteral()
bool v8::internal::Expression::IsSmiLiteral |
( |
| ) |
const |
◆ IsStringLiteral()
bool v8::internal::Expression::IsStringLiteral |
( |
| ) |
const |
◆ IsTheHoleLiteral()
bool v8::internal::Expression::IsTheHoleLiteral |
( |
| ) |
const |
◆ IsUndefinedLiteral()
bool v8::internal::Expression::IsUndefinedLiteral |
( |
| ) |
const |
◆ IsValidReferenceExpression()
bool v8::internal::Expression::IsValidReferenceExpression |
( |
| ) |
const |
◆ mark_parenthesized()
void v8::internal::Expression::mark_parenthesized |
( |
| ) |
|
|
inline |
◆ ToBooleanIsFalse()
bool v8::internal::Expression::ToBooleanIsFalse |
( |
| ) |
const |
◆ ToBooleanIsTrue()
bool v8::internal::Expression::ToBooleanIsTrue |
( |
| ) |
const |
The documentation for this class was generated from the following files: