Welcome to the GBF Test Portal

This was built to track decompiler and CFG progress.

Decompiler Output

function onTextEditorClose(obj#0)
{
    if (<obj.parent.tags>#4[0] == "editastext") 
    {
        fn_call#6 = deletefile("scriptfiles/" @ <obj.parent.tags>#4[1]);
    }
    fn_call#12 = temp.obj.parent.destroy();
    return 0;
}