Searched defs:isConst (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
|
D | tsEnumDeclaration.h | 44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
|
/arkcompiler/ets_frontend/es2panda/ir/statements/ |
D | variableDeclarator.cpp | 78 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | variable.ts | 104 isConst(): boolean { method in Variable
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | declaration.h | 161 …icit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 3077 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers() 3133 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
|
D | expressionParser.cpp | 135 bool isConst = false; in ParseTsAsExpression() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 920 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 690 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
|
D | runtime_stubs.cpp | 875 JSTaggedValue isConst = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | slowpath_lowering.cpp | 2011 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()
|