Searched refs:is_concise_method (Results 1 – 6 of 6) sorted by relevance
583 bool is_concise_method() const { return IsConciseMethod(kind()); } in is_concise_method() function
2428 bool is_concise_method() { in is_concise_method() function
5593 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, is_concise_method, in BOOL_ACCESSORS()
7487 bool is_concise_method() const { return IsConciseMethod(kind_); } in is_concise_method() function
6804 DECL_BOOLEAN_ACCESSORS(is_concise_method)
2819 return isolate->heap()->ToBoolean(f->shared()->is_concise_method()); in RUNTIME_FUNCTION()