- TODO: Initial open source version
- TODO: Fix that cannot be called under ios
- TODO: Add a memory limit setting
- TODO: Add an update stack top
- TODO: Add a destroy method
- TODO: Add a println print method
- TODO: Optimize memory leaks
- TODO: Addition of macOS platform,
- TODO: addition of bytecode compilation
- TODO: Addition of bytecode execution.
- TODO: JSString adds
length
indexOf
lastIndexOf
includes
split
concat
- TODO: JSArray adds
isArray
join
slice
includes
- TODO: JSFunction adds the
off
method to remove subscriptions. - TODO: Update the JSFunction subscription logic to fix the issue where callback functions cannot be called when passed from Dart to JavaScript.
- TODO: Add a new
JSRegExp
object.