| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectDescriptor.h | 52 ArenaVector<varbinder::LocalVariable *> properties; member in ark::es2panda::ark::es2panda::checker::ObjectDescriptor
|
| H A D | interfaceType.h | 127 CollectProperties(&properties); variable
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | objectDescriptor.h | 52 ArenaVector<binder::LocalVariable *> properties; member in panda::es2panda::panda::es2panda::checker::ObjectDescriptor
|
| H A D | interfaceType.h | 127 CollectProperties(&properties); variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | object_preview.cpp | 63 ObjectPreview::ObjectPreview(RemoteObjectType type, const std::vector<PropertyDescriptor> &properties) : type_(type) in ObjectPreview() argument 92 std::function<void(JsonArrayBuilder &)> properties = [](auto &) {}; in ToJson() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | objectExpression.h | 41 explicit ObjectExpression(AstNodeType nodeType, ArenaAllocator *allocator, ArenaVector<Expression *> &&properties, in ObjectExpression() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| H A D | worker_thread_local_queue.h | 64 auto properties = task.GetTaskProperties(); in Push() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | objectExpression.h | 41 explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trailingComma) in ObjectExpression() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| H A D | task_queue.h | 75 auto properties = task.GetTaskProperties(); variable
|
| H A D | task.cpp | 43 Task Task::Create(TaskProperties properties, RunnerCallback runner) in Create() argument
|
| H A D | task.h | 235 Task(TaskProperties properties, RunnerCallback runner) : properties_(properties), runner_(std::move(runner)) {} in Task() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| H A D | object_repository.cpp | 38 std::vector<PropertyDescriptor> properties; in CreateFrameObject() local 137 auto properties = GetProperties(id); in GetProperties() local 236 std::vector<PropertyDescriptor> properties; in GetProperties() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsInterfaceDeclaration.cpp | 69 checker::InterfacePropertyMap properties; in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | layout_info-inl.h | 35 inline void LayoutInfo::SetNumberOfElements([[maybe_unused]] const JSThread *thread, int properties) in SetNumberOfElements() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | object_operator_third_test.cpp | 403 TaggedArray *properties = TaggedArray::Cast(resultObj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
|
| H A D | js_hclass_test.cpp | 201 JSHandle<TaggedArray> properties = factory->NewTaggedArray(length); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | destructuring.cpp | 191 const auto &properties = object->Properties(); in GenObjectWithRest() local 234 const auto &properties = object->Properties(); in GenObject() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | recordLowering.cpp | 239 auto &properties = expr->Properties(); in CreateBlockExpression() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | destructuring.cpp | 176 const auto &properties = object->Properties(); in GenObjectWithRest() local 216 const auto &properties = object->Properties(); in GenObject() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | literal_data_extractor.cpp | 29 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, size_t index, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entryPoint) ExtractObjectDatas() argument 402 ExtractObjectDatas(JSThread *thread, const JSPandaFile *jsPandaFile, EntityId id, JSMutableHandle<TaggedArray> elements, JSMutableHandle<TaggedArray> properties, JSHandle<ConstantPool> constpool, const CString &entry, bool isLoadedAOT, JSHandle<AOTLiteralInfo> entryIndexes) ExtractObjectDatas() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | debug_types.py | 50 async def properties(self, id: runtime.RemoteObjectId) -> "RemoteObjectProperties": member in Locator 129 async def properties(self) -> RemoteObjectProperties: member in RemoteObject [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| H A D | object_repository.cpp | 168 auto properties = obj.GetProperties(frameObj.GetObjectId().value(), false); in TEST_F() local 199 auto properties = obj.GetProperties(frameObj.GetObjectId().value(), true); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSFormattedParser.cpp | 367 ir::AstNode *ETSParser::CreateClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode *> &properties, in CreateClassElement() argument 353 CreateFormattedClassElement(std::string_view sourceCode, std::vector<ir::AstNode *> &insertingNodes, const ArenaVector<ir::AstNode *> &properties, ir::ClassDefinitionModifiers modifiers) CreateFormattedClassElement() argument
|
| H A D | ETSparser.h | 158 ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode *> &properties, in CreateFormattedClassElement() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | object.cpp | 54 const ArenaVector<binder::LocalVariable *> &properties = objType->Properties(); in CheckIndexConstraints() local
|