Searched defs:is_function (Results 1 – 7 of 7) sorted by relevance
134 int is_function; member
2407 bool is_function() { return IsFunction::decode(bitfield_) == kIsFunction; } in is_function() function2453 IsFunctionFlag is_function, in FunctionLiteral()3488 FunctionLiteral::IsFunctionFlag is_function, in NewFunctionLiteral()
1081 FunctionLiteral::IsFunctionFlag is_function, in NewFunctionLiteral()
2214 bool is_const, bool is_function) { in DeclareGlobals()2277 bool is_function = initial_value->IsSharedFunctionInfo(); in RUNTIME_FUNCTION() local2391 bool is_function = initial_value->IsJSFunction(); in RUNTIME_FUNCTION() local
1897 bool is_function = *t == 'F'; in parse_type() local
550 void is_function() in is_function() function