-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Addition of forEach() #268
Conversation
jasonwilliams
commented
Mar 6, 2020
•
edited
Loading
edited
- Taken from @xSke's older branch
- Also some fixes to the debugger
- Tests added
Benchmark for 7274a08Click to view benchmark
|
.vscode/launch.json
Outdated
@@ -8,7 +8,7 @@ | |||
"type": "lldb", | |||
"request": "launch", | |||
"name": "Launch", | |||
"program": "${workspaceFolder}/target/debug/boa_cli", | |||
"program": "${workspaceFolder}/target/debug/boa_cli.exe", |
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 suppose unix-like systems don't need the .exe
extension? VSCode has support for platform specific properties in launch.json: https://code.visualstudio.com/Docs/editor/debugging#_platformspecific-properties
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.
Yes you’re right well spotted!
I’ll change that, thanks
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.
Fixed!
Benchmark for bc84c23Click to view benchmark
|