Searched refs:objNotCallable (Results 1 – 2 of 2) sorted by relevance
2865 Label objNotCallable(&builder_); in LowerTypeof() local2866 BRANCH_CIR(builder_.IsCallable(obj), &objIsCallable, &objNotCallable); in LowerTypeof()2873 builder_.Bind(&objNotCallable); in LowerTypeof()
5456 Label objNotCallable(env); in FastTypeOf() local5457 BRANCH(IsCallable(obj), &objIsCallable, &objNotCallable); in FastTypeOf()5464 Bind(&objNotCallable); in FastTypeOf()