📄 ecma.output
字号:
DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 59 new_expression go to state 60 call_expression go to state 61 left_hand_side_expression go to state 83 postfix_expression go to state 63 unary_expression go to state 92state 12 member_expression -> NEW . member_expression arguments (rule 109) new_expression -> NEW . new_expression (rule 111) FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 93 new_expression go to state 94state 13 literal -> NULL_LITERAL . (rule 83) $default reduce using rule 83 (literal)state 14 literal -> NUMERIC . (rule 86) $default reduce using rule 86 (literal)state 15 return_statement -> RETURN . (rule 58) return_statement -> RETURN . expression (rule 59) DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 DECREMENT [reduce using rule 58 (return_statement)] DELETE [reduce using rule 58 (return_statement)] FALSE [reduce using rule 58 (return_statement)] FUNCTION [reduce using rule 58 (return_statement)] IDENTIFIER [reduce using rule 58 (return_statement)] INCREMENT [reduce using rule 58 (return_statement)] NEW [reduce using rule 58 (return_statement)] NULL_LITERAL [reduce using rule 58 (return_statement)] NUMERIC [reduce using rule 58 (return_statement)] STRING [reduce using rule 58 (return_statement)] THIS [reduce using rule 58 (return_statement)] TRUE [reduce using rule 58 (return_statement)] TYPEOF [reduce using rule 58 (return_statement)] VOID [reduce using rule 58 (return_statement)] '(' [reduce using rule 58 (return_statement)] '{' [reduce using rule 58 (return_statement)] '[' [reduce using rule 58 (return_statement)] '+' [reduce using rule 58 (return_statement)] '-' [reduce using rule 58 (return_statement)] '~' [reduce using rule 58 (return_statement)] '!' [reduce using rule 58 (return_statement)] $default reduce using rule 58 (return_statement) function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 59 new_expression go to state 60 call_expression go to state 61 left_hand_side_expression go to state 62 postfix_expression go to state 63 unary_expression go to state 64 multiplicative_expression go to state 65 additive_expression go to state 66 shift_expression go to state 67 relational_expression go to state 68 equality_expression go to state 69 bitwise_and_expression go to state 70 bitwise_xor_expression go to state 71 bitwise_or_expression go to state 72 logical_and_expression go to state 73 logical_or_expression go to state 74 conditional_expression go to state 75 assignment_expression go to state 76 expression go to state 95state 16 literal -> STRING . (rule 87) $default reduce using rule 87 (literal)state 17 switch_statement -> SWITCH . '(' expression ')' case_block (rule 61) '(' shift, and go to state 96state 18 primary_expression -> THIS . (rule 77) $default reduce using rule 77 (primary_expression)state 19 throw_statement -> THROW . expression (rule 71) DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 59 new_expression go to state 60 call_expression go to state 61 left_hand_side_expression go to state 62 postfix_expression go to state 63 unary_expression go to state 64 multiplicative_expression go to state 65 additive_expression go to state 66 shift_expression go to state 67 relational_expression go to state 68 equality_expression go to state 69 bitwise_and_expression go to state 70 bitwise_xor_expression go to state 71 bitwise_or_expression go to state 72 logical_and_expression go to state 73 logical_or_expression go to state 74 conditional_expression go to state 75 assignment_expression go to state 76 expression go to state 97state 20 try_statement -> TRY . block catch (rule 72) try_statement -> TRY . block finally (rule 73) try_statement -> TRY . block catch finally (rule 74) '{' shift, and go to state 98 block go to state 99state 21 literal -> TRUE . (rule 84) $default reduce using rule 84 (literal)state 22 unary_expression -> TYPEOF . unary_expression (rule 128) DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 59 new_expression go to state 60 call_expression go to state 61 left_hand_side_expression go to state 83 postfix_expression go to state 63 unary_expression go to state 100state 23 variable_statement -> VAR . variable_declaration_list ';' (rule 33) IDENTIFIER shift, and go to state 101 variable_declaration_list go to state 102 variable_declaration go to state 103state 24 unary_expression -> VOID . unary_expression (rule 127) DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 function_declaration go to state 82 function_expression go to state 39 primary_expression go to state 55 literal go to state 56 array_literal go to state 57 object_literal go to state 58 member_expression go to state 59 new_expression go to state 60 call_expression go to state 61 left_hand_side_expression go to state 83 postfix_expression go to state 63 unary_expression go to state 104state 25 with_statement -> WITH . '(' expression ')' statement (rule 60) '(' shift, and go to state 105state 26 iteration_statement -> WHILE . '(' expression ')' statement (rule 49) '(' shift, and go to state 106state 27 primary_expression -> '(' . expression ')' (rule 82) DECREMENT shift, and go to state 3 DELETE shift, and go to state 4 FALSE shift, and go to state 6 FUNCTION shift, and go to state 8 IDENTIFIER shift, and go to state 80 INCREMENT shift, and go to state 11 NEW shift, and go to state 12 NULL_LITERAL shift, and go to state 13 NUMERIC shift, and go to state 14 STRING shift, and go to state 16 THIS shift, and go to state 18 TRUE shift, and go to state 21 TYPEOF shift, and go to state 22 VOID shift, and go to state 24 '(' shift, and go to state 27 '{' shift, and go to state 81 '[' shift, and go to state 30 '+' shift, and go to state 31 '-' shift, and go to state 32 '~' shift, and go to state 33 '!' shift, and go to state 34 function_declaration go to state 82 function_expression go to state 39
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -