Home
last modified time | relevance | path

Searched defs:fnargs (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/
Ddomain.js396 function intercepted(_this, self, cb, fnargs) { argument
431 function bound(_this, self, cb, fnargs) { argument
/third_party/python/Modules/
D_functoolsmodule.c422 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local