From dde9d48a9956d63c58e7570e054f877b6e68527f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Jul 2021 07:53:19 +0200 Subject: update to 1.0.14 --- REFLECTION | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 539b803..fb55a5e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #67 ast version 1.0.13 ] { +Extension [ extension #67 ast version 1.0.14 ] { - - Constants [197] { + - Constants [199] { Constant [ int ast\AST_ARG_LIST ] { 128 } Constant [ int ast\AST_LIST ] { 255 } Constant [ int ast\AST_ARRAY ] { 129 } @@ -33,6 +33,7 @@ Extension [ extension #67 ast version 1.0.13 ] { Constant [ int ast\AST_CLASS ] { 70 } Constant [ int ast\AST_MAGIC_CONST ] { 0 } Constant [ int ast\AST_TYPE ] { 1 } + Constant [ int ast\AST_CALLABLE_CONVERT ] { 3 } Constant [ int ast\AST_VAR ] { 256 } Constant [ int ast\AST_CONST ] { 257 } Constant [ int ast\AST_UNPACK ] { 258 } @@ -117,6 +118,7 @@ Extension [ extension #67 ast version 1.0.13 ] { Constant [ int ast\flags\MODIFIER_STATIC ] { 16 } Constant [ int ast\flags\MODIFIER_ABSTRACT ] { 64 } Constant [ int ast\flags\MODIFIER_FINAL ] { 32 } + Constant [ int ast\flags\MODIFIER_READONLY ] { 128 } Constant [ int ast\flags\PARAM_MODIFIER_PUBLIC ] { 4 } Constant [ int ast\flags\PARAM_MODIFIER_PROTECTED ] { 8 } Constant [ int ast\flags\PARAM_MODIFIER_PRIVATE ] { 16 } -- cgit