Searched refs:has_function (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.h434 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
438 *has_function = true;
433 CheckFunctionLiteralInsideTopLevelObjectLiteral( Scope* scope, ObjectLiteralProperty* property, bool* has_function) argument
H A Dpreparser.h1006 bool has_function,
1210 PreParserScope* scope, PreParserExpression property, bool* has_function) {
2056 bool has_function = false; local
2074 &has_function);
2100 has_function,
1003 NewObjectLiteral(PreParserExpressionList properties, int literal_index, int boilerplate_properties, bool has_function, int pos) argument
1209 CheckFunctionLiteralInsideTopLevelObjectLiteral( PreParserScope* scope, PreParserExpression property, bool* has_function) argument
H A Dast.h1511 bool has_function() const { return has_function_; } function in class:v8::internal::FINAL
1527 flags |= has_function() ? kHasFunction : kNoFlags;
1545 int boilerplate_properties, bool has_function, int pos,
1552 has_function_(has_function) {}
3328 bool has_function,
3332 has_function, pos, id_gen_);
1544 ObjectLiteral(Zone* zone, ZoneList<Property*>* properties, int literal_index, int boilerplate_properties, bool has_function, int pos, IdGen* id_gen) argument
3324 NewObjectLiteral( ZoneList<ObjectLiteral::Property*>* properties, int literal_index, int boilerplate_properties, bool has_function, int pos) argument
H A Dhydrogen.cc5571 flags |= expr->has_function()
5648 if (expr->has_function()) {
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc970 if (expr->has_function()) {
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1680 flags |= expr->has_function()
1784 if (expr->has_function()) {
/external/chromium_org/v8/src/arm64/
H A Dfull-codegen-arm64.cc1658 flags |= expr->has_function()
1764 if (expr->has_function()) {
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1602 flags |= expr->has_function()
1707 if (expr->has_function()) {
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1665 flags |= expr->has_function()
1769 if (expr->has_function()) {
/external/chromium_org/v8/src/mips64/
H A Dfull-codegen-mips64.cc1662 flags |= expr->has_function()
1766 if (expr->has_function()) {
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1636 flags |= expr->has_function()
1740 if (expr->has_function()) {
/external/chromium_org/v8/src/x87/
H A Dfull-codegen-x87.cc1591 flags |= expr->has_function()
1696 if (expr->has_function()) {

Completed in 242 milliseconds