#include <preparser.h>
Definition at line 29 of file preparser.h.
◆ Type
Enumerator |
---|
kNullIdentifier | |
kUnknownIdentifier | |
kEvalIdentifier | |
kArgumentsIdentifier | |
kConstructorIdentifier | |
kAsyncIdentifier | |
kPrivateNameIdentifier | |
Definition at line 65 of file preparser.h.
◆ PreParserIdentifier() [1/2]
v8::internal::PreParserIdentifier::PreParserIdentifier |
( |
| ) |
|
|
inline |
◆ PreParserIdentifier() [2/2]
v8::internal::PreParserIdentifier::PreParserIdentifier |
( |
Type | type | ) |
|
|
inlineexplicitprivate |
◆ Arguments()
◆ Async()
◆ Constructor()
◆ Default()
◆ Eval()
◆ IsArguments()
bool v8::internal::PreParserIdentifier::IsArguments |
( |
| ) |
const |
|
inline |
◆ IsAsync()
bool v8::internal::PreParserIdentifier::IsAsync |
( |
| ) |
const |
|
inline |
◆ IsConstructor()
bool v8::internal::PreParserIdentifier::IsConstructor |
( |
| ) |
const |
|
inline |
◆ IsEval()
bool v8::internal::PreParserIdentifier::IsEval |
( |
| ) |
const |
|
inline |
◆ IsEvalOrArguments()
bool v8::internal::PreParserIdentifier::IsEvalOrArguments |
( |
| ) |
const |
|
inline |
◆ IsNull()
bool v8::internal::PreParserIdentifier::IsNull |
( |
| ) |
const |
|
inline |
◆ IsPrivateName()
bool v8::internal::PreParserIdentifier::IsPrivateName |
( |
| ) |
const |
|
inline |
◆ Null()
◆ PrivateName()
◆ PreParser
◆ PreParserExpression
◆ string_
const AstRawString* v8::internal::PreParserIdentifier::string_ |
|
private |
◆ type_
Type v8::internal::PreParserIdentifier::type_ |
|
private |
The documentation for this class was generated from the following file: