Option to check var that = this
expressions
Types: String
, Array
Values:
String
: represents the keyword that can assigned to this
contextArray
: represents the list of keywords that can assigned to this
context"safeContextKeyword": ["that"]
["that"]
var that = this;
["that"]
var _this = this;