Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/newobjdynrange/
Dnewobjdynrange.js22 function foo(arg1, arg2) { argument
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp66 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
138 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
166 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
196 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
239 JSHandle<JSTaggedValue> arg1(thread, arg1Value); in HWTEST_F_L0() local
283 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
300 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
317 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
339 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
355 JSTaggedValue arg1(static_cast<uint32_t>(286)); in HWTEST_F_L0() local
[all …]
Dic_compareop_test.cpp67 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
127 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
194 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
261 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
330 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
399 JSTaggedValue arg1(static_cast<uint32_t>(1)); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dcall.test.ts90 let arg1 = new VReg(); variable
150 let arg1 = new VReg(); variable
DtypeOf.test.ts56 let arg1 = new VReg(); variable
Dnew.test.ts78 let arg1 = new VReg(); variable
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js38 function addArguments(arg1, arg2) { argument
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DescapedIdentifiers.ts218 …constructor (public arg1: number,public arg\u0032: string,public arg\u0033: boolean,public arg4: n… property in constructorTestClass
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp102 auto arg1 = builder.Arguments(2); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp447 int32_t arg1 = 88; variable
501 int32_t arg1 = 88; variable
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1212 VReg arg1 = arg0 + 1; in CallThis() local
1218 VReg arg1 = arg0 + 1; in CallThis() local
1251 VReg arg1 = arg0 + 1; in Call() local
1257 VReg arg1 = arg0 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp122 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
130 GateRef arg1 = GetCallArg1(numArgs); in CallSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp287 Label arg1; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp427 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
472 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp337 Label arg1; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp218 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonFastPath() local
237 Register arg1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp120 const double arg1 = 65; in HWTEST_F_L0() local
144 const double arg1 = 65; in HWTEST_F_L0() local