static v8::Handle<v8::Value> specularExponentAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) { INC_STATS("DOM.SVGFESpotLightElement.specularExponent._get"); SVGFESpotLightElement* imp = V8SVGFESpotLightElement::toNative(info.Holder()); SVGElement* context = imp; PassRefPtr<SVGAnimatedNumber> resultAsPassRefPtr = V8Proxy::withSVGContext(imp->specularExponentAnimated(), context); return toV8(resultAsPassRefPtr); }
static v8::Handle<v8::Value> limitingConeAngleAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) { SVGFESpotLightElement* imp = V8SVGFESpotLightElement::toNative(info.Holder()); return toV8Fast(imp->limitingConeAngleAnimated(), info, imp); }