Home | History | Annotate | Download | only in v8

Lines Matching refs:ToString

349     v8::Handle<v8::String> v8String = object->ToString();
350 // Handle the case where an exception is thrown as part of invoking toString on the object.
470 value = v8::Persistent<v8::String>::New(v8::String::New("toString"));
476 // The DOM constructors' toString functions grab the current toString
477 // for Functions by taking the toString function of itself and then
479 // changes to the Function prototype chain or toString function are
481 // changes to a DOM constructor's toString's toString will cause the
482 // toString of the DOM constructor itself to change. This is extremely