Changes between Version 3 and Version 4 of Ticket #2416


Ignore:
Timestamp:
Feb 1, 2014, 9:02:27 PM (10 years ago)
Author:
Yves
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2416 – Description

    v3 v4  
    88== Proposed solution 1 ==
    99At the moment I don't see why we even need this ValueCloner. I've replaced it with a much simpler implementation with structured clones.
    10 ValueCloner was probably introduced earlier then structured clones weren't available yet or when there were some issues with them.
     10ValueCloner was probably introduced earlier when structured clones weren't available yet or when there were some issues with them.
    1111
    1212This solution should work with a moving GC and doesn't require special care for rooting (CloneValueFromOtherContext still returns a jsval in this patch, but that should be easy to fix later).