Searched defs:bound_function (Results 1 – 4 of 4) sorted by relevance
164 struct bound_function struct166 typedef int result_type;168 bound_function(Function f, BoundArgs args) in bound_function() argument180 operator()(const Arg1 &arg1) const in operator ()()195 operator()(const Arg1 &arg1, const Arg2 &arg2) const in operator ()()204 Function m_function;205 BoundArgs m_args;
164 struct bound_function struct166 typedef int result_type;168 bound_function(Function f, BoundArgs args) in bound_function() function180 operator()(const Arg1 &arg1) const in operator ()()195 operator()(const Arg1 &arg1, const Arg2 &arg2) const in operator ()()204 Function m_function;205 BoundArgs m_args;
919 } bound_function; member
904 struct JSBoundFunction *bound_function; /* JS_CLASS_BOUND_FUNCTION */ member