Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 78) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h84 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag()
89 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag()
94 bool HasConstituentFlag(TypeFlag flag) const in HasConstituentFlag()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h83 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()
Dproperty_attributes.h168 inline void SetWritable(bool flag) in SetWritable()
176 inline void SetEnumerable(bool flag) in SetEnumerable()
184 inline void SetConfigurable(bool flag) in SetConfigurable()
193 inline void SetIsAccessor(bool flag) in SetIsAccessor()
203 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
213 inline void SetIsConstProps(bool flag) in SetIsConstProps()
223 inline void SetIsNotHole(bool flag) in SetIsNotHole()
Djs_hclass.h418 inline void SetCallable(bool flag) in SetCallable()
423 inline void SetConstructor(bool flag) const in SetConstructor()
428 inline void SetExtensible(bool flag) const in SetExtensible()
433 inline void SetIsPrototype(bool flag) const in SetIsPrototype()
438 inline void SetIsLiteral(bool flag) const in SetIsLiteral()
443 inline void SetClassConstructor(bool flag) const in SetClassConstructor()
448 inline void SetClassPrototype(bool flag) const in SetClassPrototype()
453 inline void SetGlobalConstOrBuiltinsObject(bool flag) const in SetGlobalConstOrBuiltinsObject()
458 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode()
463 inline void SetTS(bool flag) const in SetTS()
[all …]
Dwaiter_list.cpp41 [[maybe_unused]] bool flag = false; in DeleteNode() local
Djs_object.h97 inline void SetWritable(bool flag) in SetWritable()
108 inline void SetEnumerable(bool flag) in SetEnumerable()
119 inline void SetConfigurable(bool flag) in SetConfigurable()
247 inline void SetFound(bool flag) in SetFound()
257 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
Djs_function.h33 inline void SetConstructor(bool flag) in SetConstructor()
209 inline void SetClassConstructor(bool flag) in SetClassConstructor()
/arkcompiler/ets_frontend/testTs/
Drun_testTs.py50 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/
Dvm_thread_control.cpp39 void VmThreadControl::SetVMNeedSuspension(bool flag) in SetVMNeedSuspension()
49 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended()
/arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/
Darray_includes.ts20 let flag = arr.includes(1); variable
/arkcompiler/runtime_core/assembler/
Dassembly-parser.h226 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_runtime/test/moduletest/string/
Dstring.js24 let flag = tmp; variable
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.h79 void SetTraceStackMap(bool flag) in SetTraceStackMap()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.h48 void SetEnableSecDump(bool flag) in SetEnableSecDump()
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_hashset.js75 let flag = false; variable
Dcontainer_stack.js97 let flag = undefined; variable
Dcontainer_lightweightmap.js73 let flag = false; variable
Dcontainer_lightweightset.js61 let flag = false; variable
Dcontainer_treeset.js88 let flag = false; variable
Dcontainer_vector.js74 let flag = false; variable
Dcontainer_treemap.js70 let flag = false; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp48 compiler::VReg flag = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h125 auto flag = tsManager_->IsObjectTypeKind(type) || in ShouldInferWithLdObjByValue() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts70 private flag: boolean; property in CacheItem
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.h165 void SetAppSpawn(bool flag) in SetAppSpawn()

1234