Lines Matching defs:Local
190 Local: 1,
1451 * 4: Local count
1937 // Format local variables.
2076 // For local and closure scopes create a transient mirror as these objects are
2077 // created on the fly materializing the local or closure scopes and
2079 var transient = this.scopeType() == ScopeType.Local ||
2733 var local = {};
2734 local.name = mirror.localName(i);
2735 local.value = this.serializeReference(mirror.localValue(i));
2736 x[i] = local;