Searched defs:IDeleter (Results 1 - 2 of 2) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-api.cc | 5280 static v8::Handle<v8::Boolean> IDeleter(uint32_t index, const AccessorInfo&) { function 5293 obj->SetIndexedPropertyHandler(NoBlockGetterI, NULL, NULL, IDeleter, NULL);
|
/external/chromium_org/v8/test/cctest/ |
H A D | test-api.cc | 7248 static void IDeleter(uint32_t index, function 7262 obj->SetIndexedPropertyHandler(NoBlockGetterI, NULL, NULL, IDeleter, NULL);
|
Completed in 162 milliseconds