Searched defs:has_function (Results 1 - 3 of 3) 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

Completed in 98 milliseconds