Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2014 the V8 project authors. All rights reserved. | |
| 2 // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY | |
| 3 // Flags: --allow-natives-syntax --harmony --harmony-proxies | |
| 4 var _fun = function() {}; | |
| 5 var _wrapped_id = 1; | |
| 6 var _inlined_jsframe_index = 32; | |
| 7 var _index = 32; | |
| 8 var _variable_name = "foo"; | |
| 9 var _new_value = new Object(); | |
| 10 %SetScopeVariableValue(_fun, _wrapped_id, _inlined_jsframe_index, _index, _varia ble_name, _new_value); | |
| OLD | NEW |