Chromium Code Reviews| Index: src/handles.h |
| =================================================================== |
| --- src/handles.h (revision 1216) |
| +++ src/handles.h (working copy) |
| @@ -218,6 +218,9 @@ |
| Handle<JSObject> Copy(Handle<JSObject> obj); |
| +Handle<FixedArray> AddKeysFromJSArray(Handle<FixedArray>, |
| + Handle<JSArray> array); |
| + |
| // Get the JS object corresponding to the given script; create it |
| // if none exists. |
| Handle<JSValue> GetScriptWrapper(Handle<Script> script); |