summaryrefslogtreecommitdiff
path: root/packages/pastojs/tests/tcmodules.pas
Commit message (Expand)AuthorAgeFilesLines
* pastojs: fixed rtti method flagsmattias2021-04-261-29/+25
* pastojs: rtti of async function: pfAsyncmattias2021-04-241-11/+16
* pastojs: fixed multi add element positionmattias2021-04-051-2/+9
* pastojs: specialzie anonymous functionmattias2021-03-311-1/+0
* pastojs: clean upmattias2021-03-291-1/+2
* pastojs: fixed published field with anonymous arraymattias2021-03-281-6/+44
* pastojs: fixed insert(item,array,pos) when array=nilmattias2021-03-281-7/+7
* fcl-js: fixed writing multi addmattias2021-03-241-0/+33
* fcl-passrc: fixed no hint when published method hides ancestor methodmattias2021-03-171-0/+54
* pastojs: fixed attributes of indirectly used classmattias2021-03-071-0/+7
* pastojs: fixed calling Instance.StaticMethodmattias2021-02-281-21/+43
* pastojs: anonymous vartypemattias2021-02-231-27/+107
* fcl-passrc: resolver: include(intset,int)mattias2021-02-011-0/+39
* pastojs: ord(integer)mattias2021-01-201-1/+6
* pastojs: fixed if then asm a;b endmattias2021-01-201-0/+60
* pastojs: record complex only for records with class varsmattias2021-01-101-2/+16
* pastojs: started librarymattias2021-01-091-3/+86
* pastojs: fixed delay init specialized interfacemattias2020-12-311-1/+3
* pastojs: await with one param must be async functionmattias2020-12-291-34/+114
* fcl-passrc: check class intf impl proc type modifiers matchmattias2020-12-271-0/+51
* pastojs: fixed UTF-16 charsmattias2020-12-211-3/+72
* pastojs: test #256+mattias2020-12-191-1/+6
* pastojs: fixed record member typemattias2020-12-111-1/+37
* pastojs: shortrefglobals: enumvaluemattias2020-12-091-1/+5
* fcl-passrc: resolver: error on using generic types without paramsmattias2020-11-291-1/+0
* pastojs: fixed test TestExternalClass_SameNamePublishedPropertymattias2020-11-281-0/+5
* pastojs: fixed typeinfo path of inline specialize typemattias2020-11-281-2/+63
* pastojs: fixed search include file mode objfpc in dir of current include filemattias2020-11-201-1/+1
* pastojs: async modifier not needed in impl procmattias2020-11-201-1/+1
* pastojs: check await(T,callasyncfunc) type matchmattias2020-11-191-2/+36
* pastojs: fixed aPromise:=AsyncFunctionWithCOMIntfResultmattias2020-11-181-0/+48
* pastojs: fixed await(arg) and fixed hint await needs a promisemattias2020-11-171-1/+17
* pastojs: fixed ord(widechar)mattias2020-11-131-2/+4
* pastojs: typecast integer to widecharmattias2020-11-131-0/+4
* fcl-passrc: fixed var arg char=widecharmattias2020-11-121-1/+54
* pastojs: fixed error on Arr+=mattias2020-10-281-0/+1
* pastojs: fixed a/b<0 for currencymattias2020-10-261-21/+21
* pastojs: fixed anonymous asm proc in mode delphimattias2020-10-061-0/+46
* pastojs: enumrange in setmattias2020-10-041-19/+26
* pastojs: enum range built in functions, issue 37860mattias2020-10-041-1/+87
* pastojs: classname=typeinfonamemattias2020-09-281-2/+2
* pastojs: optimization ShortRefGlobalsmattias2020-09-231-667/+733
* pastojs: moved unit implementation js function into unit interface to share l...mattias2020-09-091-33/+20
* pastojs: delay RTTI init of record/class/proctype specializationsmattias2020-09-021-56/+79
* pastojs: fixed concat(a) calling arrayRefmattias2020-09-011-4/+4
* pastojs: clean up, commentsmattias2020-08-281-1/+1
* pastojs: GetTypeKindmattias2020-08-261-0/+39
* pastojs: started hub for shared valuesmattias2020-08-151-0/+6
* pastojs: fixed except-ExtClass-onmattias2020-08-081-22/+35
* pastojs: (a as b)[]mattias2020-07-291-41/+60