Home | History | Annotate | Download | only in parsing

Lines Matching full:is_static

1128       bool* is_static, bool* has_name_static_property, bool* ok);
1382 bool is_generator, bool is_async, bool is_static,
2178 bool* is_static, bool* has_name_static_property, bool* ok) {
2185 *is_static = false;
2206 *is_static = true;
2217 if (!*has_name_static_property && *is_static && impl()->IsName(name)) {
2239 name_expression, function_literal, *property_kind, *is_static,
2257 *is_static, CHECK_OK_CUSTOM(EmptyClassLiteralProperty));
2265 if (!*is_static && impl()->IsConstructor(name)) {
2280 *property_kind, *is_static,
2290 *is_static, CHECK_OK_CUSTOM(EmptyClassLiteralProperty));
2315 *property_kind, *is_static,
4331 bool is_static;
4339 &class_info.has_seen_constructor, &property_kind, &is_static,
4341 if (!class_info.has_static_computed_names && is_static &&
4349 impl()->DeclareClassProperty(name, property, property_kind, is_static,
5847 bool is_static, bool* ok) {
5853 if (is_static) {