Home
last modified time | relevance | path

Searched refs:STATIC_BLOCK (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/context/
H A DparserContext.h66 STATIC_BLOCK = (1 << 30), member in panda::es2panda::parser::ParserStatus
140 return (status_ & ParserStatus::STATIC_BLOCK) != 0; in IsStaticBlock()
/arkcompiler/ets_frontend/es2panda/binder/
H A DvariableFlags.h60 _(STATIC_BLOCK, StaticBlockScope) \
H A Dscope.h1007 ScopeType staticBlockType_ {ScopeType::STATIC_BLOCK};
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeFlags.h86 STATIC_BLOCK = 1U << 7U, member in ark::es2panda::ir::ModifierFlags::ScriptFunctionFlags
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.cpp275 ir::ScriptFunctionFlags::STATIC_BLOCK | ir::ScriptFunctionFlags::HIDDEN, in CreateStaticBlock()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DmethodBuilder.cpp166 (IS_STATIC ? ir::ScriptFunctionFlags::STATIC_BLOCK : ir::ScriptFunctionFlags::CONSTRUCTOR); in CreateIrConstructor()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunction.h205 return (funcFlags_ & ir::ScriptFunctionFlags::STATIC_BLOCK) != 0;
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Ddynamic.cpp248 ir::ScriptFunctionFlags::STATIC_BLOCK | ir::ScriptFunctionFlags::EXPRESSION, in CreateStaticScriptFunction()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.cpp221 ir::ScriptFunctionFlags::STATIC_BLOCK | ir::ScriptFunctionFlags::HIDDEN, in CreateCCtorForEnumClass()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserImpl.cpp571 ir::ScriptFunctionFlags::EXPRESSION | ir::ScriptFunctionFlags::STATIC_BLOCK, in ParseClassStaticBlock()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2541 context_.Status() &= ~ParserStatus::STATIC_BLOCK; in ParseFunctionExpression()
H A DparserImpl.cpp2661 SavedParserContext ctx(this, desc->newStatus | ParserStatus::ALLOW_NEW_TARGET | ParserStatus::STATIC_BLOCK | in ParseStaticBlock()

Completed in 22 milliseconds