Is there any way to see the declaration of JavaScript native code? Whenever I try to look at a native function in Chrome or Firefox, it says "native code
":
> String.fromCharCode
function fromCharCode() { [native code] }
What does this mean, and is there any tool which can help me to read actual code?