Home | History | Annotate | Download | only in src

Lines Matching defs:Local

195                   Local: 1,
1623 * 4: Local count
2109 // Format local variables.
2248 // For local and closure scopes create a transient mirror as these objects are
2249 // created on the fly materializing the local or closure scopes and
2251 var transient = this.scopeType() == ScopeType.Local ||
2921 var local = {};
2922 local.name = mirror.localName(i);
2923 local.value = this.serializeReference(mirror.localValue(i));
2924 x[i] = local;