Searched defs:is_function (Results 1 – 10 of 10) sorted by relevance
44 template <typename> struct is_function : std::false_type {}; struct
83 bool is_function() const { return kind_ == FUNCTION; } in is_function() function
2655 bool is_function() const { return IsFunction::decode(bitfield_); } in is_function() function2712 int position, bool is_function) in FunctionLiteral()
45 bool is_function, in DeclareGlobals()225 bool is_function = value->IsJSFunction(); in DeclareEvalHelper() local
134 int is_function; member
351 IfBuilder is_function(this); in BuildCodeStub() local
970 bool is_function() const { in is_function() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1898 bool is_function = *t == 'F'; in parse_type() local
577 void is_function() in is_function() function
9467 bool is_function = false; in TryInlineApiCall() local