Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js2093 function ScopeDetails(frame, fun, gen, index, opt_details) { argument
2096 this.details_ = opt_details ||
2104 this.details_ = opt_details || %GetFunctionScopeDetails(fun.value(), index);
2109 opt_details || %GetGeneratorScopeDetails(gen.value(), index);
2192 function ScopeMirror(frame, fun, gen, index, opt_details) { argument
2200 this.details_ = new ScopeDetails(frame, fun, gen, index, opt_details);