Searched defs:cfunc (Results 1 – 3 of 3) sorted by relevance
984 JSCFunctionType cfunc; member
936 } cfunc; member
5570 PyObject *cfunc = PyCFunction_NewEx(meth, (PyObject*)type, NULL); in type_add_method() local