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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8EventListener.cpp 73 v8::Local<v8::Function> handlerFunction = getListenerFunction(scriptState()->executionContext());
75 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
89 return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
V8WorkerGlobalScopeEventListener.cpp 75 v8::Local<v8::Function> handlerFunction = getListenerFunction(scriptState()->executionContext());
77 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
80 TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "FunctionCall", "data", devToolsTraceEventData(scriptState()->executionContext(), handlerFunction, isolate()));
88 GetDevToolsFunctionInfo(handlerFunction, isolate(), scriptId, resourceName, lineNumber);
93 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(handlerFunction, scriptState()->executionContext(), receiver, WTF_ARRAY_LENGTH(parameters), parameters, isolate());

Completed in 662 milliseconds