Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 13 of 13) 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/ecmascript/
Dglobal_env_constants-inl.h73 #define DECL_GET_IMPL_BUILTIN4(Method, Object, Unused, Index) \ argument
75 #define DECL_GET_IMPL_BUILTIN6(Method, Object, Unused0, Unused1, Unused2, Index) \ argument
Dglobal_env_constants.h744 #define DECL_GET_BUILTIN(Method, Object, ...) DECL_GET_COMMON(JSTaggedValue, Object##Method) argument
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dobject.h53 Object(Program *program, std::string literalArrayIdx) in Object() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
Dobject.py77 class Object(metaclass=ObjectMeta): class
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_call_signature.h246 #define ID_TO_IDX4(Method, Object, Unused, Index) \ in GetConstantIndex() argument
248 #define ID_TO_IDX6(Method, Object, Unused1, Unused2, Unused3, Index) \ in GetConstantIndex() argument
643 #define ID_TO_STRING(Method, Object, ...) {BuiltinsStubCSigns::ID::Object##Method, #Object"."#Meth… in GetBuiltinName() argument
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.h66 Type Object() const in Object() function
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst16260 Object section in Classes
16272 Methods
/arkcompiler/toolchain/tooling/base/
Dpt_types.h413 static const std::string Object; // NOLINT (readability-identifier-naming) member
462 static const std::string Object; // NOLINT (readability-identifier-naming) member
Dpt_types.cpp25 const std::string ObjectType::Object = "object"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType
59 const std::string ObjectClassName::Object = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp92 using Object = builtins::BuiltinsObject; typedef
/arkcompiler/ets_runtime/ecmascript/builtins/
Dshared_builtins.cpp45 using Object = builtins::BuiltinsObject; typedef
Dbuiltins.cpp111 using Object = builtins::BuiltinsObject; typedef