Searched refs:sourceLineText (Results 1 – 25 of 71) sorted by relevance
123
15 print(event_data.sourceLineText());16 assertTrue(event_data.sourceLineText().indexOf(`Break ${break_count++}.`) > 0);
15 print(event_data.sourceLineText());17 event_data.sourceLineText().indexOf(`Break ${break_count++}.`) > 0);
40 event_data.sourceLineText());44 event_data.sourceLineText());
37 print(exec_state.frame(0).sourceLineText());38 var match = exec_state.frame(0).sourceLineText().match(/Break (\d)/);
50 codeSnippet = frame.sourceLineText();58 var line = frame.sourceLineText();59 if (!mark.exec(frame.sourceLineText())) {
26 print(frame.sourceLineText());27 var expected = frame.sourceLineText().match(/\/\/ (.*$)/)[1];
45 assertTrue(event_data.sourceLineText().indexOf("Expected to step") > 0,46 "source line: \"" + event_data.sourceLineText() + "\"");
39 print(event_data.sourceLineText(), breaks);40 assertTrue(event_data.sourceLineText().indexOf(`B${breaks++}`) > 0);
13 assertEquals(expected.shift(), exec_state.frame(0).sourceLineText());
15 print(event_data.sourceLineText());18 entry += exec_state.frame(i).sourceLineText().substr(-1);
21 var expected = frame.sourceLineText().match(/\/\/ (.*$)/)[1];22 print(expected, this_value, frame.sourceLineText());
15 print(event_data.sourceLineText());17 event_data.sourceLineText().indexOf(`B${breaks++}`) > 0);
18 var s = execState.frame().sourceLineText();
18 print("breakpoint hit at " + exec_state.frame(0).sourceLineText());19 assertTrue(exec_state.frame(0).sourceLineText().indexOf("// Break") > 0);
42 assertTrue(breakpoint.sourceLineText().indexOf("// Break") > -1);
18 if (exec_state.frame(0).sourceLineText().indexOf("Break") <0) {
18 assertEquals(expected.shift(), exec_state.frame(0).sourceLineText().trimLeft());
16 assertTrue(/foo/.test(exec_state.frame(0).sourceLineText()));
15 log.push(exec_state.frame(0).sourceLineText().trimLeft());
35 assertTrue(exec_state.frame(0).sourceLineText().indexOf("// event") > 0);47 assertTrue(exec_state.frame(0).sourceLineText().indexOf("// event") > 0);
14 breaks.push(exec_state.frame(0).sourceLineText().trimLeft());