[tiscript] ‘this’ and ‘this super’ function arguments

Each function in JavaScript and TIScript gets implicit argument named this. So when you call method of some object as foo.bar(1) then foo object is passed to the bar(param) function as a value of this argument. And the param will get value of 1. All of us who are practicing JS, Python, Ruby, etc. know…

Sciter 3.1 with Mac OS X support from now

First release of Sciter 3.1 is now available at sciter-sdk.zip. Sciter works now on Windows and on Mac OS X too. Status: Windows version is in stable phase (I didn’t change core implementation too much from Sciter 3.0). Mac OS X is in beta phase with following known issues so far: Work on master.css (default…