Hi, i am trying to understand how chromium passes JS script node/JS file to v8 engine for execution. So i setup breakpoints in Xcode with test)shell xcode project opened: Compiler::Compile Compiler::CompileEval Compiler::CompileLazy
And then I 'build and go (debug)' to get a TestShell. It did start up the TestShell, and it did break in the initial breakpoint I setup in test_shell_main.cc. But when I load a page with Javascript for sure, e.g. www.cnn.con, it never breaks in the Compiler functions that I mentioned above. Can you please tell me how does chromium passes JS script node/JS file to v8 engine for execution --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
