Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Dscanner.h421 bool FoundHtmlComment() const { return found_html_comment_; } in FoundHtmlComment()
492 found_html_comment_ = false; in Init()
735 bool found_html_comment_; variable
Dscanner.cc98 found_html_comment_(false), in Scanner()
330 found_html_comment_ = true; in ScanHtmlComment()