-
-
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
Fix Error constructors to return rather than throw #749
Merged
Commits on Oct 1, 2020
-
Fix: Make SyntaxError.toString use to_string
SyntaxError.toString was using Value::display while all other error types use Value::to_string
Configuration menu - View commit details
-
Copy full SHA for 3458b3d - Browse repository at this point
Copy the full SHA 3458b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba2048f - Browse repository at this point
Copy the full SHA ba2048fView commit details -
Refactor: Error constructors to return instead of "throwing"
Introduces some changes accross files to accommodate for the change Fix: Correct Error.prototype.toString to use Value::to_string rather than Value::Display Test: Add a test case for Error Objects in Object.prototype.toString
Configuration menu - View commit details
-
Copy full SHA for be659d9 - Browse repository at this point
Copy the full SHA be659d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02cd2f8 - Browse repository at this point
Copy the full SHA 02cd2f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21526fb - Browse repository at this point
Copy the full SHA 21526fbView commit details
Commits on Oct 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91310d6 - Browse repository at this point
Copy the full SHA 91310d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9f366 - Browse repository at this point
Copy the full SHA cc9f366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dc0f1 - Browse repository at this point
Copy the full SHA 10dc0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8975e55 - Browse repository at this point
Copy the full SHA 8975e55View commit details
Commits on Oct 5, 2020
-
Clean up as suggested by @HalidOdat
Co-authored-by: Halid Odat <halidodat@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4b9824 - Browse repository at this point
Copy the full SHA d4b9824View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.