• Home
  • Raw
  • Download

Lines Matching refs:debug

36 var Debug = debug.Debug;
92 if (scopes[i] == debug.ScopeType.Global) {
111 if (scopes[i] == debug.ScopeType.Local ||
112 scopes[i] == debug.ScopeType.Script ||
113 scopes[i] == debug.ScopeType.Closure) {
177 if (scope.scopeType() == debug.ScopeType.Local ||
178 scope.scopeType() == debug.ScopeType.Closure) {
209 CheckScopeChain([debug.ScopeType.Local,
210 debug.ScopeType.Script,
211 debug.ScopeType.Global], exec_state);
228 CheckScopeChain([debug.ScopeType.Local,
229 debug.ScopeType.Script,
230 debug.ScopeType.Global], exec_state);
246 CheckScopeChain([debug.ScopeType.Local,
247 debug.ScopeType.Script,
248 debug.ScopeType.Global], exec_state);
265 CheckScopeChain([debug.ScopeType.Local,
266 debug.ScopeType.Script,
267 debug.ScopeType.Global], exec_state);
285 CheckScopeChain([debug.ScopeType.Block,
286 debug.ScopeType.Local,
287 debug.ScopeType.Script,
288 debug.ScopeType.Global], exec_state);
308 CheckScopeChain([debug.ScopeType.Block,
309 debug.ScopeType.Local,
310 debug.ScopeType.Script,
311 debug.ScopeType.Global], exec_state);
332 CheckScopeChain([debug.ScopeType.Block,
333 debug.ScopeType.Local,
334 debug.ScopeType.Script,
335 debug.ScopeType.Global], exec_state);
361 CheckScopeChain([debug.ScopeType.Local,
362 debug.ScopeType.Block,
363 debug.ScopeType.Closure,
364 debug.ScopeType.Script,
365 debug.ScopeType.Global], exec_state);
383 CheckScopeChain([debug.ScopeType.Block,
384 debug.ScopeType.Block,
385 debug.ScopeType.Local,
386 debug.ScopeType.Script,
387 debug.ScopeType.Global], exec_state);
411 CheckScopeChain([debug.ScopeType.Block,
412 debug.ScopeType.Block,
413 debug.ScopeType.Block,
414 debug.ScopeType.Local,
415 debug.ScopeType.Script,
416 debug.ScopeType.Global], exec_state);
439 CheckScopeChain([debug.ScopeType.Block,
440 debug.ScopeType.Block,
441 debug.ScopeType.Local,
442 debug.ScopeType.Script,
443 debug.ScopeType.Global], exec_state);
463 CheckScopeChain([debug.ScopeType.Block,
464 debug.ScopeType.Block,
465 debug.ScopeType.Block,
466 debug.ScopeType.Local,
467 debug.ScopeType.Script,
468 debug.ScopeType.Global], exec_state);
488 CheckScopeChain([debug.ScopeType.Block,
489 debug.ScopeType.Block,
490 debug.ScopeType.Local,
491 debug.ScopeType.Script,
492 debug.ScopeType.Global], exec_state);
512 CheckScopeChain([debug.ScopeType.Block,
513 debug.ScopeType.Local,
514 debug.ScopeType.Script,
515 debug.ScopeType.Global], exec_state);