OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npObjectIndexedPropertySetter
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
V8NPObject.h
53
v8::Handle<v8::Value>
npObjectIndexedPropertySetter
(uint32_t index, const v8::AccessorInfo&);
V8NPObject.cpp
284
v8::Handle<v8::Value>
npObjectIndexedPropertySetter
(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
383
npObjectDesc->InstanceTemplate()->SetIndexedPropertyHandler(npObjectIndexedPropertyGetter,
npObjectIndexedPropertySetter
, 0, 0, npObjectIndexedPropertyEnumerator);
Completed in 16 milliseconds