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

#include <regexp-result-vector.h>

Inheritance diagram for v8::internal::RegExpResultVector:
Collaboration diagram for v8::internal::RegExpResultVector:

Static Public Member Functions

static int32_t * Allocate (Isolate *isolate, uint32_t size)
 
static void Free (Isolate *isolate, int32_t *vector)
 

Detailed Description

Definition at line 33 of file regexp-result-vector.h.

Member Function Documentation

◆ Allocate()

int32_t * v8::internal::RegExpResultVector::Allocate ( Isolate * isolate,
uint32_t size )
static

Definition at line 51 of file regexp-result-vector.cc.

Here is the caller graph for this function:

◆ Free()

void v8::internal::RegExpResultVector::Free ( Isolate * isolate,
int32_t * vector )
static

Definition at line 60 of file regexp-result-vector.cc.

Here is the caller graph for this function:

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