tags:

views:

34

answers:

1

is there any way by which I can explore native code in Javascript. I want to see what Function() class has in it.

+1  A: 

You could have a look at the source code of an open source browser such as Firefox.

Jesper