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()
3363 Label objNotString(env); in FastTypeOf() local3364 Branch(IsString(obj), &objIsString, &objNotString); in FastTypeOf()3371 Bind(&objNotString); in FastTypeOf()