Home
last modified time | relevance | path

Searched defs:isAmbient (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/gm/
Dshadowutils.cpp28 SkPoint3 lightPos, SkScalar lightR, bool isAmbient, uint32_t flags) { in draw_shadow()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts918 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/
Dhelpers.ts60 isAmbient = false, enumerator
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3271 … 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
DparserRealSource7.js192 var isAmbient = hasFlag(moduleDecl.modFlags, ModuleFlags.Ambient); variable
/third_party/typescript/src/compiler/transformers/
Dts.ts1026 …const isAmbient = node.flags & NodeFlags.Ambient || hasSyntacticModifier(node, ModifierFlags.Abstr… constant
/third_party/typescript/src/services/
Dtypes.ts1073 /* @internal */ isAmbient?: boolean; property
/third_party/typescript/lib/
Dtsc.js75976 function unusedIsError(kind, isAmbient) { argument
DtypingsInstaller.js90104 function unusedIsError(kind, isAmbient) { argument