In v8 i have handle Handle<Value> number1 = NumberObject::New(100);
What properties I must add if I want number1 was accessible from JS code. In this way js code can change it: number1=number1+1; Now in v8 number1 is also 101. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
