Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dfile-visitor.h55 static constexpr const char* kDoneLabelName = "_done"; variable
Dimplementation-visitor.cc376 Label* done_label = declarations()->DeclarePrivateLabel(kDoneLabelName); in Visit()