Aer/engine
Rafal Kupiec a5fb8ff8be
The build was successful. Details
VmClassMemberAccess() should only check access right.
There is no need for this function to report errors. Function should have responsibility over a single part of the functionality provided. This change also corrects some error messages.
2019-05-29 15:26:31 +02:00
..
lib Remove this useless wrapper function. 2019-04-28 18:25:43 +02:00
api.c Store variable type in dedicated field. 2019-05-21 14:49:36 +02:00
builtin.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
compiler.c Store variable type in dedicated field. 2019-05-21 14:49:36 +02:00
constant.c Remove static constant. 2019-05-06 11:42:19 +02:00
hashmap.c Store variable type in dedicated field. 2019-05-21 14:49:36 +02:00
lexer.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
memobj.c Quick small cleanup. 2019-05-21 19:18:52 +02:00
oop.c Do not install private methods from parent to subclass. 2019-05-29 13:25:17 +02:00
parser.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vfs.c Always use HTTPS when possible. 2019-05-15 20:02:39 +02:00
vm.c VmClassMemberAccess() should only check access right. 2019-05-29 15:26:31 +02:00