HomeSort by relevance Sort by last modified time
    Searched refs:getScriptsFunction (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
PageScriptDebugServer.cpp 102 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getScripts")));
104 v8::Handle<v8::Value> value = getScriptsFunction->Call(m_debuggerScript.get(), 1, argv);
WorkerScriptDebugServer.cpp 93 v8::Handle<v8::Function> getScriptsFunction = v8::Local<v8::Function>::Cast(m_debuggerScript.get()->Get(v8::String::New("getWorkerScripts")));
95 v8::Handle<v8::Value> value = getScriptsFunction->Call(m_debuggerScript.get(), 0, argv);

Completed in 154 milliseconds