ClaireNeveu / sij

Deep embeddding of standard SQL into javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explore behavior of this.constructor

ClaireNeveu opened this issue · comments

Right now the extensions to all non-terminating builder methods will be lost after the first one if I don't use prototype extension since the class constructors are hard-coded when a class is referring to itself. Need to investigate how this.constructor works with subclasses.