Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/
DV8Proxy.cpp1339 v8::Handle<v8::String> objectString = v8::String::New("Object"); in isEnabled() local
1343 … if (objectString.IsEmpty() || prototypeString.IsEmpty() || hiddenObjectPrototypeString.IsEmpty()) in isEnabled()
1346 …v8::Handle<v8::Object> object = v8::Handle<v8::Object>::Cast(context->Global()->Get(objectString)); in isEnabled()