Does Javascript use “Static binding” ?
No. The javascript engine may do that behind the scenes after doing some analysis, as an optimization, but it would need to be transparent to the programmer.
I might be misunderstanding what you’re asking though.