Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.h798 void set_ast_properties(int* ast_properties) {} in set_ast_properties()
1098 int* ast_properties() { in ast_properties() function
2616 typename Traits::Type::AstProperties ast_properties; in ParseArrowFunctionLiteral() local
Dast.h2434 void set_ast_properties(AstProperties* ast_properties) { in set_ast_properties()
3013 AstProperties* ast_properties() { return &properties_; } in ast_properties() function
Dparser.cc3511 AstProperties ast_properties; in ParseFunctionLiteral() local