JavaScript Tutorial/String/toSource
String.toSource()
If this method is invoked on the core String object, it will return something like the following:
function String() { [native code] }
If this method is invoked on the core String object, it will return something like the following:
function String() { [native code] }