module Minjs::ECMA262
Constants
- ID_BREAK
reserved word “break”
- ID_CASE
reserved word “case”
- ID_CATCH
reserved word “catch”
- ID_CONTINUE
reserved word “continue”
- ID_DEBUGGER
reserved word “debugger”
- ID_DEFAULT
reserved word “default”
- ID_DELETE
reserved word “delete”
- ID_DO
reserved word “do”
- ID_ELSE
reserved word “else”
- ID_FALSE
reserved word “false”
- ID_FINALLY
reserved word “finally”
- ID_FOR
reserved word “for”
- ID_FUNCTION
reserved word “function”
- ID_GET
get (non-reserved word)
- ID_IF
reserved word “if”
- ID_IN
reserved word “in”
- ID_INSTANCEOF
reserved word “instanceof”
- ID_NEW
reserved word “new”
- ID_NULL
reserved word “null”
- ID_RETURN
reserved word “return”
- ID_SET
set (non-reserved word)
- ID_SWITCH
reserved word “switch”
- ID_THIS
reserved word “this”
- ID_THROW
reserved word “throw”
- ID_TRUE
reserved word “true”
- ID_TRY
reserved word “try”
- ID_TYPEOF
reserved word “typeof”
- ID_VAR
reserved word “var”
- ID_VOID
reserved word “void”
- ID_WHILE
reserved word “while”
- ID_WITH
reserved word “with”
- LITERAL_FALSE
false literal
- LITERAL_TRUE
true literal
- LIT_DIV_OR_REGEXP_LITERAL
- LIT_LINE_TERMINATOR
line feed (“n”) element
- NUMERIC_NAN
NaN element
- PRIORITY_ADDITIVE
priority
- PRIORITY_ASSIGNMENT
priority
- PRIORITY_BITWISE_AND
priority
- PRIORITY_BITWISE_OR
priority
- PRIORITY_BITWISE_XOR
priority
- PRIORITY_COMMA
priority
- PRIORITY_CONDITIONAL
priority
- PRIORITY_EQUALITY
priority
- PRIORITY_LEFT_HAND_SIDE
priority
- PRIORITY_LOGICAL_AND
priority
- PRIORITY_LOGICAL_OR
priority
- PRIORITY_MULTIPLICATIVE
priority
- PRIORITY_POSTFIX
priority
- PRIORITY_PRIMARY
priority
- PRIORITY_RELATIONAL
priority
- PRIORITY_SHIFT
priority
- PRIORITY_UNARY
priority
- PUNC_ADD
punctuator
- PUNC_ADDASSIGN
punctuator
- PUNC_AND
punctuator
- PUNC_ANDASSIGN
punctuator
- PUNC_ASSIGN
punctuator
- PUNC_COLON
punctuator
- PUNC_COMMA
punctuator
- PUNC_CONDIF
punctuator
- PUNC_DEC
punctuator
- PUNC_DIV
punctuator
- PUNC_DIVASSIGN
punctuator
- PUNC_EQ
punctuator
- PUNC_GT
punctuator
- PUNC_GTEQ
punctuator
- PUNC_INC
punctuator
- PUNC_LAND
punctuator
- PUNC_LCURLYBRAC
punctuator
- PUNC_LNOT
punctuator
- PUNC_LOR
punctuator
- PUNC_LPARENTHESIS
punctuator
- PUNC_LSHIFT
punctuator
- PUNC_LSHIFTASSIGN
punctuator
- PUNC_LSQBRAC
punctuator
- PUNC_LT
punctuator
- PUNC_LTEQ
punctuator
- PUNC_MOD
punctuator
- PUNC_MODASSIGN
punctuator
- PUNC_MUL
punctuator
- PUNC_MULASSIGN
punctuator
- PUNC_NEQ
punctuator
- PUNC_NOT
punctuator
- PUNC_OR
punctuator
- PUNC_ORASSIGN
punctuator
- PUNC_PERIOD
punctuator
- PUNC_RCURLYBRAC
punctuator
- PUNC_RPARENTHESIS
punctuator
- PUNC_RSHIFT
punctuator
- PUNC_RSHIFTASSIGN
punctuator
- PUNC_RSQBRAC
punctuator
- PUNC_SEMICOLON
punctuator
- PUNC_SEQ
punctuator
- PUNC_SNEQ
punctuator
- PUNC_SUB
punctuator
- PUNC_SUBASSIGN
punctuator
- PUNC_URSHIFT
punctuator
- PUNC_URSHIFTASSIGN
punctuator
- PUNC_XOR
punctuator
- PUNC_XORASSIGN
punctuator