Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.cc844 struct CommentOperator : public Operator1<const char*> { struct
845 explicit CommentOperator(const char* msg) in CommentOperator() function
1023 return new (zone_) CommentOperator(msg); in Comment()