зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1130811 - Handle argsbody and seq nodes by kind, when recycling. r=shu
--HG-- extra : rebase_source : 6d7f13ca4ec313c3c3514737fc009111cb9d6889
This commit is contained in:
Родитель
76f802dcd9
Коммит
66e79878c1
|
@ -436,6 +436,8 @@ PushNodeChildren(ParseNode *pn, NodeStack *stack)
|
|||
case PNK_CONST:
|
||||
case PNK_GLOBALCONST:
|
||||
case PNK_CATCHLIST:
|
||||
case PNK_SEQ:
|
||||
case PNK_ARGSBODY:
|
||||
return PushListNodeChildren(pn, stack);
|
||||
|
||||
case PNK_LABEL:
|
||||
|
@ -465,8 +467,6 @@ PushNodeChildren(ParseNode *pn, NodeStack *stack)
|
|||
case PNK_EXPORT_FROM:
|
||||
case PNK_EXPORT_SPEC_LIST:
|
||||
case PNK_EXPORT_SPEC:
|
||||
case PNK_SEQ:
|
||||
case PNK_ARGSBODY:
|
||||
break; // for now
|
||||
|
||||
case PNK_LIMIT: // invalid sentinel value
|
||||
|
|
Загрузка…
Ссылка в новой задаче