Searched defs:isAmbient (Results 1 – 9 of 9) sorted by relevance
| /third_party/skia/gm/ |
| D | shadowutils.cpp | 28 SkPoint3 lightPos, SkScalar lightR, bool isAmbient, uint32_t flags) { in draw_shadow()
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
| D | parserRealSource11.ts | 918 public isAmbient() { return hasFlag(this.varFlags, VarFlags.Ambient); } method in VarDecl 1079 public isAmbient() { return hasFlag(this.fncFlags, FncFlags.Ambient); } method in FuncDecl 1214 public isAmbient() { return hasFlag(this.modFlags, ModuleFlags.Ambient); } method in ModuleDeclaration 1251 public isAmbient() { method in TypeDeclaration
|
| /third_party/typescript/src/services/codefixes/ |
| D | helpers.ts | 60 isAmbient = false, enumerator
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserRealSource11.js | 3271 … VarDecl.prototype.isAmbient = function () { return hasFlag(this.varFlags, VarFlags.Ambient); }; method in VarDecl 3416 … FuncDecl.prototype.isAmbient = function () { return hasFlag(this.fncFlags, FncFlags.Ambient); }; method in FuncDecl 3546 …ModuleDeclaration.prototype.isAmbient = function () { return hasFlag(this.modFlags, ModuleFlags.Am… method in ModuleDeclaration 3578 TypeDeclaration.prototype.isAmbient = function () { method in TypeDeclaration
|
| D | parserRealSource7.js | 192 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); variable
|
| /third_party/typescript/src/compiler/transformers/ |
| D | ts.ts | 1026 …const isAmbient = node.flags & NodeFlags.Ambient || hasSyntacticModifier(node, ModifierFlags.Abstr… constant
|
| /third_party/typescript/src/services/ |
| D | types.ts | 1073 /* @internal */ isAmbient?: boolean; property
|
| /third_party/typescript/lib/ |
| D | tsc.js | 75976 function unusedIsError(kind, isAmbient) { argument
|
| D | typingsInstaller.js | 90104 function unusedIsError(kind, isAmbient) { argument
|