V8 Project
v8::internal::Parser::ParseInfo Struct Reference

#include <parser.h>

+ Collaboration diagram for v8::internal::Parser::ParseInfo:

Public Attributes

uintptr_t stack_limit
 
uint32_t hash_seed
 
UnicodeCacheunicode_cache
 

Detailed Description

Definition at line 611 of file parser.h.

Member Data Documentation

◆ hash_seed

uint32_t v8::internal::Parser::ParseInfo::hash_seed

Definition at line 613 of file parser.h.

Referenced by v8::internal::Parser::Parser().

◆ stack_limit

uintptr_t v8::internal::Parser::ParseInfo::stack_limit

Definition at line 612 of file parser.h.

◆ unicode_cache

UnicodeCache* v8::internal::Parser::ParseInfo::unicode_cache

Definition at line 614 of file parser.h.


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