V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
bool | IsNull () const |
bool | IsEval () const |
bool | IsAsync () const |
bool | IsArguments () const |
bool | IsEvalOrArguments () const |
bool | IsConstructor () const |
bool | IsAwait () const |
bool | IsName () const |
bool | IsPrivateName () const |
Static Public Member Functions | |
static PreParserIdentifier | Default () |
static PreParserIdentifier | Null () |
static PreParserIdentifier | Eval () |
static PreParserIdentifier | Arguments () |
static PreParserIdentifier | Constructor () |
static PreParserIdentifier | Await () |
static PreParserIdentifier | Async () |
static PreParserIdentifier | Name () |
static PreParserIdentifier | PrivateName () |
Friends | |
class | PreParserExpression |
class | PreParser |
class | PreParserFactory |
Definition at line 27 of file preparser.h.