Ticket #369 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Function.prototype is not visible

Reported by: lth Assigned to: anonymous
Type: defect Priority: major
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 2 years 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.