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

Unified Diff: src/handles.h

Issue 12114054: Supporting AllocationSiteInfo for Nested arrays (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Now with ports to arm and x64 Created 7 years, 10 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/handles.h
diff --git a/src/handles.h b/src/handles.h
index 7efb252e52f84c2394f28a37c836b6395d96ac11..a6e107f339d926eb995ff1ab6b6e22f249c75329 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -245,6 +245,8 @@ Handle<Object> LookupSingleCharacterStringFromCode(uint32_t index);
Handle<JSObject> Copy(Handle<JSObject> obj);
+Handle<JSObject> DeepCopy(Handle<JSObject> obj);
+
Handle<Object> SetAccessor(Handle<JSObject> obj, Handle<AccessorInfo> info);
Handle<FixedArray> AddKeysFromJSArray(Handle<FixedArray>,
@@ -324,6 +326,7 @@ Handle<ObjectHashTable> PutIntoObjectHashTable(Handle<ObjectHashTable> table,
Handle<Object> key,
Handle<Object> value);
+
danno 2013/02/08 13:44:38 unneeded whitespace change?
mvstanton 2013/02/11 11:11:24 Done.
class NoHandleAllocation BASE_EMBEDDED {
public:
#ifndef DEBUG

Powered by Google App Engine
This is Rietveld 408576698