QuickBEAM.VM.Runtime.Map (QuickBEAM v0.10.9)

Copy Markdown View Source

JS Map and WeakMap built-ins: constructor, get/set/has/delete, and iteration.

Summary

Functions

Builds the JavaScript constructor object for this runtime builtin.

Returns a prototype property value for the given JavaScript property key.

Helper for js map and weakmap built-ins: constructor, get/set/has/delete, and iteration.

Functions

constructor()

Builds the JavaScript constructor object for this runtime builtin.

proto_property(arg1)

Returns a prototype property value for the given JavaScript property key.

weak_constructor()

Helper for js map and weakmap built-ins: constructor, get/set/has/delete, and iteration.