mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Foopy
This commit is contained in:
parent
45adb0b200
commit
3595b88dc7
@ -1570,11 +1570,7 @@ retry:
|
||||
|
||||
case '!':
|
||||
if (MatchChar(ts, '=')) {
|
||||
#if JS_HAS_TRIPLE_EQOPS
|
||||
tp->t_op = MatchChar(ts, '=') ? JSOP_NEW_NE : (JSOp)cx->jsop_ne;
|
||||
#else
|
||||
tp->t_op = cx->jsop_ne;
|
||||
#endif
|
||||
tt = TOK_EQOP;
|
||||
} else {
|
||||
tp->t_op = JSOP_NOT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user