Home
last modified time | relevance | path

Searched defs:y9 (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringObjectLiteralPattern1.ts9 var { x9: a2, y9: b2 } = { x9: 5, y9: "hello" }; variable
DdeclarationEmitDestructuringObjectLiteralPattern.ts9 var { x9: a2, y9: b2 } = { x9: 5, y9: "hello" }; variable
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringObjectLiteralPattern1.js8 var { x9: a2, y9: b2 } = { x9: 5, y9: "hello" }; property
17 var _c = { x9: 5, y9: "hello" }, a2 = _c.x9, b2 = _c.y9; property
DdeclarationEmitDestructuringObjectLiteralPattern.js8 var { x9: a2, y9: b2 } = { x9: 5, y9: "hello" }; property
31 var _c = { x9: 5, y9: "hello" }, a2 = _c.x9, b2 = _c.y9; property
Des6ExportEqualsInterop.js254 var y9 = require("class"); variable
/third_party/FreeBSD/contrib/gdtoa/
Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() argument
/third_party/ffmpeg/libavcodec/ppc/
Dfft_vsx.h65 vec_f y4, y5, y8, y9; in pass_vsx_interleave() local
/third_party/python/Python/
Ddtoa.c493 s2b(const char *s, int nd0, int nd, ULong y9) in s2b()