Searched refs:IndexedEnum (Results 1 – 2 of 2) sorted by relevance
3101 static v8::Handle<v8::Array> IndexedEnum(const v8::AccessorInfo&) { in IndexedEnum() function3150 IndexedEnum); in TEST()3157 both->SetIndexedPropertyHandler(IndexedGetter, NULL, NULL, NULL, IndexedEnum); in TEST()
3159 static v8::Handle<v8::Array> IndexedEnum(const AccessorInfo&) { in IndexedEnum() function3172 obj->SetIndexedPropertyHandler(IndexedGetK, NULL, NULL, NULL, IndexedEnum); in THREADED_TEST()