Searched defs:twoArg (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_reflect_stub_builder.cpp | 33 BRANCH(Int64Equal(numArgs_, IntPtr(2)), &twoArg, slowPath); // 2 : two args
in Get() local
|
| H A D | builtins_object_stub_builder.cpp | 609 BRANCH(Int64Equal(numArgs_, IntPtr(2)), &twoArg, ¬TwoArg); // 2 : two args
in Assign() local
|
| H A D | builtins_array_stub_builder.cpp | 81 BRANCH(Int64Equal(numArgs, IntPtr(2)), &twoArg, &ifOneArg); in With() local 2427 BRANCH(Int64Equal(numArgs, IntPtr(1)), &oneArg, &twoArg); // 1 one arg in Push() local
|
Completed in 13 milliseconds