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

Unified Diff: src/objects.h

Issue 2398413002: [regexp] Extract code to regexp-utils.{h,cc} (Closed)
Patch Set: Move IsRegExp to RegExpUtils as well Created 4 years, 2 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 | « src/builtins/builtins-string.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 1013d87119408b8cbdd835dbc06f2f1d64a09a19..7bb3ca2ecbc5184cf619ebcb516922181c95e63b 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1376,10 +1376,6 @@ class Object {
Isolate* isolate, Handle<Object> object, uint32_t index,
Handle<Object> value, LanguageMode language_mode);
- // ES#sec-isregexp IsRegExp ( argument )
- // Includes checking of the mach property as per section 7.2.8 IsRegExp.
- static Maybe<bool> IsRegExp(Isolate* isolate, Handle<Object> object);
-
// Returns the permanent hash code associated with this object. May return
// undefined if not yet created.
Object* GetHash();
« no previous file with comments | « src/builtins/builtins-string.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698