This was built to track decompiler and CFG progress.
function onCreated()
{
lit#2 = "baz";
lit#3 = "bar";
lit#4 = "foo";
temp.arr = {lit#2, lit#3, lit#4};
lit#6 = "foo";
temp.fooInArr = lit#6 in temp.arr;
lit#8 = "temp.arr";
lit#9 = "\"bar\"";
builtin_fn_call#10 = lit#8.pos(lit#9);
temp.barIndex = builtin_fn_call#10;
lit#12 = "bar";
builtin_fn_call#13 = temp.barIndex.pos(lit#12);
temp.barIndex2 = builtin_fn_call#13;
lit#15 = 2;
lit#16 = "baz";
temp.thirdPositionIsBaz = temp.arr[lit#15] == lit#16;
lit#17 = 0;
return lit#17;
}
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Use the mouse wheel + shift to zoom in and out, and click and drag to pan.
Step 1 of 1