Searched defs:callSignature (Results 1 – 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.h | 52 InterpreterStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterStubBuilder() 161 InterpreterToolsStubBuilder(CallSignature *callSignature, Environment *env) in InterpreterToolsStubBuilder()
|
| D | stub.cpp | 20 Stub::Stub(const CallSignature *callSignature, Circuit *circuit) in Stub()
|
| D | stub_builder.h | 83 StubBuilder(CallSignature *callSignature, Environment *env) in StubBuilder()
|
| D | call_signature.cpp | 1316 CallSignature callSignature("GetStringToListCacheArray", 0, 1, in DEF_CALL_SIGNATURE() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeCreation.cpp | 126 Type *Checker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() 140 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature()
|
| D | helpers.cpp | 401 … auto *callSignature = allocator_->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsMethodSignature.cpp | 72 …auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->Global… in Check() local
|
| D | tsFunctionType.cpp | 58 auto *callSignature = in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | typeCreation.cpp | 125 Type *TSChecker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() 139 Type *TSChecker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature()
|
| D | helpers.cpp | 402 … auto *callSignature = Allocator()->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.h | 28 BuiltinsStringStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsStringStubBuilder()
|
| D | builtins_stubs.h | 30 BuiltinsStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsStubBuilder()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TypeScriptLinter.ts | 1390 const callSignature = this.tsTypeChecker.getResolvedSignature(tsCallExpr); constant 1576 let callSignature = this.tsTypeChecker.getResolvedSignature(tsNewExpr); variable
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/src/ |
| D | TypeScriptLinter.ts | 1690 const callSignature = this.tsTypeChecker.getResolvedSignature(tsCallExpr); constant 1882 let callSignature = this.tsTypeChecker.getResolvedSignature(tsNewExpr); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 149 …auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->Global… in Check() local 2072 auto *callSignature = in Check() local
|