Home | History | Annotate | Download | only in public

Lines Matching refs:v8

42 namespace v8 {
107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>);
245 // v8 extensions are loaded into the new context - see
260 virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
263 // Returns the V8 context for this frame, or an empty handle if there
265 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
268 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystem::Type,
272 virtual v8::Handle<v8::Value> createFileEntry(WebFileSystem::Type,