Searched refs:IndexedEnum (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/cctest/
H A Dtest-debug.cc4164 static v8::Handle<v8::Array> IndexedEnum(const v8::AccessorInfo&) { function
4213 IndexedEnum);
4220 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum);
H A Dtest-api.cc5343 static v8::Handle<v8::Array> IndexedEnum(const AccessorInfo&) { function
5356 obj->SetIndexedPropertyHandler(IndexedGetK, NULL, NULL, NULL, IndexedEnum);

Completed in 161 milliseconds