Skip to main content

is_symbol_key

Function is_symbol_key 

Source
pub fn is_symbol_key(k: &str) -> bool
Expand description

Whether the internal key k came from a SYMBOL used as a property key (@@sym:<id>, or a well-known @@iterator), as opposed to one of node-js’s hidden slots (@@native, @@bytes, @@ms, @@kind, …). Only the former is an observable JavaScript property.