You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the initial implementation, we focus on implementing operations defined in the specification and don't introduce any mechanisms to improve performance such as the inline caching.
we don't implement gc on this ticket. a separate ticket #237 has been created for that.
in the first step, we implement the global environment specification type. currently, variables that are not defined in any lexical scopes causes panic!() in the jsruntime::semantics::scope.
we introduce a simple hashmap as a global object and move global variables such as print to the global object.
No description provided.
The text was updated successfully, but these errors were encountered: