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.cpp224 JSHandle<TSFunctionType> functionType(tsType); in IsStaticFunc() local
472 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncName() local
484 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFunctionTypeLength() local
493 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncParameterTypeGT() local
502 JSHandle<TSFunctionType> functionType(tsType); in GetFuncThisGT() local
513 JSHandle<TSFunctionType> functionType(tsType); in IsGetterSetterFunc() local
524 JSHandle<TSFunctionType> functionType(tsType); in IsAbstractMethod() local
535 JSHandle<TSFunctionType> functionType(tsType); in IsMethodSignature() local
544 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in GetFuncReturnValueTypeGT() local
553 JSHandle<TSFunctionType> functionType = JSHandle<TSFunctionType>(tsType); in SetFuncMethodOffset() local
[all …]
Dts_type_parser.cpp155 … JSHandle<TSFunctionType> functionType = ParseFunctionType(jsPandaFile, recordName, literal); in ParseNonImportType() local
326 JSHandle<TSFunctionType> functionType = factory_->NewTSFunctionType(length); in ParseFunctionType() local
421 JSHandle<TSFunctionType> functionType(tsType); in FillInterfaceMethodTypes() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp227 JSHandle<TSFunctionType> functionType(type); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp552 FunctionType functionType(this, node, name); in HandleFunctionDeclaration() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1021 JSHandle<TSFunctionType> functionType = factory->NewTSFunctionType(1); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp2025 auto functionType = LLVMFunctionType(returnType, paramTys.data(), paramTys.size(), false); in GenerateFuncType() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3330 JSHandle<TSFunctionType> functionType(thread_, header); in NewTSFunctionType() local