Searched defs:FunctionLiteralChange (Results 1 – 1 of 1) sorted by relevance
578 struct FunctionLiteralChange { struct581 int new_start_position;582 int new_end_position;583 bool has_changes;584 FunctionLiteral* outer_literal;586 explicit FunctionLiteralChange(int new_start_position, FunctionLiteral* outer) in FunctionLiteralChange() function