Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
https://bugs.webkit.org/show_bug.cgi?id=24476 On Tue, Mar 10, 2009 at 10:32 AM, Mark Rowe wrote: > > On 2009-03-09, at 19:18, Zhe Su wrote: > > Thanks. Do I need report a bug or something? > > > Yes. Please file an enhancement request at . > > - Mark > > On Tue, Mar 1

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Mark Rowe
On 2009-03-09, at 19:18, Zhe Su wrote: Thanks. Do I need report a bug or something? Yes. Please file an enhancement request at . - Mark On Tue, Mar 10, 2009 at 2:42 AM, Geoffrey Garen wrote: I'm writing a C++ to JavaScript binding based on JavaScriptCore, a

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
Thanks. Do I need report a bug or something? Regards James Su On Tue, Mar 10, 2009 at 2:42 AM, Geoffrey Garen wrote: > I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would >> like to know current source URL and line number information in the callback >> functions. However

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Geoffrey Garen
I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would like to know current source URL and line number information in the callback functions. However I didn't find any related API. It there any way to do it? No. Sounds like a reasonable feature request. Geoff ___

[webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
Hi, I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would like to know current source URL and line number information in the callback functions. However I didn't find any related API. It there any way to do it? Regards James Su ___