Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-template.h716 struct IndexedPropertyHandlerConfiguration { struct
717 IndexedPropertyHandlerConfiguration(
736 IndexedPropertyHandlerConfiguration( argument
755 IndexedPropertyHandlerConfiguration( argument
897 SetHandler(IndexedPropertyHandlerConfiguration(getter, setter, query,
911 void SetHandler(const IndexedPropertyHandlerConfiguration& configuration);
952 const IndexedPropertyHandlerConfiguration& indexed_handler,
/third_party/node/src/
Dnode_contextify.cc49 using v8::IndexedPropertyHandlerConfiguration;
193 IndexedPropertyHandlerConfiguration indexed_config( in InitializeGlobalTemplates()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc153 v8::IndexedPropertyHandlerConfiguration( in CreateTemplate()
/third_party/node/deps/v8/src/api/
Dapi.cc1885 const IndexedPropertyHandlerConfiguration& indexed_handler, in SetAccessCheckCallbackAndHandler()
1922 const IndexedPropertyHandlerConfiguration& config) { in SetHandler()