Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 12 of 12) 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.cpp67 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
139 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
167 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
197 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
240 JSHandle<JSTaggedValue> arg2(thread, arg2Value); in HWTEST_F_L0() local
318 JSTaggedValue arg2(static_cast<uint32_t>(-286)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/moduletest/bindfunction/
Dbindfunction.js38 function addArguments(arg1, arg2) { argument
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dcall.test.ts68 let arg2 = new VReg(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_number.cpp188 JSHandle<JSTaggedValue> arg2 = GetCallArg(argv, 1); in ParseInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp288 Label arg2; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp449 Register arg2 = __ CppJSCallAvailableRegister1(); in JSCallCommonFastPath() local
452 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp338 Label arg2; in JSFastCallWithArgVAndPushUndefined() local
Dasm_interpreter_call.cpp214 Register arg2 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG2); in JSCallCommonFastPath() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp121 const double arg2 = 66; in HWTEST_F_L0() local
145 const double arg2 = 66; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1219 VReg arg2 = arg1 + 1; in CallThis() local
1258 VReg arg2 = arg1 + 1; in Call() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp131 GateRef arg2 = GetCallArg2(numArgs); in CallSlowPath() local