Lines Matching refs:Evaluate
213 // If break point has condition try to evaluate it in the top frame.
215 var mirror = exec_state.frame(0).evaluate(this.condition());
1393 } else if (request.command == 'evaluate') {
1568 // Find the function through a global evaluate.
1576 response.failed('"' + target + '" does not evaluate to a function');
2002 // Global evaluate.
2004 // Evaluate in the global context.
2015 // No frames no evaluate in frame.
2026 // Evaluate in the specified frame.
2027 response.body = this.exec_state_.frame(frame_number).evaluate(
2031 // Evaluate in the selected frame.
2032 response.body = this.exec_state_.frame().evaluate(