Hi,

I am compile and run TestShell of V8:

And i setup breakponts in following functions in compiler.cc:
MakeFunction()
MakeCode()
Compile()

And then I start the TestShell and enter and execute a JavaScript
function:
run
[Switching to process 640 local thread 0x2d03]
Running…
V8 version 1.2.6
> function a() { return 1 + 1 ; }
> a()
2
>

But none of my breakpoints got stopped. Can you please tell me why?
I just want to see how v8 :
* process a JavaScript function declaration
* lookup and execute a JavaScript function

Thank you
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to