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

/external/v8/src/
H A Dast.h2074 bool has_duplicate_parameters() { function in class:v8::internal::FunctionLiteral
2100 ParameterFlag has_duplicate_parameters,
2119 HasDuplicateParameters::encode(has_duplicate_parameters) |
2946 FunctionLiteral::ParameterFlag has_duplicate_parameters,
2953 parameter_count, type, has_duplicate_parameters, is_function);
2089 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, Type type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function) argument
2936 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, bool has_only_simple_this_property_assignments, Handle<FixedArray> this_property_assignments, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::Type type, FunctionLiteral::IsFunctionFlag is_function) argument

Completed in 132 milliseconds