OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getScriptsFunction
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.cpp
68
v8::Handle<v8::Function>
getScriptsFunction
= v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, "getWorkerScripts")));
69
v8::Handle<v8::Value> value = V8ScriptRunner::callInternalFunction(
getScriptsFunction
, debuggerScript, 0, 0, m_isolate);
PageScriptDebugServer.cpp
113
v8::Handle<v8::Function>
getScriptsFunction
= v8::Local<v8::Function>::Cast(debuggerScript->Get(v8AtomicString(m_isolate, "getScripts")));
115
v8::Handle<v8::Value> value = V8ScriptRunner::callInternalFunction(
getScriptsFunction
, debuggerScript, WTF_ARRAY_LENGTH(argv), argv, m_isolate);
Completed in 49 milliseconds