Home
last modified time | relevance | path

Searched refs:IndexedPropertyHandlerConfiguration (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h5287 struct IndexedPropertyHandlerConfiguration { struct
5288 IndexedPropertyHandlerConfiguration(
5307 IndexedPropertyHandlerConfiguration( argument
5467 SetHandler(IndexedPropertyHandlerConfiguration(getter, setter, query,
5481 void SetHandler(const IndexedPropertyHandlerConfiguration& configuration);
5522 const IndexedPropertyHandlerConfiguration& indexed_handler,
/external/v8/src/
Dapi.cc1700 const IndexedPropertyHandlerConfiguration& indexed_handler, in SetAccessCheckCallbackAndHandler()
1737 const IndexedPropertyHandlerConfiguration& config) { in SetHandler()