Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.h49 const Expression *Object() const in Object() function
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts87 declare class Object { class
/arkcompiler/runtime_core/verification/absint/
Dpanda_types.h273 const Type &Object(panda::panda_file::SourceLang lang) const in Object() function
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts49 Object, enumerator
/arkcompiler/toolchain/tooling/base/
Dpt_types.h230 static const std::string Object; // NOLINT (readability-identifier-naming) member
279 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.cpp120 using Object = builtins::BuiltinsObject; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp120 using Object = builtins::BuiltinsObject; typedef