[v8-dev] Issue 111 in v8: Need access to the current line number from V8

2008-10-07 Thread codesite-noreply
Issue 111: Need access to the current line number from V8 http://code.google.com/p/v8/issues/detail?id=111 New issue report by [EMAIL PROTECTED]: Some C++ callback functions (declared with the macro CALLBACK_FUNC_DECL() in v8_custom.cpp) need access to the current line number of the currently exe

[v8-dev] Issue 111 in v8: Need access to the current line number from V8

2008-11-14 Thread codesite-noreply
Issue 111: Need access to the current line number from V8 http://code.google.com/p/v8/issues/detail?id=111 Comment #1 by [EMAIL PROTECTED]: Also would love to have the URL of the string. This would make window.console.* operate properly. The corresponding JSC call site is here: http://trac.we

[v8-dev] Issue 111 in v8: Need access to the current line number from V8

2008-12-02 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 111 by [EMAIL PROTECTED]: Need access to the current line number from V8 http://code.google.com/p/v8/issues/detail?id=111 With r854 on bleeding edge V8 has a facility to get to debugging information from JavaScript function. This can be used