Home
last modified time | relevance | path

Searched refs:SIMPLE (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlayouts.py66 box=box.SIMPLE,
H A Drich_logging.py48 from rich.box import SIMPLE namespace
212 return Panel(title=msg, title_align="left", renderable=rich, box=SIMPLE, expand=False)
/arkcompiler/ets_runtime/ecmascript/
H A Djs_for_in_iterator.cpp31 if (kind == EnumCacheKind::SIMPLE) { in IsEnumCacheValid()
H A Dproperty_accessor.cpp129 JSObject::SetEnumCacheKind(thread_, *newArray, EnumCacheKind::SIMPLE); in InitSimplePropertiesEnumCache()
H A Djs_object-inl.h512 return EnumCacheKind::SIMPLE; in GetEnumCacheKind()
H A Djs_hclass.h365 SIMPLE, // simple enum cache(used in for-in) member in panda::ecmascript::EnumCache::EnumCacheKind
366 // make sure EnumCache is empty array only for SIMPLE
H A Djs_object.cpp2602 case EnumCacheKind::SIMPLE: in TryGetEnumCache()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1461 result = Int32(static_cast<int32_t>(EnumCacheKind::SIMPLE)); in GetEnumCacheKind()
1494 BRANCH_CIR2(Int32Equal(kind, Int32(static_cast<int32_t>(EnumCacheKind::SIMPLE))), in IsEnumCacheValid()
H A Dstub_builder.cpp8272 BRANCH(Int32Equal(kind, Int32(static_cast<int32_t>(EnumCacheKind::SIMPLE))), in TryGetEnumCache()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 63 milliseconds