npObjectIndexedPropertySetter  446 Source/bindings/v8/V8NPObject.cpp         templ->InstanceTemplate()->SetIndexedPropertyHandler(npObjectIndexedPropertyGetter, npObjectIndexedPropertySetter, 0, 0, npObjectIndexedPropertyEnumerator);
npObjectIndexedPropertySetter   48 Source/bindings/v8/V8NPObject.h void npObjectIndexedPropertySetter(uint32_t index, const v8::PropertyCallbackInfo<v8::Value>&);