Home
last modified time | relevance | path

Searched refs:has_function (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h463 bool has_function, in NewObjectLiteral() argument
690 Scope* scope, PreParserExpression property, bool* has_function) {} in CheckFunctionLiteralInsideTopLevelObjectLiteral() argument
Dparser.h405 Scope* scope, ObjectLiteralProperty* property, bool* has_function) { in CheckFunctionLiteralInsideTopLevelObjectLiteral() argument
409 *has_function = true; in CheckFunctionLiteralInsideTopLevelObjectLiteral()
Dparser-base.h1840 bool has_function = false; in ParseObjectLiteral() local
1866 &has_function); in ParseObjectLiteral()
1893 has_function, in ParseObjectLiteral()
/external/v8/src/ast/
Dast.h1511 bool has_function() const { return has_function_; } in has_function() function
1528 flags |= has_function() ? kHasFunction : kNoFlags;
1579 int boilerplate_properties, bool has_function, bool is_strong, in ObjectLiteral() argument
1587 has_function_(has_function) {} in ObjectLiteral()
3270 bool has_function, in NewObjectLiteral() argument
3275 boilerplate_properties, has_function, is_strong, pos); in NewObjectLiteral()
/external/v8/src/interpreter/
Dbytecode-generator.cc1132 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/compiler/
Dast-graph-builder.cc1901 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1579 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1661 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1668 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1587 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1612 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1674 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1667 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1630 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/crankshaft/
Dhydrogen.cc5972 if (expr->has_function()) { in VisitObjectLiteral()