Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp286 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 …]
Dts_type_parser.cpp236 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/
DtypeExtractor.cpp437 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/
Dts_type_parser_test.cpp227 JSHandle<TSFunctionType> functionType(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1023 JSHandle<TSFunctionType> functionType = factory->NewTSFunctionType(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2497 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3341 JSHandle<TSFunctionType> functionType(thread_, header); in NewTSFunctionType() local