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

Unified Diff: src/isolate.h

Issue 11266011: Delivery logic for Object.observe (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased against newest per-isolate patch Created 8 years, 1 month 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/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index b90191d0eb5910e22e098c9218da4b7bf95ba112..64d4a5b28e5407894c4d9f25d05f3713a30e37ee 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -354,6 +354,7 @@ typedef List<HeapObject*, PreallocatedStorageAllocationPolicy> DebugObjectCache;
V(uint64_t, enabled_cpu_features, 0) \
V(CpuProfiler*, cpu_profiler, NULL) \
V(HeapProfiler*, heap_profiler, NULL) \
+ V(bool, has_active_object_observers, false) \
rossberg 2012/11/06 16:45:57 Maybe put a comment here explaining when this is t
adamk 2012/11/06 17:00:09 Maybe a rename is in order? How about "observer_de
ISOLATE_DEBUGGER_INIT_LIST(V)
class Isolate {

Powered by Google App Engine
This is Rietveld 408576698