Searched defs:has_function (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/parsing/
H A Dparser.h405 Scope* scope, ObjectLiteralProperty* property, bool* has_function) {
409 *has_function = true;
404 CheckFunctionLiteralInsideTopLevelObjectLiteral( Scope* scope, ObjectLiteralProperty* property, bool* has_function) argument
H A Dpreparser.h463 bool has_function,
690 Scope* scope, PreParserExpression property, bool* has_function) {}
460 NewObjectLiteral(PreParserExpressionList properties, int literal_index, int boilerplate_properties, bool has_function, bool is_strong, int pos) argument
689 CheckFunctionLiteralInsideTopLevelObjectLiteral( Scope* scope, PreParserExpression property, bool* has_function) argument
H A Dparser-base.h1840 bool has_function = false; local
1866 &has_function);
1893 has_function,
/external/v8/src/ast/
H A Dast.h1511 bool has_function() const { return has_function_; } function in class:v8::internal::final
1528 flags |= has_function() ? kHasFunction : kNoFlags;
1579 int boilerplate_properties, bool has_function, bool is_strong,
1587 has_function_(has_function) {}
3270 bool has_function,
3275 boilerplate_properties, has_function, is_strong, pos);
1578 ObjectLiteral(Zone* zone, ZoneList<Property*>* properties, int literal_index, int boilerplate_properties, bool has_function, bool is_strong, int pos) argument
3266 NewObjectLiteral( ZoneList<ObjectLiteral::Property*>* properties, int literal_index, int boilerplate_properties, bool has_function, bool is_strong, int pos) argument

Completed in 137 milliseconds