#include <ast-value-factory.h>
Definition at line 339 of file ast-value-factory.h.
◆ AstValueFactory() [1/2]
v8::internal::AstValueFactory::AstValueFactory |
( |
Zone * | zone, |
|
|
const AstStringConstants * | string_constants, |
|
|
uint64_t | hash_seed ) |
|
inline |
◆ AstValueFactory() [2/2]
v8::internal::AstValueFactory::AstValueFactory |
( |
Zone * | ast_raw_string_zone, |
|
|
Zone * | single_parse_zone, |
|
|
const AstStringConstants * | string_constants, |
|
|
uint64_t | hash_seed ) |
|
inline |
◆ AddString()
◆ ast_raw_string_zone()
Zone * v8::internal::AstValueFactory::ast_raw_string_zone |
( |
| ) |
const |
|
inline |
◆ empty_cons_string()
AstConsString * v8::internal::AstValueFactory::empty_cons_string |
( |
| ) |
const |
|
inline |
◆ GetOneByteString() [1/2]
◆ GetOneByteString() [2/2]
const AstRawString * v8::internal::AstValueFactory::GetOneByteString |
( |
const char * | string | ) |
|
|
inline |
◆ GetOneByteStringInternal()
◆ GetString() [1/2]
◆ GetString() [2/2]
const AstRawString * v8::internal::AstValueFactory::GetString |
( |
uint32_t | raw_hash_field, |
|
|
bool | is_one_byte, |
|
|
base::Vector< const uint8_t > | literal_bytes ) |
|
private |
◆ GetTwoByteString()
◆ GetTwoByteStringInternal()
◆ Internalize()
template<typename IsolateT >
void v8::internal::AstValueFactory::Internalize |
( |
IsolateT * | isolate | ) |
|
◆ NewConsString() [1/3]
◆ NewConsString() [2/3]
◆ NewConsString() [3/3]
◆ ResetStrings()
void v8::internal::AstValueFactory::ResetStrings |
( |
| ) |
|
|
inlineprivate |
◆ single_parse_zone()
Zone * v8::internal::AstValueFactory::single_parse_zone |
( |
| ) |
const |
|
inline |
◆ ast_raw_string_zone_
Zone* v8::internal::AstValueFactory::ast_raw_string_zone_ |
|
private |
◆ empty_cons_string_
◆ hash_seed_
uint64_t v8::internal::AstValueFactory::hash_seed_ |
|
private |
◆ single_parse_zone_
Zone* v8::internal::AstValueFactory::single_parse_zone_ |
|
private |
◆ string_constants_
◆ string_table_
◆ strings_
◆ strings_end_
The documentation for this class was generated from the following files: