Subj : Re: the native() call... To : Oystein From : Brendan Eich Date : Mon Jun 14 2004 10:30 pm Oystein wrote: > I have asked this before, but I still am not able to figure it out... > > 1. The native() call in jsinterp.c : where are the actual function > implementations for this function pointer... All over the place -- grep for 'uintN argc, jsval \*argv'. > 2. When calling native(), the 'this' object is the second argument. Is the > reason for passing this argument that DOM can do security checks by > comparing the principals of the 'this' object to the principals of the > called function? No. > Some help would be greatly appreciated! Any reason you are asking such a specific question (2)? /be .