Searched refs:IndexedEnum (Results 1 – 2 of 2) sorted by relevance
4146 static v8::Handle<v8::Array> IndexedEnum(const v8::AccessorInfo&) { in IndexedEnum() function4195 IndexedEnum); in TEST()4202 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum); in TEST()
4566 static v8::Handle<v8::Array> IndexedEnum(const AccessorInfo&) { in IndexedEnum() function4579 obj->SetIndexedPropertyHandler(IndexedGetK, NULL, NULL, NULL, IndexedEnum); in THREADED_TEST()