Home
last modified time | relevance | path

Searched refs:is_computed_name_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dast.cc253 is_computed_name_(is_computed_name) {} in ObjectLiteralProperty()
264 is_computed_name_(is_computed_name) { in ObjectLiteralProperty()
279 return is_computed_name_ && in NeedsSetFunctionName()
Dast.h1418 bool is_computed_name() const { return is_computed_name_; } in is_computed_name()
1449 bool is_computed_name_; variable