Home
last modified time | relevance | path

Searched defs:ast_properties (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dast.h2082 void set_ast_properties(AstProperties* ast_properties) { in set_ast_properties()
2598 AstProperties* ast_properties() { return &properties_; } in ast_properties() function
Dparser.cc4407 AstProperties ast_properties; in ParseFunctionLiteral() local