I've got a little question here, if you want some property to be both ReadOnly and DontEnum would the proper way to do such be like this:
Handle<Object> test_Obj = Object::New();
> test_Obj->Set(String::New("toString"), toString,
> (PropertyAttribute)(ReadOnly | DontEnum));
Or am I missing something completely obvious?
-Jonathan S
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
