Searched defs:ScopeDetails (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dmirror-debugger.js2153 function ScopeDetails(frame, fun, index, opt_details) { class
2172 ScopeDetails.prototype.type = function() {
2180 ScopeDetails.prototype.object = function() {
2188 ScopeDetails.prototype.setVariableValueImpl = function(name, new_value) {
2222 this.details_ = new ScopeDetails(frame, function, index, opt_details);
2177 ScopeDetails.prototype.object = function() { function

Completed in 50 milliseconds