Re: [v8-users] Help with eval

2018-02-27 Thread Ben Noordhuis
On Tue, Feb 27, 2018 at 5:16 PM, Artem Boldyrev wrote: > I'm debugging the chromium via visual studio and trying to find a place in > the source code where I can access the source string that is passed to eval > (for example, the line 'var p = 1;' via eval ('var p = 1;')) . Where do I > put a brea

[v8-users] Help with eval

2018-02-27 Thread Artem Boldyrev
I'm debugging the chromium via visual studio and trying to find a place in the source code where I can access the source string that is passed to eval (for example, the line 'var p = 1;' via eval ('var p = 1;')) . Where do I put a breakpoint to see it? Do I need to specifically call any methods