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

Unified Diff: src/objects.cc

Issue 2394713003: [regexp] Port test, match, and search (Closed)
Patch Set: Rebaseline bytecode expectations 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/objects.h ('k') | src/objects-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.cc
diff --git a/src/objects.cc b/src/objects.cc
index 8e7ba5e82106730331fc147e967e332ebca8d93f..a5ef39056e85753a4608a1f36dc5ccfcb898e016 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -16506,7 +16506,7 @@ MaybeHandle<JSRegExp> JSRegExp::Initialize(Handle<JSRegExp> regexp,
} else {
// Map has changed, so use generic, but slower, method.
RETURN_ON_EXCEPTION(isolate, JSReceiver::SetProperty(
- regexp, factory->last_index_string(),
+ regexp, factory->lastIndex_string(),
Handle<Smi>(Smi::kZero, isolate), STRICT),
JSRegExp);
}
« no previous file with comments | « src/objects.h ('k') | src/objects-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698