Searched refs:objNotString (Results 1 – 2 of 2) sorted by relevance
2557 Label objNotString(&builder_); in LowerTypeof() local2558 builder_.Branch(builder_.TaggedObjectIsString(obj), &objIsString, &objNotString); in LowerTypeof()2565 builder_.Bind(&objNotString); in LowerTypeof()
3368 Label objNotString(env); in FastTypeOf() local3369 Branch(IsString(obj), &objIsString, &objNotString); in FastTypeOf()3376 Bind(&objNotString); in FastTypeOf()