Searched refs:objNotCallable (Results 1 – 2 of 2) sorted by relevance
2579 Label objNotCallable(&builder_); in LowerTypeof() local2580 builder_.Branch(builder_.IsCallable(obj), &objIsCallable, &objNotCallable); in LowerTypeof()2587 builder_.Bind(&objNotCallable); in LowerTypeof()
3390 Label objNotCallable(env); in FastTypeOf() local3391 Branch(IsCallable(obj), &objIsCallable, &objNotCallable); in FastTypeOf()3398 Bind(&objNotCallable); in FastTypeOf()