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

/external/v8/src/compiler/
H A Djs-operator.h282 CreateCatchContextParameters(Handle<String> catch_name,
285 Handle<String> catch_name() const { return catch_name_; } function in class:v8::internal::compiler::final
H A Djs-operator.cc215 Handle<String> catch_name, Handle<ScopeInfo> scope_info)
216 : catch_name_(catch_name), scope_info_(scope_info) {}
220 return lhs.catch_name().location() == rhs.catch_name().location() &&
230 return base::hash_combine(parameters.catch_name().location(),
236 return os << Brief(*parameters.catch_name()) << ", "
214 CreateCatchContextParameters( Handle<String> catch_name, Handle<ScopeInfo> scope_info) argument
/external/v8/src/
H A Dcontexts.cc137 String* Context::catch_name() { function in class:v8::internal::Context
351 if (String::Equals(name, handle(context->catch_name()))) {

Completed in 124 milliseconds