v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
gen-regexp-special-case.cc File Reference
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include "src/base/strings.h"
#include "src/regexp/special-case.h"
Include dependency graph for gen-regexp-special-case.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

void v8::internal::PrintSet (std::ofstream &out, const char *name, const icu::UnicodeSet &set)
 
void v8::internal::PrintSpecial (std::ofstream &out)
 
void v8::internal::WriteHeader (const char *header_filename)
 
int main (int argc, const char **argv)
 

Variables

static const base::uc32 v8::internal::kSurrogateStart = 0xd800
 
static const base::uc32 v8::internal::kSurrogateEnd = 0xdfff
 
static const base::uc32 v8::internal::kNonBmpStart = 0x10000
 

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Definition at line 159 of file gen-regexp-special-case.cc.

Here is the call graph for this function: