Home
last modified time | relevance | path

Searched refs:READONLY (Results 1 - 25 of 62) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeFlags.h46 READONLY = 1U << 6U, member in ark::es2panda::ir::ModifierFlags
67 ALL = STATIC | ASYNC | ACCESS | DECLARE | READONLY | ABSTRACT,
68 ALLOWED_IN_CTOR_PARAMETER = ACCESS | READONLY,
103 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; member in ark::es2panda::ir::ModifierFlags::TSOperatorType
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h71 READONLY = 1 << 6, member in panda::es2panda::panda::es2panda::panda::es2panda::ir::ModifierFlags
78 ALL = STATIC | ASYNC | ACCESS | DECLARE | READONLY | ABSTRACT | ACCESSOR | OVERRIDE,
79 ALLOWED_IN_CTOR_PARAMETER = ACCESS | READONLY | OVERRIDE,
102 enum class TSOperatorType { READONLY, KEYOF, UNIQUE }; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSOperatorType
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.cpp155 if (prop->HasFlag(binder::VariableFlags::READONLY)) { in Check()
156 propType->AddTypeFlag(checker::TypeFlag::READONLY); in Check()
168 indexType->AddTypeFlag(checker::TypeFlag::READONLY); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtupleType.h47 it->AddFlag(binder::VariableFlags::READONLY); in TupleType()
64 it->AddFlag(binder::VariableFlags::READONLY); in TupleType()
H A DobjectLiteralType.cpp52 if (it->HasFlag(binder::VariableFlags::READONLY)) { in ToString()
/arkcompiler/runtime_core/libpandabase/os/
H A Dfile.h55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; member in panda::os::file::Mode
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dfile.cpp28 case Mode::READONLY: in GetFlags()
H A Dnative_stack.cpp27 panda::os::unix::file::File cmdfile = panda::os::file::Open(file_name, panda::os::file::Mode::READONLY); in ReadOsFile()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dfile.cpp29 case Mode::READONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dfile.h55 enum class Mode : uint32_t { READONLY, WRITEONLY, READWRITE, READWRITECREATE }; member in ark::os::file::Mode
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsTypeOperatorBuilder.h49 TSOperatorType operatorType_ = TSOperatorType::READONLY;
/arkcompiler/runtime_core/libpandabase/tests/
H A Dunix_file_test.cpp28 os::file::File file1 = os::file::Open("./test_openfile.txt", os::file::Mode::READONLY); in HWTEST()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.cpp28 flags_ |= VariableFlags::READONLY; in LocalVariable()
H A DvariableFlags.h29 _(READONLY, ReadonlyDecl) \
130 READONLY = 1U << 6U, member in ark::es2panda::varbinder::VariableFlags
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTypeOperator.h36 return operatorType_ == TSOperatorType::READONLY; in IsReadonly()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTypeOperator.h46 return operatorType_ == TSOperatorType::READONLY; in IsReadonly()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.cpp33 case Mode::READONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.cpp33 case Mode::READONLY: in GetFlags()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi.h73 READONLY = 1U << 2U, // Field member in ark::ets::EtsTypeAPIKind::EtsTypeAPIAttributes
/arkcompiler/runtime_core/static_core/verification/config/
H A Dconfig_load.cpp71 auto file = Open(filename, Mode::READONLY); in LoadConfig()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectLiteralType.cpp51 if (it->HasFlag(varbinder::VariableFlags::READONLY)) { in ToString()
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassProperty.cpp55 {"readonly", (modifiers_ & ModifierFlags::READONLY) != 0}, in Dump()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dobject.cpp411 if (prop->HasFlag(varbinder::VariableFlags::READONLY)) { in GetPropertyTypeForIndexType()
412 propType->AddTypeFlag(TypeFlag::READONLY); in GetPropertyTypeForIndexType()
426 indexInfoType->AddTypeFlag(TypeFlag::READONLY); in GetPropertyTypeForIndexType()
/arkcompiler/runtime_core/static_core/verification/cache/
H A Dresults_cache.cpp56 auto file = Open(filename, Mode::READONLY); in Initialize()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectTypeConstants.h45 READONLY = 1U << 18U, member in ark::es2panda::checker::ETSObjectFlags

Completed in 9 milliseconds

123