Home | History | Annotate | Download | only in js

Lines Matching full:frame

555  * Sends "scopes" request for the frame object to resolve all variables
556 * available in the frame.
557 * @param {number} callFrameId Id of call frame whose variables need to
559 * @param {function(Object)} callback Callback to be called when all frame
566 var frame = this.callFrames_[callFrameId];
567 if (!frame) {
587 for (var i = 0; i < frame.scopeChain.length; i++) {
588 var scope = frame.scopeChain[i].objectId;
606 * Evaluates the expressionString to an object in the call frame and reports
610 * @param{number} callFrameId The frame id.
1031 * @param {Object} stackFrame Frame json object from "backtrace" response.
1033 * call frame in the format expected by ScriptsPanel and its panes.
1333 * Call stack frame data.
1357 * this call frame.
1364 "frame": this.id,