Jason Orendorff (2014-03-27T22:40:48.000Z)
On Thu, Mar 27, 2014 at 5:23 PM, Christian Plesner Hansen <c7n at p5r.org> wrote:
>>     js> try { eval("eval('FAIL')"); } catch (x) { print(x.stack); }
>>     @typein line 2 > eval line 1 > eval:1:1
>>     @typein line 2 > eval:1:1
>>     @typein:2:7
>
> I'm unclear on what the problem is with nested evals -- you get
> essentially the same information from v8:

No problem. Just pointing out that it happens.
domenic at domenicdenicola.com (2014-03-30T16:14:53.491Z)
On Thu, Mar 27, 2014 at 5:23 PM, Christian Plesner Hansen <c7n at p5r.org> wrote:
> I'm unclear on what the problem is with nested evals -- you get
> essentially the same information from v8:

No problem. Just pointing out that it happens.