Lines Matching refs:then
1709 // encountered, and then throw a SyntaxError if we are in the
1958 // If a suitable scope exists, then we can statically declare this
1991 // If the duplication is allowed, then the var will show up
2567 // make later anyway so we should go back and fix this then.
3841 // If there are let bindings, then condition and the next statement of the
5581 // If only FLAG_harmony_explicit_tailcalls is enabled then expression
6199 Block* then = factory->NewBlock(nullptr, 4+1, false, nopos);
6201 then->statements(), var_iterator,
6203 then->statements()->Add(throw_call, zone);
6205 condition, then, factory->NewEmptyStatement(nopos), nopos);