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

Unified Diff: runtime/lib/regexp_jsc.h

Issue 1071713003: - Remove JSCRE from the runtime. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 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: runtime/lib/regexp_jsc.h
===================================================================
--- runtime/lib/regexp_jsc.h (revision 44981)
+++ runtime/lib/regexp_jsc.h (working copy)
@@ -1,25 +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.
-
-#ifndef LIB_REGEXP_JSC_H_
-#define LIB_REGEXP_JSC_H_
-
-#include "vm/object.h"
-
-
-namespace dart {
-
-class Jscre : public AllStatic {
- public:
- static RawJSRegExp* Compile(const String& pattern,
- bool multi_line,
- bool ignore_case);
- static RawArray* Execute(const JSRegExp& regex,
- const String& str,
- intptr_t index);
-};
-
-} // namespace dart
-
-#endif // LIB_REGEXP_JSC_H_

Powered by Google App Engine
This is Rietveld 408576698