Home
last modified time | relevance | path

Searched defs:Reflect (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/transformApi/
DtransformsCorrectly.rewrittenNamespace.js1 var Reflect; variable
2 (function (Reflect) { argument
/third_party/typescript/lib/
Dlib.es2015.reflect.d.ts21 declare namespace Reflect { namespace
/third_party/typescript/src/lib/
Des2015.reflect.d.ts1 declare namespace Reflect { namespace
/third_party/typescript_eslint/packages/eslint-plugin/typings/
Dnode.d.ts6 Reflect: typeof Reflect; property
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp639 DSLExpression Reflect(DSLExpression i, DSLExpression n, PositionInfo pos) { in Reflect() function