Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:debug

28 // Flags: --expose-debug-as debug --allow-natives-syntax
32 // Get the Debug object exposed from the debug context global object.
33 var Debug = debug.Debug;
44 // Debug event listener which delegates.
47 if (event == Debug.DebugEvent.Break) {
57 // Add the debug event listener.
58 Debug.setListener(listener);
88 if (scopes[i] == debug.ScopeType.Global) {
95 // Get the debug command processor.
107 if (scopes[i] == debug.ScopeType.Local ||
108 scopes[i] == debug.ScopeType.Closure) {
162 // Get the debug command processor.
174 if (scope.scopeType() == debug.ScopeType.Local ||
175 scope.scopeType() == debug.ScopeType.Closure) {
196 CheckScopeChain([debug.ScopeType.Local,
197 debug.ScopeType.Global], exec_state);
212 CheckScopeChain([debug.ScopeType.Local,
213 debug.ScopeType.Global], exec_state);
229 CheckScopeChain([debug.ScopeType.Local,
230 debug.ScopeType.Global], exec_state);
247 CheckScopeChain([debug.ScopeType.Local,
248 debug.ScopeType.Global], exec_state);
264 CheckScopeChain([debug.ScopeType.Local,
265 debug.ScopeType.Global], exec_state);
281 CheckScopeChain([debug.ScopeType.Local,
282 debug.ScopeType.Global], exec_state);
302 CheckScopeChain([debug.ScopeType.Local,
303 debug.ScopeType.Global], exec_state);
320 CheckScopeChain([debug.ScopeType.With,
321 debug.ScopeType.Local,
322 debug.ScopeType.Global], exec_state);
341 CheckScopeChain([debug.ScopeType.With,
342 debug.ScopeType.With,
343 debug.ScopeType.Local,
344 debug.ScopeType.Global], exec_state);
362 CheckScopeChain([debug.ScopeType.With,
363 debug.ScopeType.Local,
364 debug.ScopeType.Global], exec_state);
383 CheckScopeChain([debug.ScopeType.With,
384 debug.ScopeType.With,
385 debug.ScopeType.Local,
386 debug.ScopeType.Global], exec_state);
407 CheckScopeChain([debug.ScopeType.With,
408 debug.ScopeType.With,
409 debug.ScopeType.Local,
410 debug.ScopeType.Global], exec_state);
423 CheckScopeChain([debug.ScopeType.With,
424 debug.ScopeType.With,
425 debug.ScopeType.Global], exec_state);
452 CheckScopeChain([debug.ScopeType.With,
453 debug.ScopeType.Local,
454 debug.ScopeType.Global], exec_state);
474 CheckScopeChain([debug.ScopeType.Local,
475 debug.ScopeType.Closure,
476 debug.ScopeType.Global], exec_state);
499 CheckScopeChain([debug.ScopeType.Local,
500 debug.ScopeType.Closure,
501 debug.ScopeType.Global], exec_state);
525 CheckScopeChain([debug.ScopeType.Local,
526 debug.ScopeType.Closure,
527 debug.ScopeType.Global], exec_state);
554 CheckScopeChain([debug.ScopeType.Local,
555 debug.ScopeType.Closure,
556 debug.ScopeType.Global], exec_state);
582 CheckScopeChain([debug.ScopeType.Local,
583 debug.ScopeType.Closure,
584 debug.ScopeType.Global], exec_state);
610 CheckScopeChain([debug.ScopeType.Local,
611 debug.ScopeType.Closure,
612 debug.ScopeType.Closure,
613 debug.ScopeType.Global], exec_state);
644 CheckScopeChain([debug.ScopeType.Local,
645 debug.ScopeType.Closure,
646 debug.ScopeType.Closure,
647 debug.ScopeType.Global], exec_state);
665 CheckScopeChain([debug.ScopeType.Local,
666 debug.ScopeType.Global], exec_state);
685 CheckScopeChain([debug.ScopeType.Local,
686 debug.ScopeType.Closure,
687 debug.ScopeType.Global], exec_state);
722 CheckScopeChain([debug.ScopeType.With,
723 debug.ScopeType.With,
724 debug.ScopeType.Local,
725 debug.ScopeType.With,
726 debug.ScopeType.Closure,
727 debug.ScopeType.Closure,
728 debug.ScopeType.Global], exec_state);
750 CheckScopeChain([debug.ScopeType.Local,
751 debug.ScopeType.With,
752 debug.ScopeType.Closure,
753 debug.ScopeType.Global], exec_state);
772 CheckScopeChain([debug.ScopeType.With,
773 debug.ScopeType.Local,
774 debug.ScopeType.With,
775 debug.ScopeType.Closure,
776 debug.ScopeType.Global], exec_state);
804 CheckScopeChain([debug.ScopeType.With,
805 debug.ScopeType.Local,
806 debug.ScopeType.Closure,
807 debug.ScopeType.Closure,
808 debug.ScopeType.Global], exec_state);
816 CheckScopeChain([debug.ScopeType.Local,
817 debug.ScopeType.With,
818 debug.ScopeType.Global], exec_state);
834 CheckScopeChain([debug.ScopeType.Global], exec_state);
851 CheckScopeChain([debug.ScopeType.Catch,
852 debug.ScopeType.Local,
853 debug.ScopeType.Global], exec_state);
873 CheckScopeChain([debug.ScopeType.With,
874 debug.ScopeType.Catch,
875 debug.ScopeType.Local,
876 debug.ScopeType.Global], exec_state);
898 CheckScopeChain([debug.ScopeType.Catch,
899 debug.ScopeType.Local,
900 debug.ScopeType.Global], exec_state);
923 CheckScopeChain([debug.ScopeType.With,
924 debug.ScopeType.Catch,
925 debug.ScopeType.Local,
926 debug.ScopeType.Global], exec_state);
938 CheckScopeChain([debug.ScopeType.Catch,
939 debug.ScopeType.Global], exec_state);
955 CheckScopeChain([debug.ScopeType.Local,
956 debug.ScopeType.Catch,
957 debug.ScopeType.Global], exec_state);
985 CheckScopeChain([debug.ScopeType.Catch,
986 debug.ScopeType.Local,
987 debug.ScopeType.Global], exec_state);