Lines Matching full:exec_state
46 function listener(event, exec_state, event_data, data) {
51 listener_delegate(exec_state)
81 function CheckScopeChain(scopes, exec_state) {
82 assertEquals(scopes.length, exec_state.frame().scopeCount());
84 var scope = exec_state.frame().scope(i);
95 var dcp = exec_state.debugCommandProcessor("unspecified_running_state");
123 function CheckScopeContent(content, number, exec_state) {
124 var scope = exec_state.frame().scope(number)
162 var dcp = exec_state.debugCommandProcessor("unspecified_running_state");
194 listener_delegate = function(exec_state) {
196 debug.ScopeType.Global], exec_state);
197 CheckScopeContent({}, 0, exec_state);
210 listener_delegate = function(exec_state) {
212 debug.ScopeType.Global], exec_state);
213 CheckScopeContent({a:1}, 0, exec_state);
227 listener_delegate = function(exec_state) {
229 debug.ScopeType.Global], exec_state);
230 CheckScopeContent({a:1,x:3}, 0, exec_state);
245 listener_delegate = function(exec_state) {
247 debug.ScopeType.Global], exec_state);
248 CheckScopeContent({a:1,b:2,x:3,y:4}, 0, exec_state);
262 listener_delegate = function(exec_state) {
264 debug.ScopeType.Global], exec_state);
265 CheckScopeContent({}, 0, exec_state);
279 listener_delegate = function(exec_state) {
281 debug.ScopeType.Global], exec_state);
282 CheckScopeContent({i:5}, 0, exec_state);
300 listener_delegate = function(exec_state) {
302 debug.ScopeType.Global], exec_state);
303 CheckScopeContent({a:1,b:2,x:3,y:4,i:5,j:6}, 0, exec_state);
318 listener_delegate = function(exec_state) {
321 debug.ScopeType.Global], exec_state);
322 CheckScopeContent({}, 0, exec_state);
339 listener_delegate = function(exec_state) {
343 debug.ScopeType.Global], exec_state);
344 CheckScopeContent({}, 0, exec_state);
345 CheckScopeContent({}, 1, exec_state);
360 listener_delegate = function(exec_state) {
363 debug.ScopeType.Global], exec_state);
364 CheckScopeContent({a:1,b:2}, 0, exec_state);
381 listener_delegate = function(exec_state) {
385 debug.ScopeType.Global], exec_state);
386 CheckScopeContent({a:2,b:1}, 0, exec_state);
387 CheckScopeContent({a:1,b:2}, 1, exec_state);
405 listener_delegate = function(exec_state) {
409 debug.ScopeType.Global], exec_state);
410 CheckScopeContent(with_object, 0, exec_state);
411 CheckScopeContent(with_object, 1, exec_state);
412 assertEquals(exec_state.frame().scope(0).scopeObject(), exec_state.frame().scope(1).scopeObject());
413 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value());
431 listener_delegate = function(exec_state) {
434 debug.ScopeType.Global], exec_state);
435 CheckScopeContent({a:1}, 1, exec_state);
456 listener_delegate = function(exec_state) {
459 debug.ScopeType.Global], exec_state);
460 CheckScopeContent({a:1,x:3}, 1, exec_state);
482 listener_delegate = function(exec_state) {
485 debug.ScopeType.Global], exec_state);
486 CheckScopeContent({a:1,b:2,x:3,y:4}, 1, exec_state);
511 listener_delegate = function(exec_state) {
514 debug.ScopeType.Global], exec_state);
515 CheckScopeContent({a:1,b:2,x:3,y:4,f:function(){}}, 1, exec_state);
539 listener_delegate = function(exec_state) {
542 debug.ScopeType.Global], exec_state);
543 CheckScopeContent({a:1,b:2,x:3,y:4,f:function(){}}, 1, exec_state);
567 listener_delegate = function(exec_state) {
571 debug.ScopeType.Global], exec_state);
572 CheckScopeContent({a:1}, 1, exec_state);
573 CheckScopeContent({f:function(){}}, 2, exec_state);
601 listener_delegate = function(exec_state) {
605 debug.ScopeType.Global], exec_state);
606 CheckScopeContent({}, 0, exec_state);
607 CheckScopeContent({a:1,b:2,x:3,y:4,i:5,j:6}, 1, exec_state);
608 CheckScopeContent({a:1,b:2,x:3,y:4,i:5,j:6,f:function(){}}, 2, exec_state);
622 listener_delegate = function(exec_state) {
624 debug.ScopeType.Global], exec_state);
625 CheckScopeContent({x: 2}, 0, exec_state);
642 listener_delegate = function(exec_state) {
645 debug.ScopeType.Global], exec_state);
679 listener_delegate = function(exec_state) {
686 debug.ScopeType.Global], exec_state);
687 CheckScopeContent({b:16}, 0, exec_state);
688 CheckScopeContent({a:15}, 1, exec_state);
689 CheckScopeContent({x:14}, 2, exec_state);
690 CheckScopeContent({j:13}, 3, exec_state);
691 CheckScopeContent({a:1,b:2,x:9,y:10,i:11,j:12}, 4, exec_state);
692 CheckScopeContent({a:1,b:2,x:3,y:4,i:5,j:6,f:function(){}}, 5, exec_state);
707 listener_delegate = function(exec_state) {
711 debug.ScopeType.Global], exec_state);
712 CheckScopeContent({x: 2}, 0, exec_state);
729 listener_delegate = function(exec_state) {
734 debug.ScopeType.Global], exec_state);
735 CheckScopeContent({x: 3}, 0, exec_state);
736 CheckScopeContent({x: 2}, 1, exec_state);
737 CheckScopeContent({x: 1}, 2, exec_state);
761 listener_delegate = function(exec_state) {
766 debug.ScopeType.Global], exec_state);
774 listener_delegate = function(exec_state) {
775 CheckScopeChain([debug.ScopeType.Global], exec_state);
791 listener_delegate = function(exec_state) {
794 debug.ScopeType.Global], exec_state);
795 CheckScopeContent({e:'Exception'}, 0, exec_state);
813 listener_delegate = function(exec_state) {
817 debug.ScopeType.Global], exec_state);
818 CheckScopeContent({n:10}, 0, exec_state);
819 CheckScopeContent({e:'Exception'}, 1, exec_state);
838 listener_delegate = function(exec_state) {
841 debug.ScopeType.Global], exec_state);
842 CheckScopeContent({e:'Exception'}, 0, exec_state);
843 CheckScopeContent({y:78}, 1, exec_state);
863 listener_delegate = function(exec_state) {
867 debug.ScopeType.Global], exec_state);
868 CheckScopeContent({n:10}, 0, exec_state);
869 CheckScopeContent({e:'Exception'}, 1, exec_state);
870 CheckScopeContent({y:98}, 2, exec_state);