-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Object.getPropertyNames() and Object.toJSONMap APIs
Summary: Adds APIs to get all the enumerable property names of an object and to get an object as a map of property names to JSON values. public Reviewed By: lexs Differential Revision: D2916238 fb-gh-sync-id: 0d9ee1eb4886d58fba8241537f6a0dad6024bd0e shipit-source-id: 0d9ee1eb4886d58fba8241537f6a0dad6024bd0e
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 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