| commit | 3b5d5373413325719e3e1f1e88e4224029b79554 | [log] [tgz] |
|---|---|---|
| author | Jacob Richman <jacobr@google.com> | Tue Feb 23 23:21:00 2016 |
| committer | Jacob Richman <jacobr@google.com> | Tue Feb 23 23:21:00 2016 |
| tree | 1572a9a3fd3e0b235f7cb6aed7947aebe776b09b | |
| parent | 1d73225937ba77bba2d4279fe7b23bfb542d35d9 [diff] |
Fix broken code passing typed data from Dart to V8. Attempted to match patterns in SerializeScriptValue.cpp Fix JS interop to properly set set a hidden value when passing a Dart function to JS so that JS interop behavior is more consistent on dart2js and dartium. BUG= patch from issue 1724593002 at patchset 20001 (http://crrev.com/1724593002#ps20001)