Searched refs:not_callable (Results 1 – 5 of 5) sorted by relevance
836 Label not_callable(this); in EmitGenericPropertyStore() local844 GotoIfNot(IsCallableMap(setter_map), ¬_callable); in EmitGenericPropertyStore()850 BIND(¬_callable); in EmitGenericPropertyStore()
1301 not_callable = '__call__' not in this_spec1303 not_callable = not _callable(this_spec)1304 if not_callable:
1247 not_callable = '__call__' not in this_spec1249 not_callable = not callable(this_spec)1250 if not_callable:
1301 not_callable = '__call__' not in this_spec1303 not_callable = not callable(this_spec)1304 if not_callable:
1402 not_callable = '__call__' not in this_spec1404 not_callable = not _callable(this_spec)1405 if not_callable: