I'm working on a research project that involves modifying the *parser.cc* 
file and its function *Parser::ParseFunction*. I want to create a global 
variable to store a statement when parsing a specific type of function, and 
then later add that statement to the body of a new function when parsing 
another type.

The problem is that when I try to set the value of the global variable, it 
works fine the first time. However, when I attempt to access its value to 
add it to the function body the second time, it has a garbage value. 

Can anyone help me with this issue?

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/72552c7f-871d-4de6-9e14-461cbb56294en%40googlegroups.com.

Reply via email to