Home
last modified time | relevance | path

Searched defs:isTypedArray (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DunionWithIndexSignature.js38 function isTypedArray(a) { function
/third_party/typescript/tests/cases/compiler/
DunionWithIndexSignature.ts20 export function isTypedArray(a: {}): a is Int32Array | Uint8Array { function
/third_party/node/lib/internal/util/
Dtypes.js9 function isTypedArray(value) { function
60 isTypedArray, property
/third_party/node/test/parallel/
Dtest-util-types.js216 isTypedArray: [ property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js490 this.isTypedArray = function (...args) { method
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts74 export function isTypedArray(tsType: TypeNode | undefined): boolean { function
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts454 export function isTypedArray(tsType: ts.Type): boolean { function