Home
last modified time | relevance | path

Searched defs:property (Results 1 - 25 of 61) sorted by relevance

123

/arkcompiler/runtime_core/libpandabase/os/
H A Dproperty.cpp18 namespace panda::os::property { namespace in panda::os
H A Dproperty.h25 namespace panda::os::property { namespace in panda::os
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dproperty.cpp18 namespace ark::os::property { namespace in ark::os
H A Dproperty.h25 namespace ark::os::property { namespace in ark::os
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dproperty.h22 namespace panda::os::unix::property { namespace in panda::os::unix
H A Dproperty.cpp22 namespace panda::os::unix::property { namespace in panda::os::unix
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dproperty.h24 namespace ark::os::unix::property { namespace in ark::os::unix
H A Dproperty.cpp22 namespace ark::os::unix::property { namespace in ark::os::unix
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dnumeric_id.h39 auto property = object.GetValue<JsonObject::StringT>(propertyName); in ParseNumericId() local
H A Dlocation.cpp32 auto property = object.GetValue<JsonObject::JsonObjPointer>(propertyName); in FromJsonProperty() local
H A Dproperty_preview.h38 auto property = type_.ToJson(); in ToJson() local
/arkcompiler/ets_runtime/test/fuzztest/arrayref_fuzzer/
H A Darrayref_fuzzer.cpp44 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefGetValueAtFuzzerTest() local
62 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefLengthFuzzerTest() local
77 Local<ArrayRef> property = ArrayRef::New(vm, (uint32_t)size); in ArrayRefSetValueAtFuzzerTest() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserNamespaces.cpp103 ir::AstNode *property = ParseClassElement(properties, modifiers, flags); in ParseNamespaceBody() local
H A DETSFormattedParser.cpp329 auto *const property = CreateClassElement(sourceCode, DUMMY_ARRAY, ir::ClassDefinitionModifiers::NONE); in CreateFormattedClassFieldDefinition() local
344 auto *const property = CreateClassElement(sourceCode, DUMMY_ARRAY, ir::ClassDefinitionModifiers::NONE); in CreateFormattedClassMethodDefinition() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dprim_types.h58 const PrimitiveTypeProperty &property; member in maple::PrimitiveType
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Djson_object_matcher.h91 explicit HasJsonPropertyMatcher(JsonProperty<PropertyType> property) : property_(std::move(property)) {} in HasJsonPropertyMatcher() argument
130 explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher() argument
179 auto JsonProperties(JsonProperty<PropertyType>... property) in JsonProperties() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DmemberExpression.h69 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, bool computed, in MemberExpression() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassDefinitionBuilder.h50 ClassDefinitionBuilder &AddProperty(AstNode *property) in AddProperty() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.h38 explicit MemberExpression(Expression *object, Expression *property, MemberExpressionKind kind, in MemberExpression() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_segmenter.cpp103 JSHandle<JSTaggedValue> property = globalConst->GetHandledLocaleMatcherString(); in InitializeSegmenter() local
H A Djs_date_time_format.h60 IcuPatternDesc(std::string property, const std::vector<IcuPatternEntry> &pairs, in IcuPatternDesc() argument
71 std::string property; // NOLINT(misc-non-private-member-variables-in-classes) member in panda::ecmascript::CalendarOption::IcuPatternDesc
H A Djs_plural_rules.cpp179 JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledTypeString()); in InitializePluralRules() local
311 JSHandle<JSTaggedValue> property = JSHandle<JSTaggedValue>::Cast(globalConst->GetHandledLocaleString()); in ResolvedOptions() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlocalClassLowering.cpp92 auto *property = CreateCapturedField(checker, var, reinterpret_cast<varbinder::ClassScope *>(classDef->Scope()), in CreateClassPropertiesForCapturedVariables() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_regexp_stub_builder.cpp146 GateRef property = FastGetPropertyByName(glue, thisValue, key, ProfileOperation()); in TryToFastGetProperty() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DdestructuringContext.cpp604 const ir::Property *property = node->AsProperty(); in ConvertTupleTypeToArrayTypeIfNecessary() local
659 const ir::Property *property = it->AsProperty(); in Start() local
[all...]

Completed in 13 milliseconds

123