Home
last modified time | relevance | path

Searched defs:isConst (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
DtsEnumDeclaration.h44 bool isConst) in TSEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp71 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts104 isConst(): boolean { method in Variable
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h143 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2831 bool isConst) in ParseEnumMembers()
2887 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isConst) in ParseEnumDeclaration()
DexpressionParser.cpp135 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp907 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h619 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
Druntime_stubs.cpp786 JSTaggedValue isConst = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2506 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()