Home
last modified time | relevance | path

Searched refs:opt_details (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dmirror-debugger.js2153 function ScopeDetails(frame, fun, index, opt_details) { argument
2156 this.details_ = opt_details ||
2164 this.details_ = opt_details || %GetFunctionScopeDetails(fun.value(), index);
2214 function ScopeMirror(frame, function, index, opt_details) { argument
2222 this.details_ = new ScopeDetails(frame, function, index, opt_details);
Ddebug-debugger.js1307 ProtocolMessage.prototype.failed = function(message, opt_details) { argument
1310 if (IS_OBJECT(opt_details)) {
1311 this.error_details = opt_details;