Searched refs:CreateCatchContextParameters (Results 1 – 4 of 4) sorted by relevance
193 class CreateCatchContextParameters final {195 CreateCatchContextParameters(Handle<String> catch_name,206 bool operator==(CreateCatchContextParameters const& lhs,207 CreateCatchContextParameters const& rhs);208 bool operator!=(CreateCatchContextParameters const& lhs,209 CreateCatchContextParameters const& rhs);211 size_t hash_value(CreateCatchContextParameters const& parameters);214 CreateCatchContextParameters const& parameters);216 CreateCatchContextParameters const& CreateCatchContextParametersOf(
162 CreateCatchContextParameters::CreateCatchContextParameters( in CreateCatchContextParameters() function in v8::internal::compiler::CreateCatchContextParameters166 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()[all …]
529 const CreateCatchContextParameters& parameters = in LowerJSCreateCatchContext()
849 const CreateCatchContextParameters& parameters = in ReduceJSCreateCatchContext()