/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.h | 83 inline void SetFastMode(bool flag) in SetFastMode() 98 inline void SetIsOnPrototype(bool flag) in SetIsOnPrototype() 108 inline void SetHasReceiver(bool flag) in SetHasReceiver() 118 inline void SetIsTransition(bool flag) in SetIsTransition() 128 inline void SetIsTSHClass(bool flag) in SetIsTSHClass() 178 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
D | property_attributes.h | 178 inline void SetWritable(bool flag) in SetWritable() 186 inline void SetEnumerable(bool flag) in SetEnumerable() 194 inline void SetConfigurable(bool flag) in SetConfigurable() 203 inline void SetIsAccessor(bool flag) in SetIsAccessor() 213 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() 223 inline void SetIsConstProps(bool flag) in SetIsConstProps()
|
D | js_object.h | 96 inline void SetWritable(bool flag) in SetWritable() 107 inline void SetEnumerable(bool flag) in SetEnumerable() 118 inline void SetConfigurable(bool flag) in SetConfigurable() 246 inline void SetFound(bool flag) in SetFound() 256 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
D | waiter_list.cpp | 43 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
D | js_hclass.h | 381 inline void SetCallable(bool flag) in SetCallable() 386 inline void SetConstructor(bool flag) const in SetConstructor() 391 inline void SetExtensible(bool flag) const in SetExtensible() 396 inline void SetIsPrototype(bool flag) const in SetIsPrototype() 401 inline void SetIsLiteral(bool flag) const in SetIsLiteral() 406 inline void SetClassConstructor(bool flag) const in SetClassConstructor() 411 inline void SetClassPrototype(bool flag) const in SetClassPrototype() 416 inline void SetGlobalConstOrBuiltinsObject(bool flag) const in SetGlobalConstOrBuiltinsObject() 421 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode() 426 inline void SetTS(bool flag) const in SetTS()
|
D | js_function.h | 32 inline void SetConstructor(bool flag) in SetConstructor() 205 inline void SetClassConstructor(bool flag) in SetClassConstructor()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | unionType.h | 84 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() 89 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() 94 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/dfx/ |
D | vm_thread_control.h | 28 void SetVMNeedSuspension(bool flag) in SetVMNeedSuspension() 47 void SetVMSuspended(bool flag) in SetVMSuspended()
|
/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/runtime_core/runtime/tooling/inspector/tests/ |
D | test_logger.h | 41 void SetFlag(Flag flag, bool state) in SetFlag()
|
/arkcompiler/runtime_core/runtime/mem/ |
D | region_space.h | 43 constexpr bool IsYoungRegionFlag(RegionFlag flag) in IsYoungRegionFlag() 166 void AddFlag(RegionFlag flag) in AddFlag() 171 void RmvFlag(RegionFlag flag) in RmvFlag() 177 bool HasFlags(RegionFlag flag) const in HasFlags() 182 bool HasFlag(RegionFlag flag) const in HasFlag()
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
D | container_stack.js | 97 let flag = undefined; variable
|
D | container_hashset.js | 75 let flag = false; variable
|
D | container_lightweightmap.js | 73 let flag = false; variable
|
D | container_lightweightset.js | 61 let flag = false; variable
|
D | container_vector.js | 74 let flag = false; variable
|
D | container_treeset.js | 88 let flag = false; variable
|
D | container_treemap.js | 70 let flag = false; variable
|
D | container_hashmap.js | 71 let flag = false; variable
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
D | regExpLiteral.cpp | 48 compiler::VReg flag = pg->AllocReg(); in Compile() local
|
/arkcompiler/ets_frontend/ts2panda/src/base/ |
D | vregisterCache.ts | 70 private flag: boolean; property in CacheItem
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | parallel_marker.h | 150 void SetAppSpawn(bool flag) in SetAppSpawn()
|
/arkcompiler/runtime_core/runtime/methodtrace/ |
D | trace.cpp | 191 EventFlag flag = TRACE_METHOD_ENTER; in WriteInfoToBuf() local 220 uint32_t Trace::EncodeMethodAndEventToId(Method *method, EventFlag flag) in EncodeMethodAndEventToId()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_set.cpp | 159 bool flag = JSSet::Delete(thread, set, value); in Delete() local 177 bool flag = jsSet->Has(value.GetTaggedValue()); in Has() local
|