Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DarrayType.h24 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DarrayType.h25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h72 using ArrayType = MIRArrayType; variable
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts741 export class ArrayType extends BaseType { class
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h1161 …explicit ArrayType(TypeExtractor *extractor, const ir::TSArrayType *arrayDef) : BaseType(extractor) in ArrayType() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument