QuickBEAM.VM.ObjectModel.PropertyKey (QuickBEAM v0.10.9)

Copy Markdown View Source

Property key normalization and classification for JS object model.

Summary

Functions

Try to parse a key as an array index.

Check if a key is a symbol.

Normalize a JS value to a property key (string or symbol).

Functions

array_index(k)

Try to parse a key as an array index.

is_symbol_key(k)

(macro)

Check if a key is a symbol.

normalize(k)

Normalize a JS value to a property key (string or symbol).