Searched refs:has_static_computed_names (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/ast/ |
H A D | ast.h | 2492 bool has_static_computed_names() const { in has_static_computed_names() function in v8::internal::final 2527 bool has_static_computed_names, bool is_anonymous, in ClassLiteral() 2542 bit_field_ |= HasStaticComputedNames::encode(has_static_computed_names) | in ClassLiteral() 3277 int start_position, int end_position, bool has_static_computed_names, in NewClassLiteral() 3283 start_position, end_position, has_static_computed_names, is_anonymous, in NewClassLiteral() 2520 ClassLiteral(ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<Property>* public_members, ZonePtrList<Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) ClassLiteral() argument 3271 NewClassLiteral( ClassScope* scope, Expression* extends, FunctionLiteral* constructor, ZonePtrList<ClassLiteral::Property>* public_members, ZonePtrList<ClassLiteral::Property>* private_members, FunctionLiteral* static_initializer, FunctionLiteral* instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, bool has_private_methods, Variable* home_object, Variable* static_home_object) NewClassLiteral() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 600 has_static_computed_names(false), in ClassInfo() 619 bool has_static_computed_names; member 4753 if (!class_info.has_static_computed_names && prop_info.is_static && in ParseClassLiteral() 4755 class_info.has_static_computed_names = true; in ParseClassLiteral()
|
H A D | parser.cc | 3260 // - has_static_computed_names 3310 class_info->has_static_computed_names, class_info->is_anonymous, in RewriteClassLiteral()
|
Completed in 22 milliseconds