Home | History | Annotate | Download | only in src

Lines Matching refs:STRING_CHECK

3330   HUnaryControlInstruction* string_check = NULL;
3335 string_check = new(zone()) HIsStringAndBranch(tag_value);
3339 string_check->SetSuccessorAt(0, first_test_block);
3340 string_check->SetSuccessorAt(1, not_string_block);
3341 current_block()->Finish(string_check);
6731 if (argument_count == 2 && check_type == STRING_CHECK) {
6737 STRING_CHECK, expr->holder()->GetIsolate()),