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
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.