On 2015/02/25 15:28:14, jochen (slow) wrote:
doesn't quite do what I want it to do yet...

we need to throw exceptions when compilation fails, the function should claim
to
be a function, not the result of eval, and the line numbers are sometimes
off....

I think I used the ONLY_FUNCTION_LITERAL as signal that it comes from a function constructor. If you look at its source, it wraps the function body, so that the
line offsets would be off. Devs complained so that in this case we use -1 as
column offset for correction.

https://codereview.chromium.org/952893006/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to