Home
last modified time | relevance | path

Searched refs:IsCatchContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcontexts.h298 return IsCatchContext() && extension() == object; in is_exception_holder()
Dobjects-inl.h510 bool Object::IsCatchContext() { in IsCatchContext() function
Druntime.cc10484 context, extension, context_chain->IsCatchContext()); in CopyWithContextChain()