Home
last modified time | relevance | path

Searched refs:PROPERTY (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/cmake/
DPandaCCache.cmake16 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
17 set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
DPandaCmakeFunctions.cmake59 set_property(TARGET ${target} PROPERTY POSITION_INDEPENDENT_CODE ON)
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h38 : Expression(AstNodeType::PROPERTY), in Property()
49 : Expression(AstNodeType::PROPERTY), in Property()
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt20 PROPERTY panda_benchmark_name
24 PROPERTY panda_benchmark_vmb_name
28 PROPERTY panda_benchmark_stack_limit
32 PROPERTY panda_benchmark_run_interpreter
36 PROPERTY panda_benchmark_run_enforce_jit_compiler
40 PROPERTY panda_benchmark_run_gc_type
44 PROPERTY panda_benchmark_run_aot
48 PROPERTY panda_benchmark_run_default
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h37 _(PROPERTY, PropertyDecl) \
112 PROPERTY = 1 << 1, enumerator
Ddeclaration.h221 return DeclType::PROPERTY; in Type()
Dbinder.cpp457 case ir::AstNodeType::PROPERTY: { in BuildVarDeclaratorId()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectLiteralType.cpp60 if (it->HasFlag(binder::VariableFlags::PROPERTY)) { in ToString()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTupleType.cpp61 … binder::Scope::CreateVar(checker->Allocator(), memberIndex, binder::VariableFlags::PROPERTY, it); in GetType()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp98 case AstNodeType::PROPERTY: { in ValidateExpression()
161 case AstNodeType::PROPERTY: { in ConvertibleToObjectPattern()
566 … checker->Allocator(), prop->Key()->AsIdentifier()->Name(), binder::VariableFlags::PROPERTY, *it); in CheckPattern()
598 return binder::VariableFlags::PROPERTY; in GetFlagsForProperty()
DarrayExpression.cpp247 …der::Scope::CreateVar(checker->Allocator(), memberIndex, binder::VariableFlags::PROPERTY, nullptr); in Check()
362 … binder::Scope::CreateVar(checker->Allocator(), memberIndex, binder::VariableFlags::PROPERTY, *it); in CheckPattern()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h47 enum class EdgeType { CONTEXT, ELEMENT, PROPERTY, INTERNAL, HIDDEN, SHORTCUT, WEAK, DEFAULT = PROPE… enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNodeMapping.h65 _(PROPERTY, Property) \
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp159 …allocator_, memberIndex, binder::VariableFlags::PROPERTY | binder::VariableFlags::OPTIONAL, nullpt… in CreateParameterTypeForArrayAssignmentPattern()
197 … binder::VariableFlags::PROPERTY | binder::VariableFlags::OPTIONAL, nullptr); in CreateParameterTypeForObjectAssignmentPattern()
486 case ir::AstNodeType::PROPERTY: { in CreatePatternParameterName()
DdestructuringContext.cpp319 …er::Scope::CreateVar(checker_->Allocator(), memberIndex, binder::VariableFlags::PROPERTY, nullptr); in CreateTupleTypeForRest()
645 case ir::AstNodeType::PROPERTY: { in Start()
Dhelpers.cpp395 case binder::DeclType::PROPERTY: { in GetTypeOfVariable()
Dobject.cpp298 binder::VariableFlags flags = binder::VariableFlags::PROPERTY; in GetPropertyOfUnionType()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp454 case ir::AstNodeType::PROPERTY: { in CollectBindingName()
532 case ir::AstNodeType::PROPERTY: { in FunctionName()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1481 CreateTSVariableForProperty(member, key, flags | binder::VariableFlags::PROPERTY); in ParseTsTypeLiteralOrInterfaceMember()
3733 case ir::AstNodeType::PROPERTY: { in ValidateArrowParameterBindings()
DexpressionParser.cpp658 case ir::AstNodeType::PROPERTY: in CheckInvalidDestructuring()