Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:Local

132     if (scopes[i] == debug.ScopeType.Local ||
163 // 'arguments' and might be exposed in the local and closure scope. Just
195 if (scope.scopeType() == debug.ScopeType.Local ||
209 // Simple empty local scope.
210 BeginTest("Local 1");
217 CheckScopeChain([debug.ScopeType.Local,
225 // Local scope with a parameter.
226 BeginTest("Local 2");
233 CheckScopeChain([debug.ScopeType.Local,
241 // Local scope with a parameter and a local variable.
242 BeginTest("Local 3");
250 CheckScopeChain([debug.ScopeType.Local,
258 // Local scope with parameters and local variables.
259 BeginTest("Local 4");
268 CheckScopeChain([debug.ScopeType.Local,
276 // Empty local scope with use of eval.
277 BeginTest("Local 5");
285 CheckScopeChain([debug.ScopeType.Local,
293 // Local introducing local variable using eval.
294 BeginTest("Local 6");
302 CheckScopeChain([debug.ScopeType.Local,
310 // Local scope with parameters, local variables and local variable introduced
312 BeginTest("Local 7");
323 CheckScopeChain([debug.ScopeType.Local,
342 debug.ScopeType.Local,
364 debug.ScopeType.Local,
384 debug.ScopeType.Local,
406 debug.ScopeType.Local,
430 debug.ScopeType.Local,
474 debug.ScopeType.Local,
495 CheckScopeChain([debug.ScopeType.Local,
520 CheckScopeChain([debug.ScopeType.Local,
546 CheckScopeChain([debug.ScopeType.Local,
575 CheckScopeChain([debug.ScopeType.Local,
603 CheckScopeChain([debug.ScopeType.Local,
631 CheckScopeChain([debug.ScopeType.Local,
665 CheckScopeChain([debug.ScopeType.Local,
686 CheckScopeChain([debug.ScopeType.Local,
706 CheckScopeChain([debug.ScopeType.Local,
745 debug.ScopeType.Local,
771 CheckScopeChain([debug.ScopeType.Local,
794 debug.ScopeType.Local,
826 debug.ScopeType.Local,
837 CheckScopeChain([debug.ScopeType.Local,
873 debug.ScopeType.Local,
896 debug.ScopeType.Local,
907 // Do eval to dynamically declare a local variable so that the context's
920 debug.ScopeType.Local,
931 // Do eval to dynamically declare a local variable so that the context's
946 debug.ScopeType.Local,
976 CheckScopeChain([debug.ScopeType.Local,
1007 debug.ScopeType.Local,