Home
last modified time | relevance | path

Searched defs:not_callable (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py1150 not_callable = staticmethod(None) variable in TestCallablePredicate.test_non_callable_staticmethod.BadStaticMethod
1161 not_callable = classmethod(None) variable in TestCallablePredicate.test_non_callable_classmethod.BadClassMethod
/third_party/node/deps/v8/src/ic/
Dkeyed-store-generic.cc1014 Label not_callable(this); in EmitGenericPropertyStore() local
/third_party/node/deps/v8/src/baseline/
Dbaseline-compiler.cc1682 Label is_smi, not_callable, undetectable; in VisitTestTypeOf() local