Home | History | Annotate | Download | only in arm

Lines Matching refs:strict_

1656   EmitSmiNonsmiComparison(masm, lhs_, rhs_, &lhs_not_nan, &slow, strict_);
1697 if (strict_) {
1719 if (cc_ == eq && !strict_) {
1757 native = strict_ ? Builtins::STRICT_EQUALS : Builtins::EQUALS;
5296 if (strict_ && is_equality) stream->Add("_STRICT");
5312 | StrictField::encode(strict_)