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 isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp78 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.h161 …icit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3077 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
3133 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
DexpressionParser.cpp135 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp920 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h690 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
Druntime_stubs.cpp875 JSTaggedValue isConst = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2011 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()