Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h49 const Expression *Object() const in Object() function
54 Expression *Object() in Object() function
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DinheritedGenericCallSignature.ts28 interface Object {} interface
DaugmentedTypeBracketAccessIndexSignature.ts24 interface Object { interface
DdeclarationEmitPreservesHasNoDefaultLibDirective.ts31 interface Object {} interface
DthisInTupleTypeParameterConstraints.ts28 interface Object {} interface
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts49 Object, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h373 static const std::string Object; // NOLINT (readability-identifier-naming) member
422 static const std::string Object; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp23 const std::string ObjectType::Object = "object"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
57 const std::string ObjectClassName::Object = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp122 using Object = builtins::BuiltinsObject; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp122 using Object = builtins::BuiltinsObject; typedef