Home
last modified time | relevance | path

Searched defs:isNumber (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcontrolFlowCommaExpressionFunctionCall.ts4 function isNumber(obj: any): obj is number { function
DarrayFind.ts4 function isNumber(x: any): x is number { function
DnarrowCommaOperatorNestedWithinLHS.ts4 function isNumber(obj: any): obj is number { function
DnumberVsBigIntOperations.ts87 const isNumber: (x: 0 | 1) => number = (x: 0 | 1) => x; constant
DunderscoreTest1.ts55 isNumber(): boolean; method
229 isNumber(): ChainedObject<boolean>; method
611 isNumber(object: any): boolean; method
/third_party/typescript/tests/baselines/reference/
DcontrolFlowCommaExpressionFunctionCall.js17 function isNumber(obj) { function
DarrayFind.js16 function isNumber(x) { function
DnarrowCommaOperatorNestedWithinLHS.js22 function isNumber(obj) { function
DnumberVsBigIntOperations.js86 const isNumber: (x: 0 | 1) => number = (x: 0 | 1) => x; function
/third_party/typescript/tests/cases/conformance/jsdoc/
DreturnTagTypeGuard.ts58 function isNumber(x) { return typeof x === "number" } function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts28 static isNumber(x: any, msg?: string) { method in Assert
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dparse-field.js21 const isNumber = typeList.has(typeDefs.Number.type) constant
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowAliasing.ts25 const isNumber = typeof x === "number"; constant
36 const isNumber = typeof x === "number"; constant
/third_party/node/lib/
Dutil.js122 function isNumber(arg) { function
375 isNumber, property
/third_party/skia/src/sksl/dsl/
DDSLType.cpp183 bool DSLType::isNumber() const { in isNumber() function in SkSL::dsl::DSLType
/third_party/skia/src/sksl/ir/
DSkSLType.h246 bool isNumber() const { in isNumber() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp244 static bool isNumber(char C) { in isNumber() function in llvm::json::__anon9fca08e10111::Parser
/third_party/typescript/src/compiler/
Dcore.ts1720 export function isNumber(x: unknown): x is number { function
/third_party/node/src/
Djs_native_api_v8.cc4934 bool* isNumber) { in OH_JSVM_IsNumber()
/third_party/sqlite/src/
Dshell.c595 static int isNumber(const char *z, int *realnum){ in isNumber() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77768 bool isNumber() const { in isNumber() function in JS::Value
78478 bool isNumber() const { return value().isNumber(); } in isNumber() function in js::WrappedPtrOperations
/third_party/typescript/lib/
Dtsc.js1479 function isNumber(x) { function
DtypingsInstaller.js1685 function isNumber(x) { function