Searched refs:has_name_static_property (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ast/ |
D | ast.h | 2483 bool has_name_static_property() const { in has_name_static_property() function 2513 bool has_name_static_property, bool has_static_computed_names, in ClassLiteral() argument 2525 bit_field_ |= HasNameStaticProperty::encode(has_name_static_property) | in ClassLiteral() 3258 int end_position, bool has_name_static_property, in NewClassLiteral() argument 3263 start_position, end_position, has_name_static_property, in NewClassLiteral()
|
/external/v8/src/objects/ |
D | literal-objects.cc | 562 if (!expr->has_name_static_property() && in BuildClassBoilerplate()
|
/external/v8/src/parsing/ |
D | parser-base.h | 586 has_name_static_property(false), in ClassInfo() 602 bool has_name_static_property; member 2368 if (!class_info->has_name_static_property && *is_static && in ParseClassPropertyDefinition() 2370 class_info->has_name_static_property = true; in ParseClassPropertyDefinition()
|
D | parser.cc | 3302 end_pos, class_info->has_name_static_property, in RewriteClassLiteral()
|