v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
scanner.h File Reference
#include <algorithm>
#include <memory>
#include <optional>
#include "src/base/logging.h"
#include "src/base/strings.h"
#include "src/common/globals.h"
#include "src/common/message-template.h"
#include "src/parsing/literal-buffer.h"
#include "src/parsing/parse-info.h"
#include "src/parsing/token.h"
#include "src/regexp/regexp-flags.h"
#include "src/strings/char-predicates.h"
#include "src/strings/unicode.h"
#include "src/utils/allocation.h"
Include dependency graph for scanner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Utf16CharacterStream
 
class  v8::internal::Scanner
 
class  v8::internal::Scanner::BookmarkScope
 
struct  v8::internal::Scanner::Location
 
struct  v8::internal::Scanner::TokenDesc
 

Namespaces

namespace  v8
 
namespace  v8::internal