|
@@ -285,14 +285,7 @@ implementation
|
|
procedure twasmtryexceptnode.pass_generate_code_no_exceptions;
|
|
procedure twasmtryexceptnode.pass_generate_code_no_exceptions;
|
|
begin
|
|
begin
|
|
location_reset(location,LOC_VOID,OS_NO);
|
|
location_reset(location,LOC_VOID,OS_NO);
|
|
-
|
|
|
|
- current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, try')));
|
|
|
|
-
|
|
|
|
secondpass(left);
|
|
secondpass(left);
|
|
- //if codegenerror then
|
|
|
|
- // goto errorexit;
|
|
|
|
-
|
|
|
|
- current_asmdata.CurrAsmList.concat(tai_comment.Create(strpnew('TODO: try..except, end')));
|
|
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure twasmtryexceptnode.pass_generate_code_js_exceptions;
|
|
procedure twasmtryexceptnode.pass_generate_code_js_exceptions;
|