archives

« Bugzilla Issues Index

#4457 — 9.2 ECMAScript Function Objects, Table 27: Also mention "null" ?


9.2 ECMAScript Function Objects, Table 27 — Internal Slots of ECMAScript Function Objects

Description for [[ThisMode]]:
---
global means that a this value of undefined is interpreted as a reference to the global object.
---


Maybe add "null" -> "a this value of undefined or null is interpreted ..." ?