Searched defs:isFinal (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | object_repository.cpp | 198 …auto propertyHandler = [this, &properties](auto &name, auto value, auto isFinal, auto isAccessor) { in GetProperties()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | object_repository.cpp | 199 …auto propertyHandler = [this, &properties](auto &name, auto value, auto isFinal, auto isAccessor) { in GetProperties()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | orig_symbol.h | 349 bool isFinal = false; // if the field has final attribute, only when fieldID != 0 variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_stub_builder.cpp | 612 auto isFinal = BitOr(Int32Equal(*newTrue, Int32(PGOSampleType::WEIGHT_THRESHOLD)), in ProfileBranch() local
|