Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Ddeclarations.h22 static constexpr const char* kCatchLabelName = "__catch"; variable
Dimplementation-visitor.cc3432 TryLookupLabel(kCatchLabelName)) { in GetCatchBlock()
3442 TryLookupLabel(kCatchLabelName); in GenerateCatchBlock()
Dtorque-parser.cc1844 TryHandler::HandlerKind::kCatch, MakeNode<Identifier>(kCatchLabelName), in MakeCatchBlock()