Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/types/
DfunctionType.h26 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DfunctionType.h25 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType() function
/arkcompiler/runtime_core/static_core/verification/util/
Dcallable.h48 using FunctionType = R (*)(Args...); variable
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.h34 class FunctionType; variable
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts531 export class FunctionType extends BaseType { class
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h431 …explicit FunctionType(TypeExtractor *extractor, const ir::AstNode *node, const util::StringView &n… in FunctionType() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument