/external/v8/src/ast/ |
H A D | ast.cc | 247 bool is_computed_name) 253 is_computed_name_(is_computed_name) {} 259 bool is_computed_name) 264 is_computed_name_(is_computed_name) { 265 if (!is_computed_name && 330 if (property->is_computed_name()) break; 394 if (property->is_computed_name()) continue; 443 DCHECK(property->is_computed_name()); 447 DCHECK(!property->is_computed_name()); 245 ObjectLiteralProperty(Expression* key, Expression* value, Kind kind, bool is_static, bool is_computed_name) argument 256 ObjectLiteralProperty(AstValueFactory* ast_value_factory, Expression* key, Expression* value, bool is_static, bool is_computed_name) argument
|
H A D | ast.h | 1418 bool is_computed_name() const { return is_computed_name_; } function in class:v8::internal::final 1437 bool is_static, bool is_computed_name); 1440 bool is_computed_name); 3284 bool is_static, bool is_computed_name) { 3286 ObjectLiteral::Property(key, value, kind, is_static, is_computed_name); 3292 bool is_computed_name) { 3294 ast_value_factory_, key, value, is_static, is_computed_name); 3282 NewObjectLiteralProperty( Expression* key, Expression* value, ObjectLiteralProperty::Kind kind, bool is_static, bool is_computed_name) argument 3289 NewObjectLiteralProperty(Expression* key, Expression* value, bool is_static, bool is_computed_name) argument
|
H A D | ast-numbering.cc | 494 if (node->is_computed_name()) DisableCrankshaft(kComputedPropertyName);
|
/external/v8/src/parsing/ |
H A D | parser-base.h | 1006 bool* is_await, bool* is_computed_name, 1011 MethodKind kind, bool* is_computed_name, bool* has_seen_constructor, 1817 bool* is_computed_name, ExpressionClassifier* classifier, bool* ok) { 1847 *is_computed_name = true; 1878 MethodKind method_kind, bool* is_computed_name, bool* has_seen_constructor, 1903 name, &is_get, &is_set, &is_await, is_computed_name, classifier, 1906 if (fni_ != nullptr && !*is_computed_name) { 1916 if (!*is_computed_name) { 1928 is_static, *is_computed_name); 2000 name, &dont_care, &dont_care, &dont_care, is_computed_name, classifie 1815 ParsePropertyName( IdentifierT* name, bool* is_get, bool* is_set, bool* is_await, bool* is_computed_name, ExpressionClassifier* classifier, bool* ok) argument 1876 ParsePropertyDefinition( ObjectLiteralCheckerBase* checker, bool in_class, bool has_extends, MethodKind method_kind, bool* is_computed_name, bool* has_seen_constructor, ExpressionClassifier* classifier, IdentifierT* name, bool* ok) argument 2111 bool is_computed_name = false; local [all...] |
H A D | preparser.h | 454 bool is_computed_name) { 460 bool is_computed_name) { 450 NewObjectLiteralProperty(PreParserExpression key, PreParserExpression value, ObjectLiteralProperty::Kind kind, bool is_static, bool is_computed_name) argument 457 NewObjectLiteralProperty(PreParserExpression key, PreParserExpression value, bool is_static, bool is_computed_name) argument
|
H A D | preparser.cc | 1245 bool is_computed_name = false; // Classes do not care about computed local 1250 &is_computed_name, &has_seen_constructor,
|
H A D | parser.cc | 4954 bool is_computed_name = false; // Classes do not care about computed local 4959 &checker, in_class, has_extends, MethodKind::Normal, &is_computed_name, 5903 if (property->is_computed_name()) return;
|
/external/v8/src/crankshaft/ |
H A D | typing.cc | 403 if (!prop->is_computed_name() &&
|
H A D | hydrogen.cc | 6090 if (property->is_computed_name()) return Bailout(kComputedPropertyName);
|
/external/v8/src/full-codegen/arm64/ |
H A D | full-codegen-arm64.cc | 1402 if (property->is_computed_name()) break; 1518 DCHECK(!property->is_computed_name()); 1931 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/ia32/ |
H A D | full-codegen-ia32.cc | 1343 if (property->is_computed_name()) break; 1453 DCHECK(!property->is_computed_name()); 1941 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/x64/ |
H A D | full-codegen-x64.cc | 1372 if (property->is_computed_name()) break; 1481 DCHECK(!property->is_computed_name()); 1933 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/x87/ |
H A D | full-codegen-x87.cc | 1335 if (property->is_computed_name()) break; 1445 DCHECK(!property->is_computed_name()); 1933 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/arm/ |
H A D | full-codegen-arm.cc | 1417 if (property->is_computed_name()) break; 1535 DCHECK(!property->is_computed_name()); 2031 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/mips/ |
H A D | full-codegen-mips.cc | 1411 if (property->is_computed_name()) break; 1529 DCHECK(!property->is_computed_name()); 2032 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/mips64/ |
H A D | full-codegen-mips64.cc | 1412 if (property->is_computed_name()) break; 1530 DCHECK(!property->is_computed_name()); 2032 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/ppc/ |
H A D | full-codegen-ppc.cc | 1379 if (property->is_computed_name()) break; 1495 DCHECK(!property->is_computed_name()); 2034 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/full-codegen/s390/ |
H A D | full-codegen-s390.cc | 1340 if (property->is_computed_name()) break; 1456 DCHECK(!property->is_computed_name()); 1993 if (property->is_static() && property->is_computed_name()) {
|
/external/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 1408 if (property->is_static() && property->is_computed_name()) { 1553 if (property->is_computed_name()) break;
|
/external/v8/src/compiler/ |
H A D | ast-graph-builder.cc | 1647 if (property->is_static() && property->is_computed_name()) { 1784 if (property->is_computed_name()) break;
|