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

Side by Side Diff: tests/lib_strong/html/debugger_test_golden.txt

Issue 2926613003: Generate better code for '=='. (Closed)
Patch Set: Identical, dtest Created 3 years, 6 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
OLDNEW
1 Test: List<String> formatting header 1 Test: List<String> formatting header
2 Value: 2 Value:
3 [ 3 [
4 "span", 4 "span",
5 { 5 {
6 "style": "background-color: #d9edf7;" 6 "style": "background-color: #d9edf7;"
7 }, 7 },
8 "JSArray<String> length 3" 8 "JSArray<String> length 3"
9 ] 9 ]
10 ----------------------------------- 10 -----------------------------------
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 [ 346 [
347 "li", 347 "li",
348 { 348 {
349 "style": "padding-left: 13px;" 349 "style": "padding-left: 13px;"
350 }, 350 },
351 [ 351 [
352 "span", 352 "span",
353 { 353 {
354 "style": "color: rgb(136, 19, 145); margin-right: -13px" 354 "style": "color: rgb(136, 19, 145); margin-right: -13px"
355 }, 355 },
356 "==: "
357 ],
358 [
359 "span",
360 {
361 "style": "margin-left: 13px"
362 },
363 [
364 "object",
365 {
366 "object": "<OBJECT>",
367 "config": {
368 "name": "none"
369 }
370 }
371 ]
372 ]
373 ],
374 [
375 "li",
376 {
377 "style": "padding-left: 13px;"
378 },
379 [
380 "span",
381 {
382 "style": "color: rgb(136, 19, 145); margin-right: -13px"
383 },
356 "add: " 384 "add: "
357 ], 385 ],
358 [ 386 [
359 "span", 387 "span",
360 { 388 {
361 "style": "margin-left: 13px" 389 "style": "margin-left: 13px"
362 }, 390 },
363 [ 391 [
364 "object", 392 "object",
365 { 393 {
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 [ 1944 [
1917 "li", 1945 "li",
1918 { 1946 {
1919 "style": "padding-left: 13px;" 1947 "style": "padding-left: 13px;"
1920 }, 1948 },
1921 [ 1949 [
1922 "span", 1950 "span",
1923 { 1951 {
1924 "style": "color: rgb(136, 19, 145); margin-right: -13px" 1952 "style": "color: rgb(136, 19, 145); margin-right: -13px"
1925 }, 1953 },
1954 "==: "
1955 ],
1956 [
1957 "span",
1958 {
1959 "style": "margin-left: 13px"
1960 },
1961 [
1962 "object",
1963 {
1964 "object": "<OBJECT>",
1965 "config": {
1966 "name": "none"
1967 }
1968 }
1969 ]
1970 ]
1971 ],
1972 [
1973 "li",
1974 {
1975 "style": "padding-left: 13px;"
1976 },
1977 [
1978 "span",
1979 {
1980 "style": "color: rgb(136, 19, 145); margin-right: -13px"
1981 },
1926 "add: " 1982 "add: "
1927 ], 1983 ],
1928 [ 1984 [
1929 "span", 1985 "span",
1930 { 1986 {
1931 "style": "margin-left: 13px" 1987 "style": "margin-left: 13px"
1932 }, 1988 },
1933 [ 1989 [
1934 "object", 1990 "object",
1935 { 1991 {
(...skipping 6857 matching lines...) Expand 10 before | Expand all | Expand 10 after
8793 "object": "<OBJECT>", 8849 "object": "<OBJECT>",
8794 "config": { 8850 "config": {
8795 "name": "asClass" 8851 "name": "asClass"
8796 } 8852 }
8797 } 8853 }
8798 ] 8854 ]
8799 ] 8855 ]
8800 ] 8856 ]
8801 ] 8857 ]
8802 ----------------------------------- 8858 -----------------------------------
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698