Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-microtask-queue-gen.cc129 Label is_callable(this), is_callback(this), in RunSingleMicrotask() local
/third_party/node/src/
Dutil.h663 struct is_callable : std::is_function<T> { }; struct
/third_party/libabigail/tests/lib/
Dcatch.hpp940 struct is_callable<Fun(Args...)> : decltype(is_callable_tester::test<Fun, Args...>(0)) {}; struct