1# 2# source binary: test_bytecode_optimizer_for_js.abc 3# 4 5.language ECMAScript 6 7# ==================== 8# LITERALS 9 10 11# ==================== 12# RECORDS 13 14.record _ESTypeAnnotation <external> 15 16.record _ESCallTypeAnnotation <external> 17 18# ==================== 19# METHODS 20 21.function any func_main_0_any_any_any_any_(any a0, any a1, any a2) <static> { 22 ecma.ldlexenvdyn 23 ecma.createarraywithbuffer 0x0 24 ecma.stlettoglobalrecord "a" 25 ecma.tryldglobalbyname "a" 26 sta.dyn v0 27 ldai.dyn 0x2 28 ecma.stobjbyindex v0, 0x0 29 ecma.returnundefined 30} 31 32