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

Unified Diff: src/objects.cc

Issue 219393002: Revert 20348 - "Fix LoadFieldByIndex to take mutable heap-numbers into account." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 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/runtime.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 78d2b8a038feb2fda955af5b39a24dd2d74ad1ea..9a6b26aaf11a9afd280ccd0bfca53a0c1e54cad5 100644
--- a/src/objects.cc
+++ b/src/objects.cc
@@ -5641,15 +5641,6 @@ Handle<JSObject> JSObject::Copy(Handle<JSObject> object) {
}
-Handle<Object> JSObject::FastPropertyAt(Handle<JSObject> object,
- Representation representation,
- int index) {
- Isolate* isolate = object->GetIsolate();
- CALL_HEAP_FUNCTION(isolate,
- object->FastPropertyAt(representation, index), Object);
-}
-
-
template<class ContextObject>
class JSObjectWalkVisitor {
public:
« no previous file with comments | « src/objects.h ('k') | src/runtime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698