Searched refs:objIsString (Results 1 – 2 of 2) sorted by relevance
2842 Label objIsString(&builder_); in LowerTypeof() local2844 BRANCH_CIR(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()2845 builder_.Bind(&objIsString); in LowerTypeof()
5433 Label objIsString(env); in FastTypeOf() local5435 BRANCH(IsString(obj), &objIsString, &objNotString); in FastTypeOf()5436 Bind(&objIsString); in FastTypeOf()