Searched defs:callSignature (Results 1 - 15 of 15) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stubs.h | 29 BaselineStubBuilder(CallSignature *callSignature, Environment *env) in BaselineStubBuilder() argument
|
| H A D | baseline_stub_builder.h | 31 BaselineStubBuilder(CallSignature *callSignature, Environment *env) in BaselineStubBuilder() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_regexp_stub_builder.h | 26 BuiltinsRegExpStubBuilder(CallSignature *callSignature, Environment *env) in BuiltinsRegExpStubBuilder() argument
|
| H A D | builtins_string_stub_builder.h | 29 BuiltinsStringStubBuilder(CallSignature *callSignature, Environment *env)
in BuiltinsStringStubBuilder() argument
|
| H A D | builtins_stubs.h | 29 BuiltinsStubBuilder(CallSignature *callSignature, Environment *env)
in BuiltinsStubBuilder() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub.cpp | 20 Stub::Stub(const CallSignature *callSignature, Circuit *circuit) in Stub() argument
|
| H A D | stub_builder.h | 86 StubBuilder(CallSignature *callSignature, Environment *env) in StubBuilder() argument
|
| H A D | interpreter_stub.h | 105 InterpreterStubBuilder(CallSignature *callSignature, Environment *env)
in InterpreterStubBuilder() argument 218 InterpreterToolsStubBuilder(CallSignature *callSignature, Environment *env)
in InterpreterToolsStubBuilder() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsFunctionType.cpp | 58 auto *callSignature = in Check() local
|
| H A D | tsMethodSignature.cpp | 72 auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->GlobalAnyType()); in Check() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | typeCreation.cpp | 128 Type *Checker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() argument 144 Type *Checker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() argument
|
| H A D | helpers.cpp | 403 auto *callSignature = allocator_->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetTypeOfVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | typeCreation.cpp | 125 Type *TSChecker::CreateObjectTypeWithCallSignature(Signature *callSignature) in CreateObjectTypeWithCallSignature() argument 139 Type *TSChecker::CreateFunctionTypeWithSignature(Signature *callSignature) in CreateFunctionTypeWithSignature() argument
|
| H A D | helpers.cpp | 440 auto *callSignature = Allocator()->New<checker::Signature>(signatureInfo, GlobalAnyType()); in GetDeclTsType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | TSAnalyzer.cpp | 99 auto *callSignature = checker->Allocator()->New<checker::Signature>(signatureInfo, checker->GlobalAnyType()); in Check() local 1857 auto *callSignature = in Check() local
|
Completed in 10 milliseconds