Home | History | Annotate | Download | only in x87

Lines Matching defs:is_string

1199   Condition is_string = masm->IsObjectStringType(eax, ebx, ecx);
1200 __ j(NegateCondition(is_string), &convert_argument);