Searched refs:objIsString (Results 1 – 2 of 2) sorted by relevance
2556 Label objIsString(&builder_); in LowerTypeof() local2558 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()2559 builder_.Bind(&objIsString); in LowerTypeof()
3362 Label objIsString(env); in FastTypeOf() local3364 Branch(IsString(obj), &objIsString, &objNotString); in FastTypeOf()3365 Bind(&objIsString); in FastTypeOf()