Home
last modified time | relevance | path

Searched defs:expect (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp64 JSTaggedValue expect = BuiltinsBase::GetTaggedInt(10); in HWTEST_F_L0() local
79 JSTaggedValue expect = BuiltinsBase::GetTaggedInt(10); in HWTEST_F_L0() local
94 JSTaggedValue expect = BuiltinsBase::GetTaggedInt(0); in HWTEST_F_L0() local
109 JSTaggedValue expect = BuiltinsBase::GetTaggedInt(0); in HWTEST_F_L0() local
126 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(base::NAN_VALUE); in HWTEST_F_L0() local
142 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(base::MAX_VALUE); in HWTEST_F_L0() local
158 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(1.0); in HWTEST_F_L0() local
174 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(base::POSITIVE_INFINITY); in HWTEST_F_L0() local
190 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(base::POSITIVE_INFINITY); in HWTEST_F_L0() local
206 JSTaggedValue expect = BuiltinsBase::GetTaggedDouble(base::NAN_VALUE); in HWTEST_F_L0() local
[all …]
Dbuiltins_promise_test.cpp85 auto expect = factory->NewFromASCII("resolve"); in TestPromiseThenOnResolved() local
95 auto expect = factory->NewFromASCII("reject"); in TestPromiseThenOnRejected() local
Dbuiltins_regexp_test.cpp141 JSHandle<EcmaString> expect = thread->GetEcmaVM()->GetFactory()->NewFromASCII("(?:)"); in HWTEST_F_L0() local
157 JSHandle<EcmaString> expect = thread->GetEcmaVM()->GetFactory()->NewFromASCII("\\/w+"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmath_helpers_test.cpp44 auto testIsPowerOfTwo = [](uint64_t num, bool expect) { in TEST()
67 auto testAbsOrMin = [](int64_t num, int64_t expect) { EXPECT_EQ(expect, AbsOrMin(num)); }; in TEST()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DSourceMapMergingUtil.spec.ts70 …const expect = '{"version":3,"file":"index.js","sources":["index.ts"],"names":[],"mappings":"AAAA;… constant
/arkcompiler/toolchain/tooling/test/testcases/
Djs_module_variable_test.h313 bool CompareExpected(std::string recv, const std::string &expect) in CompareExpected()
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h176 #define STATIC_ASSERT_EQ_ARCH(expect, valueArch32, valueArch64) \ argument
/arkcompiler/ets_frontend/ets2panda/linter/src/
DTestRunner.ts219 const expect = expectedNodes[i]; constant
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js160 const expect = [ variable
202 const expect = [ variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp589 bool expect = true; in AddGCTask() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h1325 bool CASSensitiveStatus(AppSensitiveStatus expect, AppSensitiveStatus status) in CASSensitiveStatus()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_bigint_test.cpp426 JSHandle<BigInt> expect = BigInt::Int32ToBigInt(thread, 1); in HWTEST_F_L0() local