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

Unified Diff: pkg/compiler/lib/src/js_emitter/native_emitter.dart

Issue 1902753002: Serialize more native data. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: pkg/compiler/lib/src/js_emitter/native_emitter.dart
diff --git a/pkg/compiler/lib/src/js_emitter/native_emitter.dart b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
index 6377d271ff576dc317546927815c94791c4db8d3..78f3cdacf206cfb2c15801a8737e357b9895cdd9 100644
--- a/pkg/compiler/lib/src/js_emitter/native_emitter.dart
+++ b/pkg/compiler/lib/src/js_emitter/native_emitter.dart
@@ -35,11 +35,6 @@ class NativeEmitter {
BackendHelpers get helpers => backend.helpers;
- jsAst.Expression get defPropFunction {
Johnni Winther 2016/04/19 11:04:59 Unused (found while investigating why 'definePrope
- Element element = helpers.defineProperty;
- return emitterTask.staticFunctionAccess(element);
- }
-
/**
* Prepares native classes for emission. Returns the unneeded classes.
*
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend_serialization.dart ('k') | tests/compiler/dart2js/serialization_model_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698