Searched defs:IndexedPropertyGetter (Results 1 - 4 of 4) sorted by relevance

/external/v8/include/
H A Dv8.h2050 typedef Handle<Value> (*IndexedPropertyGetter)(uint32_t index, typedef in namespace:v8
2287 void SetIndexedInstancePropertyHandler(IndexedPropertyGetter getter,
2386 void SetIndexedPropertyHandler(IndexedPropertyGetter getter,
/external/chromium_org/v8/include/
H A Dv8.h3175 typedef Handle<Value> (*IndexedPropertyGetter)(uint32_t index, typedef in namespace:v8
3553 IndexedPropertyGetter getter,
/external/v8/test/cctest/
H A Dtest-api.cc3835 static v8::Handle<Value> IndexedPropertyGetter(uint32_t index, function
3859 templ->SetIndexedPropertyHandler(IndexedPropertyGetter,
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc5345 static void IndexedPropertyGetter( function
5369 templ->SetIndexedPropertyHandler(IndexedPropertyGetter,

Completed in 204 milliseconds