Home | History | Annotate | Download | only in src

Lines Matching full:max_smi

8272     HConstant* max_smi = New<HConstant>(static_cast<int32_t>(Smi::kMaxValue));
8273 return ast_context()->ReturnInstruction(max_smi, expr->id());