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