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

Unified Diff: dart/frog/js_evaluator_node.dart

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 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
« no previous file with comments | « dart/frog/frog_options.dart ('k') | dart/frog/lib/frog_coreimpl_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/js_evaluator_node.dart
diff --git a/dart/frog/js_evaluator_node.dart b/dart/frog/js_evaluator_node.dart
deleted file mode 100644
index 2b1ce2e3c6ad5cbd7f6f172af374616538941b98..0000000000000000000000000000000000000000
--- a/dart/frog/js_evaluator_node.dart
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-#library('js_evaluator_node');
-
-#import('lib/node/node.dart');
-#import('evaluator.dart');
-
-
-class NodeJsEvaluator implements JsEvaluator {
- Context _context;
-
- NodeJsEvaluator() : this._context = vm.createContext(createSandbox());
-
- eval(String js) => vm.runInContext(js, this._context);
-}
« no previous file with comments | « dart/frog/frog_options.dart ('k') | dart/frog/lib/frog_coreimpl_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698