Is this what you are looking for: Look at CALL_GENERATED_CODE in src/execution.cc . Use gdb to set a breakpoint and use instruction steps. The code should then jump to the code generated by JSEntryStub::GenerateBody in src/<arch>/code-stubs-<arch>.cc
Alexandre On Mon, Nov 7, 2011 at 7:54 AM, Yang Guo <[email protected]> wrote: > I'm sure you can find the answer to what you are looking for by > perusing our sample programs, such as the sample shell (samples/ > shell.cc). Specifically the method ExecuteString should be interesting > for you. I hope this helps. > > On Nov 5, 11:58 pm, vinay <[email protected]> wrote: > > hi can some one tell me where is the entry point(starting point in) in > > the v8 engine code for any javascript > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
