Searched defs:Object (Results 1 – 12 of 12) sorted by relevance
22 const c = X instanceof Object; // Compile-time error constant37 const aa = this instanceof Object; constant50 const fc = 3 instanceof Object; // Compile-time error constant51 const fd = "s" instanceof Object; // Compile-time error constant58 static readonly field = SomeClass instanceof Object; property in SomeClass
49 const Expression *Object() const in Object() function54 Expression *Object() in Object() function
23 let c = X instanceof Object // true, left operand is a type variable
66 Type Object() const in Object() function
16260 Object section in Classes16272 Methods
49 Object, enumerator
376 static const std::string Object; // NOLINT (readability-identifier-naming) member425 static const std::string Object; // NOLINT (readability-identifier-naming) member
26 const std::string ObjectType::Object = "object"; // NOLINT (readability-identifier-naming) member in panda::ecmascript::tooling::ObjectType60 const std::string ObjectClassName::Object = "Object"; // NOLINT (readability-ident… member in panda::ecmascript::tooling::ObjectClassName
122 using Object = builtins::BuiltinsObject; typedef
126 using Object = builtins::BuiltinsObject; typedef