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

Unified Diff: src/objects.h

Issue 8357010: Handlify the stub cache lookup and patching for CallIC and KeyedCallIC. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 24cde96548700d42d48344058429b50dd44ab25b..0e40792cc6433ecbf53a788877ecfda75c00bf0b 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1844,8 +1844,7 @@ class JSObject: public JSReceiver {
// dictionary. Returns the backing after conversion.
MUST_USE_RESULT MaybeObject* NormalizeElements();
- static void UpdateMapCodeCache(Isolate* isolate,
- Handle<JSObject> object,
+ static void UpdateMapCodeCache(Handle<JSObject> object,
Handle<String> name,
Handle<Code> code);

Powered by Google App Engine
This is Rietveld 408576698