QmlV8DebuggerClient: Skip internal frames

Change-Id: Id7555807a0fc4d796035c922c04d5d7ced512d81
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-04-06 11:03:33 +02:00
parent cd460198d9
commit a7c1f55eba
3 changed files with 35 additions and 5 deletions

View File

@@ -120,6 +120,13 @@ const char VALUE[] = "value";
const char OBJECT[] = "{}";
const char ARRAY[] = "[]";
const char INTERNAL_FUNCTION[] = "(function(method) { "\
"return (function(object, data, qmlglobal) { "\
"return (function() { "\
"return method(object, data, qmlglobal, arguments.length, arguments); "\
"});"\
"});"\
"})";
} //Internal
} //Debugger
#endif // QMLV8DEBUGGERCLIENTCONSTANTS_H