Home
last modified time | relevance | path

Searched defs:y (Results 1 – 16 of 16) sorted by relevance

/ark/js_runtime/test/moduletest/multiargs/
Dmultiargs.js30 function two(x,y) argument
35 function three(x,y,z) argument
40 function four(x,y,z,t) argument
45 function five(x,y,z,t,a) argument
57 let y = 222 variable
/ark/js_runtime/ecmascript/compiler/
Dstub-inl.h222 GateRef Stub::IntPtrMul(GateRef x, GateRef y) in IntPtrMul()
436 GateRef Stub::Int16Add(GateRef x, GateRef y) in Int16Add()
441 GateRef Stub::Int32Add(GateRef x, GateRef y) in Int32Add()
446 GateRef Stub::Int64Add(GateRef x, GateRef y) in Int64Add()
451 GateRef Stub::DoubleAdd(GateRef x, GateRef y) in DoubleAdd()
456 GateRef Stub::IntPtrAdd(GateRef x, GateRef y) in IntPtrAdd()
464 GateRef Stub::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd()
469 GateRef Stub::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
477 GateRef Stub::IntPtrSub(GateRef x, GateRef y) in IntPtrSub()
485 GateRef Stub::Int32Sub(GateRef x, GateRef y) in Int32Sub()
[all …]
Dfast_stub.cpp116 GateRef y = Int64Argument(2); // 2: 3rd argument in GenerateCircuit() local
189 GateRef y = TaggedArgument(1); in GenerateCircuit() local
251 GateRef y = TaggedArgument(1); in GenerateCircuit() local
327 GateRef y = TaggedArgument(1); in GenerateCircuit() local
389 GateRef y = TaggedArgument(1); in GenerateCircuit() local
490 GateRef y = TaggedArgument(2); // 2: 3rd argument in GenerateCircuit() local
776 GateRef y = TaggedArgument(1); in GenerateCircuit() local
/ark/js_runtime/ecmascript/
Djs_bigint.cpp206 bool BigInt::Equal(const JSTaggedValue &x, const JSTaggedValue &y) in Equal()
214 bool BigInt::Equal(const BigInt *x, const BigInt *y) in Equal()
227 bool BigInt::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()
233 bool BigInt::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()
247 …dle<BigInt> BigInt::BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseOp()
286 JSHandle<BigInt> OneIsNegativeAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeAND()
312 JSHandle<BigInt> BigInt::BitwiseAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseAND()
338 JSHandle<BigInt> OneIsNegativeXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeXOR()
350 JSHandle<BigInt> BigInt::BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in BitwiseXOR()
426 JSHandle<BigInt> OneIsNegativeOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) in OneIsNegativeOR()
[all …]
Djs_tagged_value-inl.h336 inline bool JSTaggedValue::SameValue(const JSTaggedValue &x, const JSTaggedValue &y) in SameValue()
360 inline bool JSTaggedValue::SameValueZero(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueZero()
383 inline bool JSTaggedValue::SameValueNumberic(const JSTaggedValue &x, const JSTaggedValue &y) in SameValueNumberic()
395 …edValue::Less(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue> &y) in Less()
401 inline bool JSTaggedValue::StrictNumberEquals(double x, double y) in StrictNumberEquals()
411 const JSHandle<JSTaggedValue> &y) in StrictEqual()
429 inline ComparisonResult JSTaggedValue::StrictNumberCompare(double x, double y) in StrictNumberCompare()
Djs_tagged_number.h149 inline static bool SameValue(JSTaggedNumber x, JSTaggedNumber y) in SameValue()
Djs_tagged_value.cpp112 …dValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTaggedValue> &y) in Equal()
253 const JSHandle<JSTaggedValue> &y) in Compare()
304 bool JSTaggedValue::IsSameTypeOrHClass(JSTaggedValue x, JSTaggedValue y) in IsSameTypeOrHClass()
Djs_date_time_format.cpp943 double x, double y) in ConstructDTFRange()
957 double x, double y) in NormDateTimeRange()
1000 double x, double y) in NormDateTimeRangeToParts()
Djs_date.cpp133 …int64_t y = static_cast<int64_t>(yearInteger) + static_cast<int64_t>(monthInteger / MOUTH_PER_YEAR… in MakeDay() local
/ark/runtime_core/libpandabase/utils/
Dtype_helpers.h41 constexpr size_t UnsignedDifference(size_t x, size_t y) in UnsignedDifference()
46 constexpr uint64_t UnsignedDifferenceUint64(uint64_t x, uint64_t y) in UnsignedDifferenceUint64()
/ark/js_runtime/test/moduletest/class/
Dclass.js27 constructor(x, y) { argument
/ark/ts2abc/ts2panda/tests/
Dscope.test.ts75 let y = scope.add("y", VarDeclarationKind.NONE); variable
124 let y = scope.add("y", VarDeclarationKind.NONE); variable
186 let y = scope.add("y", VarDeclarationKind.NONE); variable
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp266 double y = valueY.GetNumber(); in FormatRange() local
312 double y = valueY.GetNumber(); in FormatRangeToParts() local
Dbuiltins_collator.cpp128 JSHandle<JSTaggedValue> y = GetCallArg(argv, 1); in AnonymousCollator() local
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp240 double y = 1125899906842624; in HWTEST_F_L0() local
326 int y = 3; in HWTEST_F_L0() local
936 int y = 10; in HWTEST_F_L0() local
1002 int y = 10; in HWTEST_F_L0() local
1038 int y = 10; in HWTEST_F_L0() local
1101 int y = 10; in HWTEST_F_L0() local
/ark/runtime_core/verification/util/
Dint_set.h820 for (T y : vec) { in VectorToBitVector() local