Home
last modified time | relevance | path

Searched refs:getIterator (Results 1 – 6 of 6) sorted by relevance

/ark/ts2abc/ts2panda/src/statement/
DforOfStatement.ts101 getIterator(pandagen, node, type);
110 function getIterator(pandagen: PandaGen, node: ts.Node, type: IteratorType) { function
115 pandagen.getIterator(node);
/ark/ts2abc/ts2panda/src/base/
Diterator.ts37 getIterator() { method in Iterator
42 pandaGen.getIterator(this.node);
DbcGenUtil.ts338 export function getIterator() { function
/ark/ts2abc/ts2panda/src/
Dpandagen.ts50 getIterator,
1149 getIterator(node: ts.Node) { method in PandaGen
1152 getIterator()
DcompilerUtils.ts67 iterator.getIterator();
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp1720 StubDescriptor getIterator("GetIterator", 0, 2, in CALL_STUB_INIT_DESCRIPTOR() local
1722 *descriptor = getIterator; in CALL_STUB_INIT_DESCRIPTOR()