forked from mozilla/rhino
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This supports the "console" API. This is defined as part of the "Global" object, which means that it will be available by default in the shell and in any embedding that uses "Globals" to initialize its environment. Embedders who wish "console" to appear, but who are not using the "Global" object may still use the NativeConsole class directly if they want to support "console" in their code.
- Loading branch information
1 parent
70cb6aa
commit b05aa96
Showing
5 changed files
with
903 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
Oops, something went wrong.