Home
last modified time | relevance | path

Searched refs:c_func (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h508 CFunction c_func = ArgUnwrap<R (*)(Args...)>::Make(func); in Make() local
512 c_func.address_ = reinterpret_cast<void*>(patching_func); in Make()
513 return c_func; in Make()
/third_party/python/Lib/test/
Dtest_decimal.py5579 c_func = getattr(C, attr)
5583 c_sig = inspect.signature(c_func)
5662 c_func = getattr(c_type, attr)
5665 c_sig = inspect.signature(c_func)
5694 raise TestFailed("invalid signature for %s: %s %s" % (c_func, args, kwds))