Searched refs:objNotString (Results 1 – 2 of 2) sorted by relevance
2474 Label objNotString(&builder_); in LowerTypeof() local2475 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()2482 builder_.Bind(&objNotString); in LowerTypeof()
4072 Label objNotString(env); in FastTypeOf() local4073 Branch(IsString(obj), &objIsString, &objNotString); in FastTypeOf()4080 Bind(&objNotString); in FastTypeOf()