/third_party/jerryscript/tests/jerry/es2015/ |
D | object-prototype-proto.js | 57 var o2 = { ["__proto__"] : null }; property 61 var o3 = { __proto__ : null }; property 65 var o4 = { "__proto__" : null }; property 69 var __proto__ = []; variable 70 var o5 = { __proto__ }; field 74 var o6 = { __proto__() { return "42" } }; method 78 var o7 = { __\u0070r\u006ft\u006f__: null };
|
D | array-isarray.js | 32 assert(Array.isArray({ __proto__: Array.prototype }) === false); property
|
/third_party/typescript/tests/baselines/reference/ |
D | escapedReservedCompilerNamedIdentifier.js | 3 var __proto__ = 10; variable 5 "__proto__": 0 property 9 __proto__: 0 property 37 "__proto__": 0 property 41 __proto__: 0 property
|
D | protoAsIndexInIndexExpression.js | 16 "__proto__": 0 property 19 "__proto__" = 0; field in C 35 "__proto__": 0 property
|
D | superInObjectLiterals_ES6.js | 3 __proto__: { property 35 __proto__: { property 64 __proto__: { property 94 __proto__: { property
|
D | superInObjectLiterals_ES5.js | 3 __proto__: { property 35 __proto__: { property 66 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 80 __proto__: { property 118 __proto__: { property
|
D | exportsAndImportsWithUnderscores2.js | 7 "__proto__": {} property 27 var __esmodule = m1_1["default"].__esmodule, __proto__ = m1_1["default"].__proto__; variable
|
D | classExtendsItselfIndirectly3.js | 25 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 48 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 71 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 94 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 117 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 140 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | jsDeclarationsFunctionLikeClasses2.js | 51 __proto__: Vec, property in Point2D 129 __proto__: Vec, property in Point2D
|
D | exportDefaultAbstractClass.js | 20 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 52 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | tsxExternalModuleEmit1.js | 38 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 69 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | aliasUsageInTypeArgumentOfExtendsClause.js | 42 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 70 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | unusedInvalidTypeArguments.js | 59 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 108 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | extendingClassFromAliasAndUsageInIndexer.js | 50 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 78 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | exportClassExtendingIntersection.js | 53 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 82 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | defaultPropsEmptyCurlyBecomesAnyForJs.js | 33 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 61 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
D | anonClassDeclarationEmitIsAnon.js | 42 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property 84 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
|
/third_party/node/test/parallel/ |
D | test-tls-parse-cert-string.js | 25 __proto__: null, property 41 __proto__: null, property 50 assert.deepStrictEqual(invalidOut, { __proto__: null }); property 70 assert.deepStrictEqual(ret, { __proto__: null, foo: 'bar' }); property
|
D | test-http-set-header-chain.js | 6 '__proto__': null, property
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/javascript/objectLiteralDuplicateProperties/ |
D | error-proto-string-property.src.js | 6 "__proto__": proto, property 7 "__proto__": proto property
|
D | error-proto-property.src.js | 6 __proto__: proto, property 7 __proto__: proto property
|
/third_party/typescript/tests/cases/compiler/ |
D | intrinsics.ts | 6 export var __proto__; variable 7 interface __proto__ {} interface
|
/third_party/node/lib/internal/modules/esm/ |
D | get_format.js | 18 '__proto__': null, property 25 '__proto__': null, property 50 '__proto__': null, property
|
/third_party/typescript/tests/cases/conformance/es6/modules/ |
D | exportsAndImportsWithUnderscores2.ts | 13 const { __esmodule, __proto__ } = R; constant
|
/third_party/node/lib/internal/process/ |
D | policy.js | 18 __proto__: null, property
|