📄 comment.js
¶
📊 Analysis Summary¶
Metric | Count |
---|---|
🔧 Functions | 2 |
📊 Variables & Constants | 4 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 editor/js/libs/ternjs/comment.js
Variables & Constants¶
Name | Type | Kind | Value | Exported |
---|---|---|---|---|
found |
any |
let/var | null |
✗ |
emptyLines |
number |
let/var | 0 |
✗ |
topIsLineComment |
any |
let/var | *not shown* |
✗ |
end |
any |
let/var | *not shown* |
✗ |
Functions¶
isSpace(ch: any): boolean
¶
Parameters:
ch
any
Returns: boolean
onOwnLine(text: any, pos: any): boolean
¶
Parameters:
text
any
pos
any
Returns: boolean
Calls:
text.charCodeAt
isSpace