Searched defs:FunctionLiteralChange (Results 1 – 1 of 1) sorted by relevance
571 struct FunctionLiteralChange { struct574 int new_start_position;575 int new_end_position;576 bool has_changes;577 FunctionLiteral* outer_literal;579 explicit FunctionLiteralChange(int new_start_position, FunctionLiteral* outer) in FunctionLiteralChange() function