我正在阅读ECMA-262并看到以下内容:
PrimaryExpression :
this
Identifier
Literal
ArrayLiteral
ObjectLiteral
( Expression )
Literal ::
NullLiteral
BooleanLiteral
NumericLiteral
StringLiteral
RegularExpressionLiteral
我们可以看到PrimaryExpression defenition中没有undefined
。那么,undefined
如何评估它是什么类型的表达式呢?