issues
search
sukyoung
/
safe
Scalable Analysis Framework for ECMAScript
Other
118
stars
37
forks
source link
jsModel for Function.prototype.bind
#9
Closed
MaxSchlueter
closed
7 years ago
MaxSchlueter
commented
7 years ago
Added internal properties [[BoundArgs]], [[BoundThis]] and [[TargetFunction]] for bound functions
@Call/@Construct copy the Function IDs of one object to another
Caller can access its associated function object via arguments.callee to access the special [[Call]] method of a bound function