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

#include <js-regexp.h>

Inheritance diagram for v8::internal::JSRegExpResult:
Collaboration diagram for v8::internal::JSRegExpResult:

Static Public Attributes

static constexpr int kIndexIndex = 0
 
static constexpr int kInputIndex = 1
 
static constexpr int kGroupsIndex = 2
 
static constexpr int kNamesIndex = 3
 
static constexpr int kRegExpInputIndex = 4
 
static constexpr int kRegExpLastIndex = 5
 
static constexpr int kInObjectPropertyCount = 6
 
static constexpr int kMapIndexInContext = Context::REGEXP_RESULT_MAP_INDEX
 

Detailed Description

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

Member Data Documentation

◆ kGroupsIndex

int v8::internal::JSRegExpResult::kGroupsIndex = 2
staticconstexpr

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

◆ kIndexIndex

int v8::internal::JSRegExpResult::kIndexIndex = 0
staticconstexpr

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

◆ kInObjectPropertyCount

int v8::internal::JSRegExpResult::kInObjectPropertyCount = 6
staticconstexpr

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

◆ kInputIndex

int v8::internal::JSRegExpResult::kInputIndex = 1
staticconstexpr

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

◆ kMapIndexInContext

int v8::internal::JSRegExpResult::kMapIndexInContext = Context::REGEXP_RESULT_MAP_INDEX
staticconstexpr

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

◆ kNamesIndex

int v8::internal::JSRegExpResult::kNamesIndex = 3
staticconstexpr

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

◆ kRegExpInputIndex

int v8::internal::JSRegExpResult::kRegExpInputIndex = 4
staticconstexpr

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

◆ kRegExpLastIndex

int v8::internal::JSRegExpResult::kRegExpLastIndex = 5
staticconstexpr

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


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