Lines Matching refs:KEY
748 factory->NewJSMapIterator(NewJSMap(thread, factory, proto), IterationKind::KEY);
755 factory->NewJSMapIterator(NewJSSharedMap(thread, factory), IterationKind::KEY);
762 factory->NewJSSetIterator(NewJSSet(thread, factory, proto), IterationKind::KEY);
769 factory->NewJSSetIterator(NewJSSharedSet(thread, factory), IterationKind::KEY);
785 factory->NewJSArrayIterator(JSHandle<JSObject>::Cast(factory->NewJSArray()), IterationKind::KEY);
792 JSHandle<JSObject>::Cast(factory->NewJSSArray()), IterationKind::KEY);
1267 factory->NewJSAPIHashMapIterator(jsHashMap, IterationKind::KEY);
1275 factory->NewJSAPIHashSetIterator(jsHashSet, IterationKind::KEY);
1289 factory->NewJSAPILightWeightMapIterator(jSAPILightWeightMap, IterationKind::KEY);
1303 IterationKind::KEY);
1333 factory->NewJSAPIPlainArrayIterator(jSAPIPlainArray, IterationKind::KEY);
1356 factory->NewJSAPITreeMapIterator(jsTreeMap, IterationKind::KEY);
1365 factory->NewJSAPITreeSetIterator(jsTreeSet, IterationKind::KEY);