Searched defs:is_anonymous (Results 1 – 5 of 5) sorted by relevance
1028 bool is_anonymous() const in is_anonymous() function
621 bool is_anonymous; member780 ClassScope* NewClassScope(Scope* parent, bool is_anonymous) const { in NewClassScope()4488 bool is_anonymous = impl()->IsNull(name); in ParseClassLiteral() local
156 ClassScope::ClassScope(Zone* zone, Scope* outer_scope, bool is_anonymous) in ClassScope()
2448 bool is_anonymous, bool has_private_methods) in ClassLiteral()3187 bool has_static_computed_names, bool is_anonymous, in NewClassLiteral()
1559 def is_anonymous(self): member in Cursor