Searched defs:has_duplicate_parameters (Results 1 - 2 of 2) 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
/external/chromium_org/v8/src/
H A Dast.h2317 bool has_duplicate_parameters() { function in class:v8::internal::V8_FINAL
2361 ParameterFlag has_duplicate_parameters,
2381 HasDuplicateParameters::encode(has_duplicate_parameters) |
3266 FunctionLiteral::ParameterFlag has_duplicate_parameters,
3275 parameter_count, function_type, has_duplicate_parameters, is_function,
2352 FunctionLiteral(Isolate* isolate, Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, IsGeneratorFlag is_generator, int position) argument
3258 NewFunctionLiteral( Handle<String> name, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionLiteral::IsGeneratorFlag is_generator, int position) argument

Completed in 2852 milliseconds