Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsReadonly
(Results
1 - 15
of
15
) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
classProperty.cpp
80
{"readonly",
IsReadonly
()},
in Dump()
107
if (
IsReadonly
()) {
in Dump()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_field.h
75
bool
IsReadonly
() const
in IsReadonly()
function in ark::ets::EtsField
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H
A
D
tsTypeOperator.h
34
bool
IsReadonly
() const
in IsReadonly()
function in ark::es2panda::ir::TSTypeOperator
/arkcompiler/ets_frontend/es2panda/ir/ts/
H
A
D
tsTypeOperator.h
44
bool
IsReadonly
() const
in IsReadonly()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeOperator
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H
A
D
interfacePropertyDeclarations.cpp
166
if (!prop->AsClassProperty()->
IsReadonly
()) {
in UpdateInterfacePropertys()
177
if (!prop->AsClassProperty()->
IsReadonly
()) {
in UpdateInterfacePropertys()
/arkcompiler/runtime_core/static_core/libpandafile/
H
A
D
field_data_accessor.h
99
bool
IsReadonly
() const
in IsReadonly()
function in ark::panda_file::FieldDataAccessor
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
field.h
137
bool
IsReadonly
() const
in IsReadonly()
function in ark::Field
/arkcompiler/ets_frontend/ets2panda/evaluate/
H
A
D
helpers.h
208
if (da.
IsReadonly
()) {
in GetModifierFlags()
/arkcompiler/ets_frontend/ets2panda/ir/
H
A
D
astNode.h
286
[[nodiscard]] bool
IsReadonly
() const noexcept
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H
A
D
declgenEts2Ts.cpp
422
if (node->
IsReadonly
()) {
in GenModifier()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H
A
D
std_core_Type.cpp
235
attr |= (field->
IsReadonly
()) ? static_cast<uint32_t>(EtsTypeAPIAttributes::READONLY) : 0U;
in CreateField()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler.cpp
705
return FieldCast(field)->
IsReadonly
();
in IsFieldReadonly()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
assignAnalyzer.cpp
1373
isNonReadonlyField = !node->
IsReadonly
(); // NOTE(pantos) readonly is true, const is not set?
in VariableHasDefaultValue()
H
A
D
object.cpp
1712
if (classProp != nullptr && this->Context().ContainingSignature() != nullptr && classProp->
IsReadonly
()) {
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H
A
D
scopesInitPhase.cpp
1171
} else if (classProp->
IsReadonly
()) {
in VisitClassProperty()
Completed in 16 milliseconds