| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | narrowingRestGenericCall.ts | 26 function call<T extends object>(obj: T, cb: (val: T) => void) { function
|
| D | objectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts | 32 call(thisArg: number, ...argArray: number[]): any; method 73 call(thisArg: number, ...argArray: number[]): any; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts | 29 call(thisArg: number, ...argArray: number[]): any; method 70 call(thisArg: number, ...argArray: number[]): any; variable
|
| D | objectTypeWithCallSignatureHidingMembersOfFunction.ts | 58 call(thisArg: number, ...argArray: number[]): any; variable
|
| D | objectTypeWithConstructSignatureHidingMembersOfFunction.ts | 55 call(thisArg: number, ...argArray: number[]): any; variable
|
| D | correlatedUnions.ts | 219 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.h | 54 explicit CallGateInfo(GateRef call, CallKind kind, GlobalTSTypeRef gt, uint32_t type) in CallGateInfo()
|
| D | llvm_ir_builder.cpp | 679 void LLVMIRBuilder::SetGCLeafFunction(LLVMValueRef call) in SetGCLeafFunction() 688 void LLVMIRBuilder::SetCallConvAttr(const CallSignature *calleeDescriptor, LLVMValueRef call) in SetCallConvAttr() 900 LLVMValueRef call = nullptr; in VisitCall() local 949 …LLVMValueRef call = LLVMBuildCall2(builder_, funcType, callee, params.data(), inList.size() - para… in VisitBytecodeCall() local
|
| D | slowpath_lowering.cpp | 3004 Label call(&builder_); in LowerFastCall() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | split_resolver_test.cpp | 213 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local 255 auto call = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local 425 auto call = la->GetInstLifeIntervals(&INS(3)); in TEST_F() local
|
| D | liveness_analyzer_test.cpp | 907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 102 Label call; in OptimizedFastCallAndPushUndefined() local 223 Label call; in JSFastCallWithArgV() local 283 Label call; in JSFastCallWithArgVAndPushUndefined() local
|
| /arkcompiler/ets_frontend/ts2panda/src/base/ |
| D | bcGenUtil.ts | 268 export function call(args: VReg[], passThis: boolean): IRNode { function
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 55 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 106 Label call; in OptimizedFastCallAndPushUndefined() local 257 Label call; in JSFastCallWithArgV() local 336 Label call; in JSFastCallWithArgVAndPushUndefined() local
|
| /arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
| D | stubbuilder.js | 34 var call = fun(100); variable
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | pandagen.ts | 1092 call(node: ts.Node, args: VReg[], passThis: boolean): void { method in PandaGen
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ror('"value" argument must not be a number');return a=e,"ArrayBuffer"===t.call(a).slice(8,-1)?func… function
|