Home | History | Annotate | Download | only in web

Lines Matching defs:v8

36 namespace v8 {
49 // Efficiently converts a WebString to a v8::String. The caller must have
51 BLINK_EXPORT static v8::Local<v8::String> toV8String(const WebString&, v8::Isolate*);
53 // You can use v8::Value::toString() to get a v8::String, but remember to wrap that in a v8::TryCatch.
54 BLINK_EXPORT static WebString toWebString(v8::Handle<v8::String>);