Home
last modified time | relevance | path

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

1234

/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.h178 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()
Djs_object.h96 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()
Dwaiter_list.cpp43 [[maybe_unused]] bool flag = false; in DeleteNode() local
Djs_hclass.h381 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()
Djs_function.h32 inline void SetConstructor(bool flag) in SetConstructor()
205 inline void SetClassConstructor(bool flag) in SetClassConstructor()
/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_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.h28 void SetVMNeedSuspension(bool flag) in SetVMNeedSuspension()
47 void SetVMSuspended(bool flag) in SetVMSuspended()
/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/runtime_core/runtime/tooling/inspector/tests/
Dtest_logger.h41 void SetFlag(Flag flag, bool state) in SetFlag()
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.h43 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/
Dcontainer_stack.js97 let flag = undefined; variable
Dcontainer_hashset.js75 let flag = false; variable
Dcontainer_lightweightmap.js73 let flag = false; variable
Dcontainer_lightweightset.js61 let flag = false; variable
Dcontainer_vector.js74 let flag = false; variable
Dcontainer_treeset.js88 let flag = false; variable
Dcontainer_treemap.js70 let flag = false; variable
Dcontainer_hashmap.js71 let flag = false; variable
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DregExpLiteral.cpp48 compiler::VReg flag = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts70 private flag: boolean; property in CacheItem
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.h150 void SetAppSpawn(bool flag) in SetAppSpawn()
/arkcompiler/runtime_core/runtime/methodtrace/
Dtrace.cpp191 EventFlag flag = TRACE_METHOD_ENTER; in WriteInfoToBuf() local
220 uint32_t Trace::EncodeMethodAndEventToId(Method *method, EventFlag flag) in EncodeMethodAndEventToId()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_set.cpp159 bool flag = JSSet::Delete(thread, set, value); in Delete() local
177 bool flag = jsSet->Has(value.GetTaggedValue()); in Has() local

1234