« Bugzilla Issues Index
#2420 — Integrate Realm's eval hooks into eval mechanism
- bug_id:
2420
- creation_ts:
2014-01-21 03:11:00 -0800
- short_desc:
Integrate Realm's eval hooks into eval mechanism
- delta_ts:
2015-03-16 14:45:33 -0700
- product:
Draft for 7th Edition
- component:
New feature suggestons
- version:
unspecified
- rep_platform:
All
- op_sys:
All
- bug_status:
CONFIRMED
- priority:
High
- bug_severity:
major
- dependson:
2820
- everconfirmed:
true
- reporter:
Till Schneidereit
- assigned_to:
Allen Wirfs-Brock
- commentid:
6979
- comment_count:
0
- who:
Till Schneidereit
- bug_when:
2014-01-21 03:11:18 -0800
[[IndirectEval]] is used in 26.2.3.2, but these aren't used at all.
- commentid:
8115
- comment_count:
1
- who:
Till Schneidereit
- bug_when:
2014-05-04 11:03:03 -0700
IIUC, these are used to store the initial values of the respective functions on Reflect.Realm.prototype, i.e. 26.2.3.7.1, .2 and .4, respectively. Those should then be used in 18.2.1, eval.
- commentid:
8117
- comment_count:
2
- who:
Till Schneidereit
- bug_when:
2014-05-04 11:06:41 -0700
Changing name to reflect what needs to be done here, and increasing priority as some implementation efforts in SpiderMonkey are blocked by this.
- commentid:
13783
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-16 14:45:33 -0700
Realm eval functionality removed from ES6