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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
H A DJSHeapSnapshot.js41 canBeQueried: 1,
289 var flag = this._nodeFlags.canBeQueried;
489 canBeQueried: function()
492 return !!(flags & this._snapshot._nodeFlags.canBeQueried);
655 if (flags & this._snapshot._nodeFlags.canBeQueried)
656 result.canBeQueried = true;

Completed in 112 milliseconds