Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Side by Side Diff: test/inspector/runtime/runtime-evaluate-with-dirty-context-expected.txt

Issue 2770823003: [inspector] Increased chances of successful InjectedScriptSource compilation (Closed)
Patch Set: fixed .isolate Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/inspector/runtime/runtime-evaluate-with-dirty-context.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Checks that Runtime.evaluate works with dirty context.
2 {
3 method : Runtime.consoleAPICalled
4 params : {
5 args : [
6 [0] : {
7 description : 42
8 type : number
9 value : 42
10 }
11 ]
12 executionContextId : <executionContextId>
13 stackTrace : {
14 callFrames : [
15 [0] : {
16 columnNumber : 8
17 functionName :
18 lineNumber : 0
19 scriptId : <scriptId>
20 url :
21 }
22 ]
23 }
24 timestamp : <timestamp>
25 type : log
26 }
27 }
28 {
29 id : <messageId>
30 result : {
31 result : {
32 type : undefined
33 }
34 }
35 }
OLDNEW
« no previous file with comments | « test/inspector/runtime/runtime-evaluate-with-dirty-context.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698