Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Change JSObject.weak_ref_list to use a bit and external hash table…
… to save memory for each object (8 bytes on 64-bit platform) 2. Add a generic hashmap implementation 3. change Error JSObject.is_uncatchable_error flag to JSObject.u.error struct, to leave room for weak ref flag bit
- Loading branch information