Home
last modified time | relevance | path

Searched defs:super (Results 1 – 25 of 50) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DparserKeywordsAsIdentifierName1.js4 super : 0, property
12 "super": 0, property
DsuperErrors.js36 super.sayHello(); field in RegisteredUser
44 (function() { return () => super; })(); field in RegisteredUser
DobjectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.js32 "super": , property
DprivateInstanceMemberAccessibility.js11 z: typeof super.foo; // error field in Derived
DsuperElementAccess.js30super["m1"] = function (a: string) { return ""; }; // Should be allowed, we will not restrict … function
DpropertyNamesOfReservedWords.js50 super; field in C
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-3536.js21 super() { method in A
Dclass-inheritance-core-14.js25 super () { method in A
Dclass.js104 super() { method in C
/third_party/typescript/tests/cases/conformance/classes/members/accessibility/
DprivateInstanceMemberAccessibility.ts10 z: typeof super.foo; // error property in Derived
/third_party/typescript/tests/cases/conformance/es6/shorthandPropertyAssignment/
DobjectLiteralShorthandPropertiesErrorFromNotUsingIdentifier.ts8 super, variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionIterator.h41 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable
168 using super = std::iterator<std::forward_iterator_tag, NodeRef>; variable
/third_party/mesa3d/src/gallium/frontends/clover/util/
Drange.hpp186 typedef detail::basic_range<iterator_range<I>, I, I> super; typedef in clover::iterator_range
242 > super; typedef in clover::adaptor_range
300 > super; typedef in clover::slice_range
/third_party/typescript/tests/cases/compiler/
DinterfaceDeclaration1.ts18 super:number; property
DconvertKeywordsYes.ts161 super; property
218 public super = 0; property in bigClass
277 super, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DBreadthFirstIterator.h50 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>; variable
DEquivalenceClasses.h255 using super = std::iterator<std::forward_iterator_tag, variable
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts49 super; property in C
118 super; property
188 super; variable
257 super, enumerator
/third_party/node/deps/undici/src/lib/fileapi/
Dprogressevent.js15 super(type, eventInitDict) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h33 using super = std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t>; variable
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Drequest.js51 super(inputBody, { variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dkeywords.h36 int super; variable
/third_party/curl/lib/
Dcontent_encoding.c101 struct Curl_cwriter super; member
608 struct Curl_cwriter super; member
738 struct Curl_cwriter super; member
Dhttp_chunks.c382 struct Curl_cwriter super; member
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h151 PyHeapTypeObject super; member

12