Home
last modified time | relevance | path

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

/external/v8/samples/
Dprocess.cc425 result->SetHandler(NamedPropertyHandlerConfiguration(MapGet, MapSet)); in MakeMapTemplate()
/external/pdfium/fxjs/
Dcfxjse_class.cpp421 v8::NamedPropertyHandlerConfiguration configuration( in SetUpNamedPropHandler()
/external/v8/include/
Dv8.h5236 struct NamedPropertyHandlerConfiguration { struct
5237 NamedPropertyHandlerConfiguration(
5256 NamedPropertyHandlerConfiguration( argument
5441 void SetHandler(const NamedPropertyHandlerConfiguration& configuration);
5521 const NamedPropertyHandlerConfiguration& named_handler,
/external/v8/src/
Dapi.cc1653 const NamedPropertyHandlerConfiguration& config) { in SetHandler()
1699 const NamedPropertyHandlerConfiguration& named_handler, in SetAccessCheckCallbackAndHandler()