Home
last modified time | relevance | path

Searched defs:isFinal (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/static/debugger/
Dobject_repository.cpp198 …auto propertyHandler = [this, &properties](auto &name, auto value, auto isFinal, auto isAccessor) { in GetProperties()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dobject_repository.cpp199 …auto propertyHandler = [this, &properties](auto &name, auto value, auto isFinal, auto isAccessor) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h349 bool isFinal = false; // if the field has final attribute, only when fieldID != 0 variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp612 auto isFinal = BitOr(Int32Equal(*newTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local