Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery very long time generate byte code. #6

Open
JhonnyUmpire opened this issue Jan 24, 2016 · 0 comments
Open

jQuery very long time generate byte code. #6

JhonnyUmpire opened this issue Jan 24, 2016 · 0 comments

Comments

@JhonnyUmpire
Copy link

Hi BeRo! BESEN is very good!
Sorry my bad english.
I trying make non visual browser with BESEN for executing javascript.
But when i try executing jQuery v1.8.3 procdedure BESENCompiller.GenerateByteCode very long time.
link for this jQuery https://yastatic.net/jquery/1.8.3/jquery.min.js
To check, you can copy the jQuery code in an BESEN IDE and press "F9". On my computer 35sec befor error message.

Also there are some errors when compiling the example in module BESENDecompliler in line
bntUNARYVOIDEXPRESSION:
begin
Add('void'); /// need "space" after "void" --> 'void '
Visit(TBESENASTNodeUnaryVoidExpression(ToVisit).SubExpression);
end;

To check, another error decompiler you may compare JQuery code befor compile and after decompile, BESEN It can not compile a precompiled code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant