Home
last modified time | relevance | path

Searched defs:properties (Results 1 - 25 of 71) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectDescriptor.h52 ArenaVector<varbinder::LocalVariable *> properties; member in ark::es2panda::ark::es2panda::checker::ObjectDescriptor
H A DinterfaceType.h127 CollectProperties(&properties); variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DobjectDescriptor.h52 ArenaVector<binder::LocalVariable *> properties; member in panda::es2panda::panda::es2panda::checker::ObjectDescriptor
H A DinterfaceType.h127 CollectProperties(&properties); variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dobject_preview.cpp63 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 DobjectExpression.h41 explicit ObjectExpression(AstNodeType nodeType, ArenaAllocator *allocator, ArenaVector<Expression *> &&properties, in ObjectExpression() argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H A Dworker_thread_local_queue.h64 auto properties = task.GetTaskProperties(); in Push() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.h41 explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trailingComma) in ObjectExpression() argument
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/
H A Dtask_queue.h75 auto properties = task.GetTaskProperties(); variable
H A Dtask.cpp43 Task Task::Create(TaskProperties properties, RunnerCallback runner) in Create() argument
H A Dtask.h235 Task(TaskProperties properties, RunnerCallback runner) : properties_(properties), runner_(std::move(runner)) {} in Task() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dobject_repository.cpp38 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 DtsInterfaceDeclaration.cpp69 checker::InterfacePropertyMap properties; in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_runtime/ecmascript/
H A Dlayout_info-inl.h35 inline void LayoutInfo::SetNumberOfElements([[maybe_unused]] const JSThread *thread, int properties) in SetNumberOfElements() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp403 TaggedArray *properties = TaggedArray::Cast(resultObj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
H A Djs_hclass_test.cpp201 JSHandle<TaggedArray> properties = factory->NewTaggedArray(length); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp191 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 DrecordLowering.cpp239 auto &properties = expr->Properties(); in CreateBlockExpression() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp176 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 Dliteral_data_extractor.cpp29 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 Ddebug_types.py50 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 Dobject_repository.cpp168 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 DETSFormattedParser.cpp367 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 DETSparser.h158 ir::AstNode *CreateFormattedClassElement(std::string_view sourceCode, const ArenaVector<ir::AstNode *> &properties, in CreateFormattedClassElement() argument
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dobject.cpp54 const ArenaVector<binder::LocalVariable *> &properties = objType->Properties(); in CheckIndexConstraints() local

Completed in 15 milliseconds

123