Home
last modified time | relevance | path

Searched defs:isConstructor (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp144 bool TFunctionLookup::isConstructor() const in isConstructor() function in sh::TFunctionLookup
DIntermNode.cpp1246 bool TIntermOperator::isConstructor() const in isConstructor() function in sh::TIntermOperator
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go469 func isConstructor(v interface{}) bool { func
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts112 const isConstructor = isConstructorDeclaration(functionDeclaration); constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js592 var isConstructor = funcDecl.isConstructMember() || funcDecl.isConstructor; variable
DparserRealSource11.js3308 function FuncDecl(name, bod, isConstructor, arguments, vars, scopes, statics, nodeType) { argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java131 public boolean isConstructor() { return getVal(CAT) == CAT_CONSTRUCTOR; } in isConstructor() method in APIInfo
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DIntermediate.cpp836 bool TIntermOperator::isConstructor() const in isConstructor() function in TIntermOperator
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js95 function isConstructor(o) { function
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp3221 bool TIntermOperator::isConstructor() const in isConstructor() function in glslang::TIntermOperator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts984 constructor (public name: Identifier, public bod: ASTList, public isConstructor: boolean, property in FuncDecl
/third_party/typescript/src/compiler/
Dchecker.ts13662 …const isConstructor = kind === undefined || kind === SyntaxKind.Constructor || kind === SyntaxKind… constant
37235 const isConstructor = (symbol.flags & SymbolFlags.Constructor) !== 0; constant