HomeSort by relevance Sort by last modified time
    Searched full:restartfunction (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
JavaScriptCallFrame.cpp 159 v8::Handle<v8::Function> restartFunction = v8::Handle<v8::Function>::Cast(callFrame->Get(v8AtomicString(m_isolate, "restart")));
161 v8::Handle<v8::Value> result = restartFunction->Call(callFrame, 0, 0);

Completed in 44 milliseconds