문제

From Coffeekup and JAML's source, (while working on question), we can see a way to hack ruby's instance eval into Javascript (JAML author explains more). It involves decompiling the function, and evaluating it around a with block.

The question is: is this supported all around browsers/js runtimes? I know it works on firefox, opera and chrome, but toString on function is not consistent among platforms, hence the question.

도움이 되었습니까?

해결책

I've checked it out, and It does work on all browsers.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top