Searched refs:objectString (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
H A DV8DOMWindowShell.cpp596 v8::Handle<v8::String> objectString = v8::String::New("Object"); local
600 if (objectString.IsEmpty() || prototypeString.IsEmpty() || hiddenObjectPrototypeString.IsEmpty())
603 v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(context->Global()->Get(objectString));

Completed in 21 milliseconds