Home
last modified time | relevance | path

Searched refs:has_static_computed_names (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast.h2492 bool has_static_computed_names() const { in has_static_computed_names() function
2527 bool has_static_computed_names, bool is_anonymous, in ClassLiteral() argument
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() argument
3283 start_position, end_position, has_static_computed_names, is_anonymous, in NewClassLiteral()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h600 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()
Dparser.cc3310 class_info->has_static_computed_names, class_info->is_anonymous, in RewriteClassLiteral()