| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_atomic_flag.h | 32 static EtsAtomicFlag *FromCoreType(ObjectHeader *flag) in FromCoreType() 37 static const EtsAtomicFlag *FromCoreType(const ObjectHeader *flag) in FromCoreType() 62 static EtsAtomicFlag *FromEtsObject(EtsObject *flag) in FromEtsObject() 67 static const EtsAtomicFlag *FromEtsObject(const EtsObject *flag) in FromEtsObject()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| D | vm_thread_control.cpp | 45 void VmThreadControl::SetVMNeedSuspension(bool flag) in SetVMNeedSuspension() 55 void VmThreadControl::SetTerminationRequest(bool flag) in SetTerminationRequest() 60 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | unionType.h | 85 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() 90 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() 95 bool HasConstituentFlag(TypeFlag flag) const in HasConstituentFlag()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | unionType.h | 87 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() 92 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() 97 bool HasConstituentFlag(TypeFlag flag) const in HasConstituentFlag()
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 50 def skip(filepath, flag=False): argument 73 def run_test(file, tool, flag=False): argument 193 def compare(file, flag=False): argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.h | 92 inline void SetFastMode(bool flag) in SetFastMode() 97 inline void SetFoundDict(bool flag) in SetFoundDict() 133 inline void SetIsOnPrototype(bool flag) in SetIsOnPrototype() 143 inline void SetHasReceiver(bool flag) in SetHasReceiver() 153 inline void SetIsTransition(bool flag) in SetIsTransition() 203 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
| D | property_attributes.h | 226 inline void SetWritable(bool flag) in SetWritable() 234 inline void SetEnumerable(bool flag) in SetEnumerable() 242 inline void SetConfigurable(bool flag) in SetConfigurable() 251 inline void SetIsAccessor(bool flag) in SetIsAccessor() 261 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() 271 inline void SetIsConstProps(bool flag) in SetIsConstProps() 281 inline void SetIsNotHole(bool flag) in SetIsNotHole()
|
| D | js_hclass.h | 567 inline void SetCallable(bool flag) in SetCallable() 572 inline void SetConstructor(bool flag) const in SetConstructor() 577 inline void SetExtensible(bool flag) const in SetExtensible() 582 inline void SetIsPrototype(bool flag) const in SetIsPrototype() 587 inline void SetClassConstructor(bool flag) const in SetClassConstructor() 593 inline void SetClassPrototype(bool flag) const in SetClassPrototype() 599 inline void SetIsNativeBindingObject(bool flag) const in SetIsNativeBindingObject() 604 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode() 609 inline void SetIsJSArrayPrototypeModified(bool flag) const in SetIsJSArrayPrototypeModified() 614 inline void SetAOT(bool flag) const in SetAOT() [all …]
|
| D | waiter_list.cpp | 38 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
| D | js_object.h | 129 inline void SetWritable(bool flag) in SetWritable() 140 inline void SetEnumerable(bool flag) in SetEnumerable() 151 inline void SetConfigurable(bool flag) in SetConfigurable() 282 inline void SetFound(bool flag) in SetFound() 292 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| D | cflow_info.h | 64 bool IsFlagSet(uint8_t const *addr, Flag flag) const in IsFlagSet() 71 void SetFlag(uint8_t const *addr, Flag flag) in SetFlag() 78 void ClearFlag(uint8_t const *addr, Flag flag) in ClearFlag()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.h | 226 auto TryEmplaceInTable(bool flag, T &item) in TryEmplaceInTable() 236 bool AddObjectInTable(bool flag, T &item) in AddObjectInTable() 265 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, panda::pandasm::La… in TryEmplaceInTable()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/ |
| D | array_includes.ts | 20 let flag = arr.includes(1); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | wideningConverter.h | 110 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() 157 void ApplyWidening(TypeFlag flag) in ApplyWidening()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclarator.h | 36 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident) in VariableDeclarator() 41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_full_gc.h | 39 void SetForAppSpawn(bool flag) in SetForAppSpawn()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | native_area_allocator.h | 129 inline void IncreaseNativeSizeStats(size_t size, NativeFlag flag) in IncreaseNativeSizeStats() 149 inline void DecreaseNativeSizeStats(size_t size, NativeFlag flag) in DecreaseNativeSizeStats() 169 void ModifyNativeSizeStats(size_t preSize, size_t nextSize, NativeFlag flag) { in ModifyNativeSizeStats()
|
| D | region.h | 317 bool IsGCFlagSet(RegionGCFlags flag) const in IsGCFlagSet() 322 void SetGCFlag(RegionGCFlags flag) in SetGCFlag() 327 void ClearGCFlag(RegionGCFlags flag) in ClearGCFlag() 439 void SetRegionSpaceFlag(RegionSpaceFlag flag) in SetRegionSpaceFlag() 462 auto flag = packedData_.flags_.spaceFlag_; in InGeneralOldSpace() local 529 auto flag = packedData_.flags_.spaceFlag_; in InSharedSweepableSpace() local 536 auto flag = packedData_.flags_.spaceFlag_; in InSharedHeap() local 542 auto flag = packedData_.flags_.spaceFlag_; in InSparseSpace() local
|
| /arkcompiler/ets_runtime/test/aottest/js_string_add/ |
| D | js_string_add.js | 31 function foo(flag) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/ |
| D | options.ts | 19 flag: string property
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.h | 233 auto TryEmplaceInTable(bool flag, T &item, const std::string &cid) in TryEmplaceInTable() 271 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, ark::pandasm::Labe… in TryEmplaceInTable()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | heap_helper_test.cpp | 43 void SetIdleGCState(bool flag) in SetIdleGCState()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.h | 76 void SetTraceStackMap(bool flag) in SetTraceStackMap()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_list.h | 36 inline void SetIsOrderedList(bool flag) const in SetIsOrderedList()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | envScope.cpp | 50 …nvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings()
|