Functionsยง
- get_
callee_ name - get_
method_ name - is_
id_ prop - is_
invalid_ method - is_
mutating_ array_ method - Checks if a member property represents a mutating array method (push, pop, splice, etc.)
- is_
mutating_ object_ method - Checks if a member property represents a mutating object method (Object.assign, etc.)
- is_
mutation_ expr - Checks if an expression represents a mutation operation Returns true if any of the following conditions are met:
- is_
valid_ callee