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

#include <js-regexp.h>

Inheritance diagram for v8::internal::JSRegExpResultWithIndices:
Collaboration diagram for v8::internal::JSRegExpResultWithIndices:

Static Public Attributes

static constexpr int kIndicesIndex = 6
 
static constexpr int kInObjectPropertyCount = 7
 

Detailed Description

Definition at line 333 of file js-regexp.h.

Member Data Documentation

◆ kIndicesIndex

int v8::internal::JSRegExpResultWithIndices::kIndicesIndex = 6
staticconstexpr

Definition at line 340 of file js-regexp.h.

◆ kInObjectPropertyCount

int v8::internal::JSRegExpResultWithIndices::kInObjectPropertyCount = 7
staticconstexpr

Definition at line 341 of file js-regexp.h.


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