Searched refs:objNotCallable (Results 1 – 2 of 2) sorted by relevance
2496 Label objNotCallable(&builder_); in LowerTypeof() local2497 builder_.Branch(builder_.IsCallable(obj), &objIsCallable, &objNotCallable); in LowerTypeof()2504 builder_.Bind(&objNotCallable); in LowerTypeof()
4094 Label objNotCallable(env); in FastTypeOf() local4095 Branch(IsCallable(obj), &objIsCallable, &objNotCallable); in FastTypeOf()4102 Bind(&objNotCallable); in FastTypeOf()