Home
last modified time | relevance | path

Searched defs:__proto__ (Results 1 – 25 of 832) sorted by relevance

12345678910>>...34

/third_party/jerryscript/tests/jerry/es2015/
Dobject-prototype-proto.js57 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 };
Darray-isarray.js32 assert(Array.isArray({ __proto__: Array.prototype }) === false); property
/third_party/typescript/tests/baselines/reference/
DescapedReservedCompilerNamedIdentifier.js3 var __proto__ = 10; variable
5 "__proto__": 0 property
9 __proto__: 0 property
37 "__proto__": 0 property
41 __proto__: 0 property
DprotoAsIndexInIndexExpression.js16 "__proto__": 0 property
19 "__proto__" = 0; field in C
35 "__proto__": 0 property
DsuperInObjectLiterals_ES6.js3 __proto__: { property
35 __proto__: { property
64 __proto__: { property
94 __proto__: { property
DsuperInObjectLiterals_ES5.js3 __proto__: { property
35 __proto__: { property
66 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
80 __proto__: { property
118 __proto__: { property
DexportsAndImportsWithUnderscores2.js7 "__proto__": {} property
27 var __esmodule = m1_1["default"].__esmodule, __proto__ = m1_1["default"].__proto__; variable
DclassExtendsItselfIndirectly3.js25 ({ __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
DjsDeclarationsFunctionLikeClasses2.js51 __proto__: Vec, property in Point2D
129 __proto__: Vec, property in Point2D
DexportDefaultAbstractClass.js20 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
52 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DtsxExternalModuleEmit1.js38 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
69 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DaliasUsageInTypeArgumentOfExtendsClause.js42 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
70 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DunusedInvalidTypeArguments.js59 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
108 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DextendingClassFromAliasAndUsageInIndexer.js50 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
78 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DexportClassExtendingIntersection.js53 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
82 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DdefaultPropsEmptyCurlyBecomesAnyForJs.js33 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
61 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || property
DanonClassDeclarationEmitIsAnon.js42 ({ __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/
Dtest-tls-parse-cert-string.js25 __proto__: null, property
41 __proto__: null, property
50 assert.deepStrictEqual(invalidOut, { __proto__: null }); property
70 assert.deepStrictEqual(ret, { __proto__: null, foo: 'bar' }); property
Dtest-http-set-header-chain.js6 '__proto__': null, property
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/javascript/objectLiteralDuplicateProperties/
Derror-proto-string-property.src.js6 "__proto__": proto, property
7 "__proto__": proto property
Derror-proto-property.src.js6 __proto__: proto, property
7 __proto__: proto property
/third_party/typescript/tests/cases/compiler/
Dintrinsics.ts6 export var __proto__; variable
7 interface __proto__ {} interface
/third_party/node/lib/internal/modules/esm/
Dget_format.js18 '__proto__': null, property
25 '__proto__': null, property
50 '__proto__': null, property
/third_party/typescript/tests/cases/conformance/es6/modules/
DexportsAndImportsWithUnderscores2.ts13 const { __esmodule, __proto__ } = R; constant
/third_party/node/lib/internal/process/
Dpolicy.js18 __proto__: null, property

12345678910>>...34