Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DAllocationProfile.js302 this._callers = []; property in WebInspector.BottomUpAllocationNode
315 for (var i = 0; i < this._callers.length; i++) {
316 var caller = this._callers[i];
324 this._callers.push(result);
334 return this._callers;
342 return this._callers.length > 0;