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

Copy Markdown View Source

JS property resolution: own properties, prototype chain, getters.

Summary

Functions

Invokes a getter function with the provided receiver.

Reads a JavaScript property, including own lookup, prototype lookup, and getter invocation.

Returns the JavaScript length value for array-like, string, and function values.

Returns the JavaScript UTF-16 code-unit length of a string.

Functions

call_getter(fun, this_obj)

Invokes a getter function with the provided receiver.

get(value, key)

Reads a JavaScript property, including own lookup, prototype lookup, and getter invocation.

length_of(obj)

Returns the JavaScript length value for array-like, string, and function values.

regexp_flags(arg1)

string_length(s)

Returns the JavaScript UTF-16 code-unit length of a string.