Searched refs:is_computed_name_ (Results 1 – 2 of 2) sorted by relevance
253 is_computed_name_(is_computed_name) {} in ObjectLiteralProperty()264 is_computed_name_(is_computed_name) { in ObjectLiteralProperty()279 return is_computed_name_ && in NeedsSetFunctionName()
1418 bool is_computed_name() const { return is_computed_name_; } in is_computed_name()1449 bool is_computed_name_; variable