forked from phpv8/v8js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test results changed in revised issue phpv8#72 patch, w/ read-only ex…
…port. There is a minor change to how properties of V8Js subclasses are exposed to JavaScript: subclass properties are *not* visible to JS by default. We preserve the read-only status of PHP objects exposed via V8Js properties by adding a hidden read-only flag to the V8 wrappers. PHP objects exposed to JS by other means (for example, return values of method invocations) are not read-only.
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 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
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