Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dast.h50 V(DebugStatement) \
427 struct DebugStatement : Statement { struct
428 DEFINE_AST_NODE_LEAF_BOILERPLATE(DebugStatement)
429 DebugStatement(SourcePosition pos, const std::string& reason, in DebugStatement() argument
Ddeclaration-visitor.h100 void Visit(DebugStatement* stmt) {} in Visit()
Dimplementation-visitor.h136 const Type* Visit(DebugStatement* stmt);
Dtorque-parser.cc258 Statement* result = MakeNode<DebugStatement>(kind, kind == "unreachable"); in MakeDebugStatement()
Dimplementation-visitor.cc718 const Type* ImplementationVisitor::Visit(DebugStatement* stmt) { in Visit()