Searched refs:is_computed_name (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/ast/
H A Dast.cc247 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 Dast.h1418 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 Dast-numbering.cc494 if (node->is_computed_name()) DisableCrankshaft(kComputedPropertyName);
/external/v8/src/parsing/
H A Dparser-base.h1006 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 Dpreparser.h454 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 Dpreparser.cc1245 bool is_computed_name = false; // Classes do not care about computed local
1250 &is_computed_name, &has_seen_constructor,
H A Dparser.cc4954 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 Dtyping.cc403 if (!prop->is_computed_name() &&
H A Dhydrogen.cc6090 if (property->is_computed_name()) return Bailout(kComputedPropertyName);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1402 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 Dfull-codegen-ia32.cc1343 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 Dfull-codegen-x64.cc1372 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 Dfull-codegen-x87.cc1335 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 Dfull-codegen-arm.cc1417 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 Dfull-codegen-mips.cc1411 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 Dfull-codegen-mips64.cc1412 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 Dfull-codegen-ppc.cc1379 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 Dfull-codegen-s390.cc1340 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 Dbytecode-generator.cc1408 if (property->is_static() && property->is_computed_name()) {
1553 if (property->is_computed_name()) break;
/external/v8/src/compiler/
H A Dast-graph-builder.cc1647 if (property->is_static() && property->is_computed_name()) {
1784 if (property->is_computed_name()) break;

Completed in 707 milliseconds