|
V8 Project
|
#include <scanner.h>
Collaboration diagram for v8::internal::Scanner::LiteralScope:Public Member Functions | |
| LiteralScope (Scanner *self) | |
| ~LiteralScope () | |
| void | Complete () |
Private Attributes | |
| Scanner * | scanner_ |
| bool | complete_ |
|
inlineexplicit |
Definition at line 311 of file scanner.h.
References scanner_, and v8::internal::Scanner::StartLiteral().
Here is the call graph for this function:
|
inline |
Definition at line 315 of file scanner.h.
References complete_, v8::internal::Scanner::DropLiteral(), and scanner_.
Here is the call graph for this function:
|
inline |
Definition at line 318 of file scanner.h.
References complete_, scanner_, and v8::internal::Scanner::TerminateLiteral().
Referenced by v8::internal::Scanner::ScanIdentifierOrKeyword(), v8::internal::Scanner::ScanIdentifierSuffix(), v8::internal::Scanner::ScanNumber(), v8::internal::Scanner::ScanRegExpFlags(), v8::internal::Scanner::ScanRegExpPattern(), and v8::internal::Scanner::ScanString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 325 of file scanner.h.
Referenced by Complete(), and ~LiteralScope().
|
private |
Definition at line 324 of file scanner.h.
Referenced by Complete(), LiteralScope(), and ~LiteralScope().