Untabify test/mjsunit/regress/regress-119609.js.
TBR=kmillikin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10067017 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11299 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
ec4c772746
commit
69952d78af
@ -35,7 +35,7 @@ function listener(event, exec_state, event_data, data) {
|
||||
try {
|
||||
if (event == Debug.DebugEvent.Break) {
|
||||
function lookup(name) {
|
||||
return exec_state.frame(0).evaluate(name).value();
|
||||
return exec_state.frame(0).evaluate(name).value();
|
||||
}
|
||||
|
||||
assertEquals(3, lookup("e"));
|
||||
@ -43,9 +43,9 @@ function listener(event, exec_state, event_data, data) {
|
||||
assertEquals(1, lookup("a"));
|
||||
|
||||
try {
|
||||
assertEquals(2, lookup("b"));
|
||||
assertEquals(2, lookup("b"));
|
||||
} catch (e) {
|
||||
assertEquals("ReferenceError: b is not defined", e.toString());
|
||||
assertEquals("ReferenceError: b is not defined", e.toString());
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user