Searched refs:objNotString (Results 1 – 2 of 2) sorted by relevance
2843 Label objNotString(&builder_); in LowerTypeof() local2844 BRANCH_CIR(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()2851 builder_.Bind(&objNotString); in LowerTypeof()
5413 Label objNotString(env); in FastTypeOf() local5414 BRANCH(IsString(obj), &objIsString, &objNotString); in FastTypeOf()5421 Bind(&objNotString); in FastTypeOf()