Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebDevToolsFrontendImpl.cpp89 …v8::Handle<v8::Value> frontendHostObj = toV8(m_frontendHost.get(), global, scriptState->isolate()); in windowObjectCleared() local
91 global->Set(v8::String::NewFromUtf8(isolate, "InspectorFrontendHost"), frontendHostObj); in windowObjectCleared()