Home
last modified time | relevance | path

Searched defs:callSignature (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h52 InterpreterStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterStubBuilder()
161 InterpreterToolsStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterToolsStubBuilder()
Dstub.cpp20 Stub::Stub(const CallSignature *callSignature, Circuit *circuit) in Stub()
Dstub_builder.h83 StubBuilder(CallSignature *callSignature, Environment *env) in StubBuilder()
Dcall_signature.cpp1316 CallSignature callSignature("GetStringToListCacheArray", 0, 1, in DEF_CALL_SIGNATURE() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp126 Type *Checker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature()
140 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature()
Dhelpers.cpp401 … auto *callSignature = allocator_->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMethodSignature.cpp72 …auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->Global… in Check() local
DtsFunctionType.cpp58 auto *callSignature = in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp125 Type *TSChecker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature()
139 Type *TSChecker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature()
Dhelpers.cpp402 … auto *callSignature = Allocator()->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.h28 BuiltinsStringStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsStringStubBuilder()
Dbuiltins_stubs.h30 BuiltinsStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsStubBuilder()
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTypeScriptLinter.ts1390 const callSignature = this.tsTypeChecker.getResolvedSignature(tsCallExpr); constant
1576 let callSignature = this.tsTypeChecker.getResolvedSignature(tsNewExpr); variable
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DTypeScriptLinter.ts1690 const callSignature = this.tsTypeChecker.getResolvedSignature(tsCallExpr); constant
1882 let callSignature = this.tsTypeChecker.getResolvedSignature(tsNewExpr); variable
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp149 …auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->Global… in Check() local
2072 auto *callSignature = in Check() local