blob: 468d0cbf3506886f02eb01f549fa6bc5dff51f4d [file] [log] [blame]
// This file was procedurally generated from the following sources:
// - src/assignment-target-type/primaryexpression-this.case
// - src/assignment-target-type/invalid/direct.template
/*---
description: PrimaryExpression this; Return invalid. (Direct assignment)
flags: [generated]
negative:
phase: parse
type: SyntaxError
info: |
Direct assignment
---*/
$DONOTEVALUATE();
function _() {
this = 1;
}