webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.style.checkers.js.JSChecker Class Reference
Inheritance diagram for webkitpy.style.checkers.js.JSChecker:

Public Member Functions

def __init__ (self, file_path, handle_style_error)
 
def check (self, lines)
 

Static Public Attributes

 categories = set(('js/syntax',))
 

Detailed Description

Processes JavaScript lines for checking style.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.js.JSChecker.__init__ (   self,
  file_path,
  handle_style_error 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.js.JSChecker.check (   self,
  lines 
)

Member Data Documentation

◆ categories

webkitpy.style.checkers.js.JSChecker.categories = set(('js/syntax',))
static

The documentation for this class was generated from the following file: