Searched defs:with_object (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/v8/test/mjsunit/ |
H A D | debug-scopes.js | 397 var with_object = {c:3,d:4}; 399 with(with_object) { 400 with(with_object) { 411 CheckScopeContent(with_object, 0, exec_state); 412 CheckScopeContent(with_object, 1, exec_state); 414 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value()); 426 CheckScopeContent(with_object, 0, exec_state); 427 CheckScopeContent(with_object, 1, exec_state); 429 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value()); 432 var with_object [all...] |
/external/v8/test/mjsunit/ |
H A D | debug-scopes.js | 397 var with_object = {c:3,d:4}; 399 with(with_object) { 400 with(with_object) { 411 CheckScopeContent(with_object, 0, exec_state); 412 CheckScopeContent(with_object, 1, exec_state); 414 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value()); 426 CheckScopeContent(with_object, 0, exec_state); 427 CheckScopeContent(with_object, 1, exec_state); 429 assertEquals(with_object, exec_state.frame().scope(1).scopeObject().value()); 432 var with_object [all...] |
Completed in 508 milliseconds