Home | History | Annotate | Download | only in src

Lines Matching defs:localCount

1723 FrameDetails.prototype.localCount = function() {
1737 if (index >= 0 && index < this.localCount()) {
1749 if (index >= 0 && index < this.localCount()) {
1763 (this.argumentCount() + this.localCount()) * kFrameDetailsNameValueSize;
1879 FrameMirror.prototype.localCount = function() {
1880 return this.details_.localCount();
2111 var locals_count = this.localCount();
2919 var x = new Array(mirror.localCount());
2920 for (var i = 0; i < mirror.localCount(); i++) {