Home
last modified time | relevance | path

Searched defs:call (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnarrowingRestGenericCall.ts26 function call<T extends object>(obj: T, cb: (val: T) => void) { function
DobjectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts32 call(thisArg: number, ...argArray: number[]): any; method
73 call(thisArg: number, ...argArray: number[]): any; variable
DobjectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts29 call(thisArg: number, ...argArray: number[]): any; method
70 call(thisArg: number, ...argArray: number[]): any; variable
DobjectTypeWithCallSignatureHidingMembersOfFunction.ts58 call(thisArg: number, ...argArray: number[]): any; variable
DobjectTypeWithConstructSignatureHidingMembersOfFunction.ts55 call(thisArg: number, ...argArray: number[]): any; variable
DcorrelatedUnions.ts219 function call<K extends keyof LetterMap>({ letter, caller }: LetterCaller<K>): void { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.h54 explicit CallGateInfo(GateRef call, CallKind kind, GlobalTSTypeRef gt, uint32_t type) in CallGateInfo()
Dllvm_ir_builder.cpp679 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
Dslowpath_lowering.cpp3004 Label call(&builder_); in LowerFastCall() local
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp213 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
Dliveness_analyzer_test.cpp907 auto call = la.GetInstLifeIntervals(&INS(2)); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp102 Label call; in OptimizedFastCallAndPushUndefined() local
223 Label call; in JSFastCallWithArgV() local
283 Label call; in JSFastCallWithArgVAndPushUndefined() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts268 export function call(args: VReg[], passThis: boolean): IRNode { function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp55 JSHandle<JSTaggedValue> call(thread, capability->GetResolve()); in PromiseReactionJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp106 Label call; in OptimizedFastCallAndPushUndefined() local
257 Label call; in JSFastCallWithArgV() local
336 Label call; in JSFastCallWithArgVAndPushUndefined() local
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js34 var call = fun(100); variable
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts1092 call(node: ts.Node, args: VReg[], passThis: boolean): void { method in PandaGen
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ror('"value" argument must not be a number');return a=e,"ArrayBuffer"===t.call(a).slice(8,-1)?func… function