I am using C# .Net, ClearScript for v8 JavaScript work.
I need to check for possible errors (whatever possible) in javascript before i execute it.
I have checked that there are [.Compile], [.Execute] and [.Evaluate] functions.
But I want to know that how i can check javascript possible error first before executing it.
Is this possible. Please help me out.
I need to check for possible errors (whatever possible) in javascript before i execute it.
I have checked that there are [.Compile], [.Execute] and [.Evaluate] functions.
But I want to know that how i can check javascript possible error first before executing it.
Is this possible. Please help me out.