Home
last modified time | relevance | path

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

/external/v8/src/
Dast.h1356 bool has_function() { return has_function_; } in has_function() function
1385 bool has_function) in ObjectLiteral() argument
1390 has_function_(has_function) {} in ObjectLiteral()
2800 bool has_function) { in NewObjectLiteral() argument
2803 is_simple, fast_elements, depth, has_function); in NewObjectLiteral()
Dhydrogen-instructions.h4493 bool has_function)
4497 has_function_(has_function) {
4506 bool has_function() const { return has_function_; }
Dparser.cc4100 bool has_function = false; in ParseObjectLiteral() local
4195 has_function = true; in ParseObjectLiteral()
4235 has_function); in ParseObjectLiteral()
Dhydrogen.cc3759 expr->has_function()); in VisitObjectLiteral()
3802 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/arm/
Dfull-codegen-arm.cc1491 flags |= expr->has_function() in VisitObjectLiteral()
1588 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/x64/
Dfull-codegen-x64.cc1399 flags |= expr->has_function() in VisitObjectLiteral()
1490 if (expr->has_function()) { in VisitObjectLiteral()
Dlithium-codegen-x64.cc4310 flags |= instr->hydrogen()->has_function() in DoObjectLiteral()
/external/v8/src/mips/
Dfull-codegen-mips.cc1499 flags |= expr->has_function() in VisitObjectLiteral()
1597 if (expr->has_function()) { in VisitObjectLiteral()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1446 flags |= expr->has_function() in VisitObjectLiteral()
1537 if (expr->has_function()) { in VisitObjectLiteral()
Dlithium-codegen-ia32.cc4545 flags |= instr->hydrogen()->has_function() in DoObjectLiteral()