Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DscriptFunction.cpp165 const ir::BlockStatement *blockStat = Body()->AsBlockStatement(); in CalculateFunctionExpectedPropertyCount() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DLogParser.js35 blockStat: -1, property
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp598 ir::BlockStatement *blockStat = node->Ctor()->Function()->Body()->AsBlockStatement(); in GetInsertPosForConstructor() local
691 ir::BlockStatement *blockStat = node->Ctor()->Function()->Body()->AsBlockStatement(); in VisitInstanceProperty() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3487 const ir::BlockStatement *blockStat = ctor->Function()->Body()->AsBlockStatement(); in ValidateSuperCallLocation() local