Searched refs:has_function (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/parsing/ |
D | preparser.h | 463 bool has_function, in NewObjectLiteral() argument 690 Scope* scope, PreParserExpression property, bool* has_function) {} in CheckFunctionLiteralInsideTopLevelObjectLiteral() argument
|
D | parser.h | 405 Scope* scope, ObjectLiteralProperty* property, bool* has_function) { in CheckFunctionLiteralInsideTopLevelObjectLiteral() argument 409 *has_function = true; in CheckFunctionLiteralInsideTopLevelObjectLiteral()
|
D | parser-base.h | 1840 bool has_function = false; in ParseObjectLiteral() local 1866 &has_function); in ParseObjectLiteral() 1893 has_function, in ParseObjectLiteral()
|
/external/v8/src/ast/ |
D | ast.h | 1511 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/ |
D | bytecode-generator.cc | 1132 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 1901 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1579 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1661 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1668 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1587 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1612 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1674 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1667 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1630 if (expr->has_function()) { in VisitObjectLiteral()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5972 if (expr->has_function()) { in VisitObjectLiteral()
|