-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't invoke accessors or proxies via Reference functions
- Loading branch information
Showing
7 changed files
with
249 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
## v4.0.0 | ||
- `Callback` class addeed. | ||
- When possible, `reference.get()` will return a function proxy instead of a `Reference`. | ||
- When possible, `reference.get()` will return a function delegate instead of a `Reference`. | ||
- `reference.get()` will no longer return inherited properties by default. | ||
- `result` property on `eval` and `evalClosure` has been removed. The result is now just the return | ||
value. | ||
- All `isolated-vm` class prototypes, and most instances are frozen. | ||
- `isolate.cpuTime` and `isolate.wallTime` now return bigints. | ||
- Proxies and accessors are no longer tolerated via `reference.get`, and related functions. |
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
Oops, something went wrong.