mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
![]() NewExpression mostly piggybacks on the existing CallExpression. The big difference is that "new" creates a new Object and passes it as |this| to the callee. |
||
---|---|---|
.. | ||
array-basic.js | ||
constructor-basic.js | ||
exception-ReferenceError.js | ||
for-basic.js | ||
function-missing-arg.js | ||
NaN-basic.js | ||
Object.prototype.hasOwnProperty.js | ||
parser-unary-associativity.js | ||
run-tests | ||
String.prototype.charAt.js | ||
throw-basic.js | ||
typeof-basic.js | ||
variable-undefined.js |