Lines Matching refs:localCount
1749 FrameDetails.prototype.localCount = function() {
1763 if (index >= 0 && index < this.localCount()) {
1775 if (index >= 0 && index < this.localCount()) {
1789 (this.argumentCount() + this.localCount()) * kFrameDetailsNameValueSize;
1905 FrameMirror.prototype.localCount = function() {
1906 return this.details_.localCount();
2137 var locals_count = this.localCount();
2943 var x = new GlobalArray(mirror.localCount());
2944 for (var i = 0; i < mirror.localCount(); i++) {