Home
last modified time | relevance | path

Searched defs:Prev (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.h62 DynamicContext *Prev() in Prev() function
67 const DynamicContext *Prev() const in Prev() function
DenvScope.h57 EnvScope *Prev() const in Prev() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h240 void Prev() in Prev() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DramdaToolsNoInfinite2.ts385 export type Prev<I extends Iteration> = IterationMap[I[0]]; alias