Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dimplementation-visitor.h267 if (!used_ && !SkipLintCheck()) { in ~Binding()
273 if (CheckWritten() && !written_ && !SkipLintCheck()) { in ~Binding()
295 bool SkipLintCheck() const { return name_.length() > 0 && name_[0] == '_'; } in SkipLintCheck() function