Home
last modified time | relevance | path

Searched refs:CreateCatchContextParameters (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h193 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(
Djs-operator.cc162 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()
[all …]
Djs-generic-lowering.cc529 const CreateCatchContextParameters& parameters = in LowerJSCreateCatchContext()
Djs-create-lowering.cc849 const CreateCatchContextParameters& parameters = in ReduceJSCreateCatchContext()