| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 3975)
|
| +++ src/handles.h (working copy)
|
| @@ -287,7 +287,10 @@
|
| Handle<FixedArray> UnionOfKeys(Handle<FixedArray> first,
|
| Handle<FixedArray> second);
|
|
|
| -Handle<String> SubString(Handle<String> str, int start, int end);
|
| +Handle<String> SubString(Handle<String> str,
|
| + int start,
|
| + int end,
|
| + PretenureFlag pretenure = NOT_TENURED);
|
|
|
|
|
| // Sets the expected number of properties for the function's instances.
|
|
|