-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address memory leak in JSON parse and stringify (#835)
* Address memory leak in JSON parse and stringify * Only perform function lookups if we need to call the fallback * Replace fallback for stringify with rquickjs builtin * Use unstable key for default JSON.parse function * Linting
- Loading branch information
1 parent
c717e59
commit f955893
Showing
2 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters