v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
regexp.cc File Reference
Include dependency graph for regexp.cc:

Go to the source code of this file.

Classes

class  v8::internal::RegExpImpl
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define V(Lower, Camel, LowerCamel, Char, Bit)
 

Functions

template bool v8::internal::RegExp::VerifySyntax< base::uc16 > (Zone *, uintptr_t, const base::uc16 *, int, RegExpFlags, RegExpError *regexp_error_out, const DisallowGarbageCollection &)
 
std::ostream & v8::internal::operator<< (std::ostream &os, RegExpFlags flags)
 

Macro Definition Documentation

◆ V

#define V ( Lower,
Camel,
LowerCamel,
Char,
Bit )
Value:
if (flags & RegExpFlag::k##Camel) os << Char;