Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(3)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tests/compiler/dart2js_extra/interop_anonymous_unreachable_test.dart
Issue
1457383003
:
Alternative fix for the js-interop crash. (Closed)
Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set:
Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
pkg/compiler/lib/src/js_backend/js_interop_analysis.dart
pkg/compiler/lib/src/native/behavior.dart
pkg/compiler/lib/src/ssa/builder.dart
tests/compiler/dart2js/compiler_helper.dart
tests/compiler/dart2js/interop_anonymous_unreachable_test.dart
tests/compiler/dart2js_extra/dart2js_extra.status
tests/compiler/dart2js_extra/interop_anonymous_unreachable_test.dart
tests/html/js_typed_interop_anonymous2_test.dart
tests/html/js_typed_interop_anonymous_test.dart
tests/html/js_typed_interop_anonymous_unreachable_test.dart
tests/html/js_typed_interop_side_cast_test.dart
View unified diff
|
Download patch
« pkg/compiler/lib/src/native/behavior.dart
('K') |
« tests/compiler/dart2js_extra/dart2js_extra.status
('k') |
tests/html/js_typed_interop_anonymous2_test.dart »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Copyright (c) 2015, Google Inc. Please see the AUTHORS file for details.
2
// All rights reserved. Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
import 'package:js/js.dart';
6
7
@JS()
8
@anonymous
9
class A {
10
external bool get value;
11
external factory A({bool value});
12
}
13
14
void main() {}
OLD
NEW
« pkg/compiler/lib/src/native/behavior.dart
('K') |
« tests/compiler/dart2js_extra/dart2js_extra.status
('k') |
tests/html/js_typed_interop_anonymous2_test.dart »
('j') |
no next file with comments »
Issue 1457383003: Alternative fix for the js-interop crash. (Closed)
Created 5 years, 1 month ago by Siggi Cherem (dart-lang)
Modified 5 years ago
Reviewers: sra1
Base URL: git@github.com:dart-lang/sdk.git@master
Comments: 5
This is Rietveld
408576698