Aer/engine
Rafal Kupiec 58103ea5fe
The build was successful. Details
Mark method/closure call frame as active.
It is impossible to dump the frame during its initialization, as it does not contain all necessary information. Such frame should be skipped. After initialization is done, the frame has to be marked as active just before
evaluating a function body.
2018-09-16 19:52:24 +02:00
..
lib Correct comments. 2018-09-10 20:17:42 +02:00
api.c Store float values in an union. 2018-09-07 12:04:51 +02:00
builtin.c Correct typo. 2018-09-11 13:58:03 +02:00
compiler.c No data type for argument specified leads to E_ERROR. 2018-09-14 21:33:31 +02:00
constant.c Implement PH7_VmExtractActiveClass(). 2018-08-22 15:33:16 +02:00
hashmap.c Get rid of $GLOBALS completely. 2018-09-11 17:49:20 +02:00
lexer.c Group and add missing keywords. 2018-09-06 19:47:06 +02:00
memobj.c Store float values in an union. 2018-09-07 12:04:51 +02:00
oop.c No need to store information about line number in ph7_class struct. 2018-09-05 17:42:10 +02:00
parser.c Compile closures. 2018-08-16 18:40:23 +02:00
vfs.c Never disable hash functions. 2018-09-05 21:46:25 +02:00
vm.c Mark method/closure call frame as active. 2018-09-16 19:52:24 +02:00