On 12 April 2012 15:34, crypticswarm <crypticsw...@gmail.com> wrote:

> !function(){
> function true(){alert('Call me');};
> /* YOUR CODE */
>  new Function('(' + ('' +
> arguments.callee).match(/function.+?\{\s*([\s\S]*?\})/)[1] + '())')()
> }()
>
> It calls *a* function `true` but maybe not *the* function `true`
>
>
That is lame. Try harder.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to