mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Updated comment after new-expression bug fix
This commit is contained in:
parent
ef8cb39019
commit
1264553b23
@ -108,7 +108,7 @@ PR_BEGIN_EXTERN_C
|
||||
* TOK_DEC pn_num: arg or local var slot if non-negative
|
||||
* TOK_NEW list pn_head: list of ctor, arg1, arg2, ... argN
|
||||
* pn_count: 1 + N (where N is number of args)
|
||||
* ctor is a restricted MEMBER expr (XXX not ECMA)
|
||||
* ctor is a MEMBER expr
|
||||
* TOK_DELETE unary pn_kid: MEMBER expr
|
||||
* TOK_DOT name pn_expr: MEMBER expr to left of .
|
||||
* pn_atom: name to right of .
|
||||
|
Loading…
Reference in New Issue
Block a user