Searched defs:functionType (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 286 JSHandle<TSFunctionType> functionType(tsType); in IsStaticFunc() local 557 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncName() local 568 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetMethodIndex() local 579 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFunctionTypeLength() local 588 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncParameterTypeGT() local 597 JSHandle<TSFunctionType> functionType(tsType); in GetFuncThisGT() local 608 JSHandle<TSFunctionType> functionType(tsType); in IsGetterSetterFunc() local 619 JSHandle<TSFunctionType> functionType(tsType); in IsAbstractMethod() local 630 JSHandle<TSFunctionType> functionType(tsType); in IsMethodSignature() local 641 JSHandle<TSFunctionType> functionType(tsType); in CanFastCall() local [all …]
|
D | ts_type_parser.cpp | 236 JSHandle<TSFunctionType> functionType = in ParseNonImportType() local 371 JSHandle<TSFunctionType> functionType = factory_->NewTSFunctionType(length); in ParseFunctionType() local 462 JSHandle<TSFunctionType> functionType(tsType); in FillInterfaceMethodTypes() local 495 void TSTypeParser::SetFunctionThisType(const JSHandle<TSFunctionType> &functionType, in SetFunctionThisType() 509 void TSTypeParser::StoreMethodOffset(const JSHandle<TSFunctionType> &functionType, in StoreMethodOffset() 676 JSHandle<TSFunctionType> functionType = factory_->NewTSFunctionType(length); in InstantiateFuncGenericsType() local
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 437 FunctionType functionType(this, node, name); in GetTypeIndexFromFunctionNode() local 582 FunctionType functionType(this, type->AsTSFunctionType(), ""); in GetTypeIndexFromAnnotation() local 585 FunctionType functionType(this, type->AsTSConstructorType(), ""); in GetTypeIndexFromAnnotation() local 599 FunctionType functionType(this, typeAnnotation->AsTSFunctionType(), ""); in GetTypeIndexFromAnnotation() local 603 FunctionType functionType(this, typeAnnotation->AsTSConstructorType(), ""); in GetTypeIndexFromAnnotation() local 696 FunctionType functionType(this, node, name); in HandleFunctionDeclaration() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
D | ts_type_parser_test.cpp | 227 JSHandle<TSFunctionType> functionType(type); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | dump_test.cpp | 1023 JSHandle<TSFunctionType> functionType = factory->NewTSFunctionType(1); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | llvm_ir_builder.cpp | 2497 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 3341 JSHandle<TSFunctionType> functionType(thread_, header); in NewTSFunctionType() local
|