- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I am porting an old application that embedded a very old version of Mozilla js to use chakra.
This application involves several native objects written in C. The methods of these objects will be invoked from the script.
If there is an exception to be raised from the native method, is there a way to determine meta data (source, url, line, column) about the script function from where the native function was called?