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

Issue 1288013002: dart2js cps: Handle native functions, getters, and setters. (Closed)

Created:
5 years, 4 months ago by karlklose
Modified:
5 years, 4 months ago
Reviewers:
asgerf
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js cps: Handle native functions, getters, and setters. R=asgerf@google.com Committed: https://github.com/dart-lang/sdk/commit/999ec11985146f26e6aaa7f3785ecab5c3aa1972

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+121 lines, -23 lines) Patch
M pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart View 1 4 chunks +77 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart View 1 2 chunks +39 lines, -6 lines 0 comments Download
M pkg/compiler/lib/src/dart_types.dart View 1 chunk +1 line, -5 lines 0 comments Download
M pkg/compiler/lib/src/js_backend/codegen/task.dart View 3 chunks +4 lines, -10 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
5 years, 4 months ago (2015-08-12 12:39:52 UTC) #1
asgerf
LGTM if moved to the builder_task https://codereview.chromium.org/1288013002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart File pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart (right): https://codereview.chromium.org/1288013002/diff/1/pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart#newcode2039 pkg/compiler/lib/src/cps_ir/cps_ir_builder.dart:2039: new RegExp(r'^[a-zA-Z][a-zA-Z_$0-9]*$'); Make ...
5 years, 4 months ago (2015-08-12 13:15:03 UTC) #2
karlklose
Comments addressed.
5 years, 4 months ago (2015-08-24 09:01:43 UTC) #3
karlklose
5 years, 4 months ago (2015-08-24 09:01:58 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
999ec11985146f26e6aaa7f3785ecab5c3aa1972 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698