ReactOS 0.4.15-dev-7918-g2a2556c
RegExpInstance Struct Reference
Collaboration diagram for RegExpInstance:

Public Attributes

jsdisp_t dispex
 
regexp_tjsregexp
 
jsstr_tstr
 
INT last_index
 
jsval_t last_index_val
 

Detailed Description

Definition at line 28 of file jsregexp.c.

Member Data Documentation

◆ dispex

jsdisp_t RegExpInstance::dispex

◆ jsregexp

◆ last_index

INT RegExpInstance::last_index

Definition at line 33 of file jsregexp.c.

Referenced by RegExp_set_lastIndex(), and run_exec().

◆ last_index_val

jsval_t RegExpInstance::last_index_val

Definition at line 34 of file jsregexp.c.

Referenced by create_regexp(), RegExp_get_lastIndex(), and RegExp_set_lastIndex().

◆ str

jsstr_t* RegExpInstance::str

Definition at line 32 of file jsregexp.c.

Referenced by create_regexp(), create_regexp_var(), and RegExp_toString().


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