Lines Matching refs:CreateCatchContextParameters
162 CreateCatchContextParameters::CreateCatchContextParameters( in CreateCatchContextParameters() function in v8::internal::compiler::CreateCatchContextParameters
166 bool operator==(CreateCatchContextParameters const& lhs, in operator ==()
167 CreateCatchContextParameters const& rhs) { in operator ==()
172 bool operator!=(CreateCatchContextParameters const& lhs, in operator !=()
173 CreateCatchContextParameters const& rhs) { in operator !=()
177 size_t hash_value(CreateCatchContextParameters const& parameters) { in hash_value()
183 CreateCatchContextParameters const& parameters) { in operator <<()
188 CreateCatchContextParameters const& CreateCatchContextParametersOf( in CreateCatchContextParametersOf()
191 return OpParameter<CreateCatchContextParameters>(op); in CreateCatchContextParametersOf()
867 CreateCatchContextParameters parameters(name, scope_info); in CreateCatchContext()
868 return new (zone()) Operator1<CreateCatchContextParameters>( in CreateCatchContext()