Does anyone know if there is a difference between specifying <script language="JavaScript"> and <script language="JScript"> in IE? Do they both
use
the jscript.dll interpreter, or does IE provide a different interperator for
JavaScript?
Re: Avoiding an Infinite Loop in Arbitrary eval(user_code) ... Short of writing a javascript-in-javascript interpreter,... I could, for example, solve this problem by writing a javascript... '- built-in ECMAScript-compliant script engine... Whether or not they have considered it as an attack vector is irrelevant ... (comp.lang.javascript)
Re: MSIE integer overflows ... > Really all these results say is that Javascript integers can overflow, ... As long as the interpreter handles these ... If you can find an overflow... Why did you get an undefined result after the array index had ... (Vuln-Dev)
Re: Avoiding an Infinite Loop in Arbitrary eval(user_code) ... for user input.... it's not a rule that javascript... lower-level implications of multi-threading, and provide some ...interpreter, which checks for a user interrupt before each operation ... (comp.lang.javascript)
Re: Typical size of Javascript interpreter ... The extent to which a JS interpreter can leverage off the OS may be interesting but likely has zero relevance to the size, speed or capability of the interpreter. ... There is also the DOM to consider, which is the useful part of JavaScript from a web client perspective. ... DOM implementations differ widely and have a significant impact on the perceived speed of scripting. ... (comp.lang.javascript)
Re: MSIE integer overflows ... neither javascript.... As long as the interpreter handles these ... Why did you get an undefined result after the array index had ... (Vuln-Dev)