-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Divide the run()
function
#422
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing great progress! keep it coming! :D
boa/src/syntax/parser/expression/primary/object_initializer/mod.rs
Outdated
Show resolved
Hide resolved
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Switch part divided up from run
Divided up GetConstField, GetField
Divide run dowhile
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
…han a Node where possible
Codecov Report
@@ Coverage Diff @@
## master #422 +/- ##
==========================================
- Coverage 66.09% 65.84% -0.25%
==========================================
Files 128 143 +15
Lines 8992 9133 +141
==========================================
+ Hits 5943 6014 +71
- Misses 3049 3119 +70
Continue to review full report at Codecov.
|
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
You have quite a few conflicts. @Lan2u |
It appears these were all related to the addition of the BoaProfiler to the master branch today, I have gone through and fixed all the conflicts :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me :)
This Pull Request relates to #366.
The following AST nodes have been moved into their own files.