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

Unified Diff: src/handles.h

Issue 23477061: Make objects embedded in optimized code weak. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase and fix weak object verification. Created 7 years, 3 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/flag-definitions.h ('k') | src/handles.cc » ('j') | src/heap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/handles.h
diff --git a/src/handles.h b/src/handles.h
index 05b0c5ed036be720324c43e1229832d9271838ce..2a37d3139deb2b3958a905d601b692f3db571c11 100644
--- a/src/handles.h
+++ b/src/handles.h
@@ -322,6 +322,11 @@ Handle<ObjectHashTable> PutIntoObjectHashTable(Handle<ObjectHashTable> table,
Handle<Object> value);
Hannes Payer (out of office) 2013/10/02 12:21:47 remove one newline
ulan 2013/10/02 12:36:49 Done.
+void AddWeakObjectToCodeDependency(Heap* heap,
+ Handle<Object> object,
+ Handle<Code> code);
+
Hannes Payer (out of office) 2013/10/02 12:21:47 remove one newline
ulan 2013/10/02 12:36:49 Done.
+
// Seal off the current HandleScope so that new handles can only be created
// if a new HandleScope is entered.
class SealHandleScope BASE_EMBEDDED {
« no previous file with comments | « src/flag-definitions.h ('k') | src/handles.cc » ('j') | src/heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698