I cannot find the source code of the method of JavaScript defaut object like string, Math, and array.
for example when I call the method trim() without parentheses to get the source it only says:-
function trim() { [native code] }
Where is this Native code???