Home
last modified time | relevance | path

Searched refs:DebugStatement (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dast.h64 V(DebugStatement) \
725 struct DebugStatement : Statement { struct
726 DEFINE_AST_NODE_LEAF_BOILERPLATE(DebugStatement)
727 DebugStatement(SourcePosition pos, const std::string& reason, in DebugStatement() argument
Dimplementation-visitor.h578 const Type* Visit(DebugStatement* stmt);
Dtorque-parser.cc548 Statement* result = MakeNode<DebugStatement>(kind, kind == "unreachable"); in MakeDebugStatement()
Dimplementation-visitor.cc1173 const Type* ImplementationVisitor::Visit(DebugStatement* stmt) { in Visit()