v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ExperimentalRegExpCompiler Class Referencefinal

#include <experimental-compiler.h>

Inheritance diagram for v8::internal::ExperimentalRegExpCompiler:
Collaboration diagram for v8::internal::ExperimentalRegExpCompiler:

Static Public Member Functions

static bool CanBeHandled (RegExpTree *tree, RegExpFlags flags, int capture_count)
 
static ZoneList< RegExpInstructionCompile (RegExpTree *tree, RegExpFlags flags, Zone *zone)
 

Detailed Description

Definition at line 16 of file experimental-compiler.h.

Member Function Documentation

◆ CanBeHandled()

bool v8::internal::ExperimentalRegExpCompiler::CanBeHandled ( RegExpTree * tree,
RegExpFlags flags,
int capture_count )
static

Definition at line 221 of file experimental-compiler.cc.

Here is the caller graph for this function:

◆ Compile()

ZoneList< RegExpInstruction > v8::internal::ExperimentalRegExpCompiler::Compile ( RegExpTree * tree,
RegExpFlags flags,
Zone * zone )
static

Definition at line 1227 of file experimental-compiler.cc.


The documentation for this class was generated from the following files: