| Index: src/handles.h
|
| ===================================================================
|
| --- src/handles.h (revision 9927)
|
| +++ src/handles.h (working copy)
|
| @@ -292,6 +292,7 @@
|
| int GetScriptLineNumber(Handle<Script> script, int code_position);
|
| // The safe version does not make heap allocations but may work much slower.
|
| int GetScriptLineNumberSafe(Handle<Script> script, int code_position);
|
| +int GetScriptColumnNumber(Handle<Script> script, int code_position);
|
|
|
| // Computes the enumerable keys from interceptors. Used for debug mirrors and
|
| // by GetKeysInFixedArrayFor below.
|
|
|