Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.cc571 struct FunctionLiteralChange { struct
574 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