mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-13 06:51:34 +00:00
eliminate retainRelease and skippedRelease
This commit is contained in:
@ -27,12 +27,6 @@ Interface
|
||||
|
||||
### Internals
|
||||
|
||||
* **__retainRelease**(oldRef: `usize`, newRef: `usize`): `usize`<br />
|
||||
Retains a reference to a new object type while releasing the reference it replaces. Returns the retained reference. This is a workaround.
|
||||
|
||||
* **__skippedRelease**(oldRef: `usize`, newRef: `usize`): `usize`<br />
|
||||
Ignores a reference to a new object type while releasing the reference it replaces. Returns the ignored reference. This is a workaround.
|
||||
|
||||
* **__visit**(ref: `usize`, cookie: `u32`): `void`<br />
|
||||
Concrete visitor implementation called during traversal. Cookie can be used to indicate one of multiple operations.
|
||||
|
||||
|
Reference in New Issue
Block a user