Home
last modified time | relevance | path

Searched refs:WithOrCatch (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/full-codegen/
Dfull-codegen.h243 class WithOrCatch : public NestedStatement {
245 explicit WithOrCatch(FullCodeGenerator* codegen) in WithOrCatch() function
Dfull-codegen.cc1186 { WithOrCatch body(this); in VisitWithStatement()
1390 { WithOrCatch catch_body(this); in VisitTryCatchStatement()