Home
last modified time | relevance | path

Searched refs:jsFunction (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/bindings/js/
DJSEventListener.cpp49 JSObject* JSEventListener::jsFunction() const in jsFunction() function in WebCore::JSEventListener
66 JSObject* jsFunction = this->jsFunction(); in handleEvent() local
67 if (!jsFunction) in handleEvent()
99 JSValue handleEventFunction = jsFunction->get(exec, Identifier(exec, "handleEvent")); in handleEvent()
104 callType = jsFunction->getCallData(callData); in handleEvent()
125 retval = call(exec, handleEventFunction, callType, callData, jsFunction, args); in handleEvent()
133 retval = call(exec, jsFunction, callType, callData, thisValue, args); in handleEvent()
161 JSObject* jsFunction = this->jsFunction(); in reportError() local
162 if (!jsFunction) in reportError()
172 CallType callType = jsFunction->getCallData(callData); in reportError()
[all …]
DJSEventListener.h43 virtual JSC::JSObject* jsFunction() const;
DJSLazyEventListener.h41 virtual JSC::JSObject* jsFunction() const;
DJSLazyEventListener.cpp69 JSObject* JSLazyEventListener::jsFunction() const in jsFunction() function in WebCore::JSLazyEventListener
/external/webkit/JavaScriptCore/runtime/
DJSGlobalData.cpp100 JSCell* jsFunction = new (storage) JSFunction(JSFunction::createStructure(jsNull())); in VPtrSet() local
101 jsFunctionVPtr = jsFunction->vptr(); in VPtrSet()
102 jsFunction->~JSCell(); in VPtrSet()
/external/webkit/WebCore/dom/
DEventListener.h45 virtual JSC::JSObject* jsFunction() const { return 0; } in jsFunction() function
/external/webkit/WebCore/
DChangeLog-2009-06-1618564 (WebCore::JSEventListener::jsFunction):
23413 (WebCore::JSEventListener::jsFunction):
23491 function => jsFunction
23492 listener => jsFunction
23498 (WebCore::JSEventListener::jsFunction):
23502 (WebCore::JSProtectedEventListener::jsFunction):
23506 (WebCore::JSLazyEventListener::jsFunction):
23509 (WebCore::EventListener::jsFunction):