Searched refs:opt_details (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/debug/ |
D | mirrors.js | 2195 function ScopeDetails(frame, fun, gen, index, opt_details) { argument 2198 this.details_ = opt_details || 2206 this.details_ = opt_details || %GetFunctionScopeDetails(fun.value(), index); 2211 opt_details || %GetGeneratorScopeDetails(gen.value(), index); 2294 function ScopeMirror(frame, fun, gen, index, opt_details) { argument 2302 this.details_ = new ScopeDetails(frame, fun, gen, index, opt_details);
|
D | debug.js | 1201 ProtocolMessage.prototype.failed = function(message, opt_details) { argument 1204 if (IS_OBJECT(opt_details)) { 1205 this.error_details = opt_details;
|