Lines Matching full:wrapper
1580 [v8] Check if returned wrapper is empty before operating on it.
3176 1. A stale wrapper would invalidate a node's event listeners, even if
3177 the node had a fresh wrapper keeping it alive.
3180 to the wrapper it expects to mark it. The wrapper destructor checks this
3183 2. Conversely, a stale wrapper would not invalidate a node's event
3186 we've made some other error and failed to mark a wrapper that was circuitously
3190 The fix for this is to check the wrapper back-pointer before firing the
3191 event listener. As long as the the wrapper back-pointer is not null,
3205 (WebCore::JSDOMWindow::removeEventListener): Updated to pass a wrapper
3215 (WebCore::JSEventListener::wrapper):
3220 the wrapper back-pointer is 0.
3255 (WebCore::JSXMLHttpRequestUpload::removeEventListener): Updated to pass a wrapper
3260 (WebCore::createAttributeEventListener): Updated to pass a wrapper
3268 actions are for JS event listeners only. Added a wrapper parameter to
5684 wrapper factory for V8 bindings.
6473 Stop copying an IDL file in to the framework wrapper.