Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Dliveedit.cc578 struct FunctionLiteralChange { struct
581 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