"any = new Boolean(false);"

v8::Handle<v8::Value> v = g->Get(v8::String::New("any"));
    if (v->IsObject()) {
       v->BooleanValue()  - returns 1
       v->ToBoolean()->Value() - returns 1

However
       v->ToString() returns 'false'
}

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to