Home
last modified time | relevance | path

Searched refs:ast_raw_string_zone_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-value-factory.h324 ast_raw_string_zone_(ast_raw_string_zone), in AstValueFactory()
327 DCHECK_NOT_NULL(ast_raw_string_zone_); in AstValueFactory()
337 empty_cons_string_ = ast_raw_string_zone_->New<AstConsString>(); in AstValueFactory()
341 DCHECK_NOT_NULL(ast_raw_string_zone_); in ast_raw_string_zone()
342 return ast_raw_string_zone_; in ast_raw_string_zone()
413 Zone* ast_raw_string_zone_; variable
/third_party/node/deps/v8/src/parsing/
Dparse-info.h188 Zone* ast_raw_string_zone() { return &ast_raw_string_zone_; } in ast_raw_string_zone()
217 Zone ast_raw_string_zone_; variable
Dparse-info.cc179 ast_raw_string_zone_(allocator_, in ReusableUnoptimizedCompileState()
193 ast_raw_string_zone_(allocator_, in ReusableUnoptimizedCompileState()