moveEventListenerToNewWrapper  249 Source/bindings/templates/attributes.cpp     moveEventListenerToNewWrapper(holder, {{attribute.event_handler_getter_expression}}, v8Value, {{v8_class}}::eventListenerCacheIndex, info.GetIsolate());
moveEventListenerToNewWrapper  315 Source/bindings/tests/results/V8TestInterface.cpp     moveEventListenerToNewWrapper(holder, TestImplements::implementsEventHandlerAttribute(*impl), v8Value, V8TestInterface::eventListenerCacheIndex, info.GetIsolate());
moveEventListenerToNewWrapper 1576 Source/bindings/tests/results/V8TestObject.cpp     moveEventListenerToNewWrapper(holder, impl->eventHandlerAttribute(), v8Value, V8TestObject::eventListenerCacheIndex, info.GetIsolate());
moveEventListenerToNewWrapper  708 Source/bindings/v8/V8Binding.h void moveEventListenerToNewWrapper(v8::Handle<v8::Object>, EventListener* oldValue, v8::Local<v8::Value> newValue, int cacheIndex, v8::Isolate*);