Lines Matching refs:Evaluate
184 // If break point has condition try to evaluate it in the top frame.
186 var mirror = exec_state.frame(0).evaluate(this.condition());
1237 } else if (request.command == 'evaluate') {
1377 // Find the function through a global evaluate.
1385 response.failed('"' + target + '" does not evaluate to a function');
1708 // Global evaluate.
1710 // Evaluate in the global context.
1721 // No frames no evaluate in frame.
1732 // Evaluate in the specified frame.
1733 response.body = this.exec_state_.frame(frame_number).evaluate(
1737 // Evaluate in the selected frame.
1738 response.body = this.exec_state_.frame().evaluate(