https://chromiumcodereview.appspot.com/23886002/diff/4001/src/heap-snapshot-generator.h
File src/heap-snapshot-generator.h (right):

https://chromiumcodereview.appspot.com/23886002/diff/4001/src/heap-snapshot-generator.h#newcode418
src/heap-snapshot-generator.h:418: V8HeapExplorer(Heap* heap,
On 2013/09/03 10:42:08, Sven Panne wrote:
I don't think we need this: A HeapSnapshot has a
HeapSnapshotCollection, and the
from there you can get a Heap. I propose to add a heap() method to
HeapSnapshot
to avoid a "train wreck".

Done.

https://chromiumcodereview.appspot.com/23886002/diff/4001/src/heap-snapshot-generator.h#newcode541
src/heap-snapshot-generator.h:541: NativeObjectsExplorer(Isolate*
isolate,
On 2013/09/03 10:42:08, Sven Panne wrote:
Basically the same holds here.

Done.

https://chromiumcodereview.appspot.com/23886002/diff/4001/src/isolate.h
File src/isolate.h (right):

https://chromiumcodereview.appspot.com/23886002/diff/4001/src/isolate.h#newcode1388
src/isolate.h:1388: if (context_.is_null()) {
On 2013/09/03 10:42:08, Sven Panne wrote:
Slightly clearer:

    isolate_->set_context(context_.is_null() ? NULL : *context);

Done.

https://chromiumcodereview.appspot.com/23886002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to