internal property
Last updated
Was this helpful?
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ internal property
for most operations on , there’s an “internal method” in the that describes how it works at the lowest level. For instance:
[[Get]] -
internal method to read a property
[[Set]] -
internal method to write a property
these methods are only used in the spec, we can’t call them directly
( not) every function supports the internal method.
every constructor supports the internal method.