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

/external/webkit/Source/WebCore/bindings/v8/
H A DV8EventListener.cpp69 v8::Local<v8::Function> handlerFunction = getListenerFunction(context); local
71 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
77 return proxy->callFunction(handlerFunction, receiver, 1, parameters);
H A DV8WorkerContextEventListener.cpp87 v8::Local<v8::Function> handlerFunction = getListenerFunction(context); local
89 if (handlerFunction.IsEmpty() || receiver.IsEmpty())
93 v8::Local<v8::Value> result = handlerFunction->Call(receiver, 1, parameters);

Completed in 420 milliseconds