Skip to content

src: avoid prototype access in binding templates

Rodrigo Muino Tomonari requested to merge github/fork/joyeecheung/binding into main

This patch makes the binding templates ObjectTemplates, since we don't actually need the constructor function. This also avoids setting the properties on prototype, and instead initializes them directly on the object template.

Merge request reports

Loading