Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 82) sorted by relevance

1234

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DiteratorSpreadInCall5.ts23 next() { method in SymbolIterator
46 next() { method in _StringIterator
DiteratorSpreadInCall12.ts26 next() { method in SymbolIterator
49 next() { method in _StringIterator
DgeneratorTypeCheck62.ts26 AssertType(function*(state) { for (const next of gen(state)) { if (next) { … constant
30 for (const next of gen(state)) { constant
DiteratorSpreadInCall11.ts31 next() { method in SymbolIterator
DiteratorSpreadInCall3.ts23 next() { method in SymbolIterator
Dfor-of19.ts23 next() { method in FooIterator
Dfor-of22.ts23 next() { method in FooIterator
DiteratorSpreadInArray2.ts45 next() { method in NumberIterator
Dfor-of21.ts23 next() { method in FooIterator
Dfor-of20.ts23 next() { method in FooIterator
Dfor-of23.ts23 next() { method in FooIterator
DrecursiveTypeParameterReferenceError2.ts30 next: List2<T>; property
DiterableArrayPattern12.ts24 next() { method in FooIterator
DiterableArrayPattern11.ts24 next() { method in FooIterator
DiterableArrayPattern14.ts24 next() { method in FooIterator
DiterableArrayPattern15.ts24 next() { method in FooIterator
DiterableArrayPattern20.ts24 next() { method in FooArrayIterator
DiterableArrayPattern4.ts24 next() { method in FooIterator
DiterableArrayPattern9.ts25 next() { method in FooIterator
DiterableArrayPattern3.ts24 next() { method in FooIterator
DrecursiveTypesUsedAsFunctionParameters.ts28 next: MyList<MyList<T>>; property in MyList
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h96 void Reset([[maybe_unused]] JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset()
118 void Reset(JSThread *thread, Node *next, JSTaggedType value, bool isUsing) in Reset()
328 inline void SetNext(NodeList *next) in SetNext()
346 inline void SetFreeNext(NodeList<T> *next) in SetFreeNext()
367 T *next = usedList_; in IterateUsageGlobal() local
417 auto *next = topGlobalNodes_; in ~EcmaGlobalStorage() local
478 NodeList<T> *next = topGlobalNodes_; in IterateUsageGlobal() local
491 NodeList<WeakNode> *next = topWeakGlobalNodes_; in IterateWeakUsageGlobal() local
554 auto next = (*freeList)->GetFreeNext(); in NewGlobalHandleImplement() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfree_object_list.cpp62 FreeObjectSet *next = nullptr; in Allocate() local
101 FreeObjectSet *next = nullptr; in LookupSuitableFreeObject() local
276 FreeObjectSet *next = current->next_; in EnumerateSets() local
Dspace-inl.h50 auto next = current->GetNext(); in EnumerateRegions() local
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h49 Node *next; member

1234