1 When compiling the `use strict` statement, the compiler omitted the 2 corresponding load instruction, leading to a mismatch of the expected 3 stack layout between compiler and VM. 4 5 -- Expect stdout -- 6 1 7 -- End -- 8 9 -- Testcase -- 10 {% 11 "use strict"; 12 13 let x = 1; 14 15 print(x, "\n"); 16 %} 17 -- End --
This page was automatically generated by LXR 0.3.1. • OpenWrt