Commit 74a9ef8
Normative: Set "name" property for anonymous functions (#1490)
- Changed NamedEvaluation to no longer forward to normal Evaluation
- Set 'name' property for anonymous functions to the empty string
- Create 'name' property before the 'prototype' property
- Respecify 'anonymous function' to mean the 'name' property is the empty string instead of being absent
- Change Evaluation to forward to NamedEvaluation for anonymous functions
Fixes #1049.1 parent a3a9551 commit 74a9ef8
1 file changed
Lines changed: 68 additions & 64 deletions
0 commit comments