Searched refs:handlerFunction (Results 1 – 4 of 4) sorted by relevance
69 v8::Local<v8::Function> handlerFunction = getListenerFunction(context); in callListenerFunction() local71 if (handlerFunction.IsEmpty() || receiver.IsEmpty()) in callListenerFunction()77 return proxy->callFunction(handlerFunction, receiver, 1, parameters); in callListenerFunction()
87 v8::Local<v8::Function> handlerFunction = getListenerFunction(context); in callListenerFunction() local89 if (handlerFunction.IsEmpty() || receiver.IsEmpty()) in callListenerFunction()93 v8::Local<v8::Value> result = handlerFunction->Call(receiver, 1, parameters); in callListenerFunction()
61 v8::Local<v8::Function> handlerFunction = v8::Local<v8::Function>::Cast(listenerObject); in callListenerFunction() local63 if (handlerFunction.IsEmpty() || receiver.IsEmpty()) in callListenerFunction()69 return proxy->callFunction(handlerFunction, receiver, 1, parameters); in callListenerFunction()
5597 (WebInspector.ElementsTreeElement.prototype._populateTagContextMenu.handlerFunction):5747 (WebInspector.ElementsTreeElement.prototype._populateTagContextMenu.handlerFunction):19468 (WebInspector.ElementsTreeElement.prototype._populateTagContextMenu.handlerFunction):