Searched defs:targetContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/bindings/v8/
H A DV8Proxy.cpp338 bool V8Proxy::setInjectedScriptContextDebugId(v8::Handle<v8::Context> targetContext) argument
341 v8::Context::Scope contextScope(targetContext);
352 targetContext->SetData(v8::String::New(buffer));

Completed in 13 milliseconds