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

Unified Diff: src/code-stubs.cc

Issue 458813002: Prototype implementation of GET_OWN_PROPERTY intrinsic. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/code-stubs.h ('k') | src/compiler/js-generic-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index 0e68ab8a51f77b0fc34c97470d8a8d35e134771e..8b583c7949fce5c47e76b13fa0908bfd2a18fa2f 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -932,7 +932,7 @@ void RegExpConstructResultStub::InstallDescriptors(Isolate* isolate) {
// static
void KeyedLoadGenericStub::InstallDescriptors(Isolate* isolate) {
- KeyedLoadGenericStub stub(isolate);
+ KeyedLoadGenericStub stub(isolate, LoadIC::NORMAL_LOOKUP);
InstallDescriptor(isolate, &stub);
}
« no previous file with comments | « src/code-stubs.h ('k') | src/compiler/js-generic-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698