Home
last modified time | relevance | path

Searched refs:currentFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/arrayreducecase/
Darrayreducecase.js61 (promiseChain, currentFunction) => promiseChain.then(currentFunction),
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverification.cpp137 MIRFunction *currentFunction = functionList[index]; in VerifyModule() local
138 const BlockNode *block = currentFunction->GetBody(); in VerifyModule()
141 theMIRModule->SetCurFunction(currentFunction); in VerifyModule()