Index: src/debug.h |
diff --git a/src/debug.h b/src/debug.h |
index bb804206cdd2a8626c22858eac05520448eb0fbe..1263c9ec4c9a3e1a44ff8265ad840d406ef8520b 100644 |
--- a/src/debug.h |
+++ b/src/debug.h |
@@ -257,6 +257,9 @@ class Debug { |
void PrepareForBreakPoints(); |
+ // This function is used in FunctionNameUsing* tests. |
+ Object* FindSharedFunctionInfoInScript(Handle<Script> script, int position); |
+ |
// Returns whether the operation succeeded. Compilation can only be triggered |
// if a valid closure is passed as the second argument, otherwise the shared |
// function needs to be compiled already. |