Ticket #369 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Function.prototype is not visible

Reported by: lth Assigned to: anonymous
Type: defect Priority: major
Milestone: Component: RefImpl
Version: 4 Keywords:
Cc: graydon

Description

Apparently Function.prototype exists in some form, because when a new function is created it has the right [[Prototype]]. But the property prototype is not defined on Function:

>>  print(Function.prototype)
undefined

Attachments

Change History

Changed 9 months ago by graydon

  • status changed from new to closed
  • resolution set to fixed

print(Function.prototype)

[object Object]

works for me presently

Note: See TracTickets for help on using tickets.