Searched defs:expect (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_math_test.cpp | 64 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 …]
|
| D | builtins_promise_test.cpp | 85 auto expect = factory->NewFromASCII("resolve"); in TestPromiseThenOnResolved() local 95 auto expect = factory->NewFromASCII("reject"); in TestPromiseThenOnRejected() local
|
| D | builtins_regexp_test.cpp | 141 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/ |
| D | math_helpers_test.cpp | 44 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/ |
| D | SourceMapMergingUtil.spec.ts | 70 …const expect = '{"version":3,"file":"index.js","sources":["index.ts"],"names":[],"mappings":"AAAA;… constant
|
| /arkcompiler/toolchain/tooling/test/testcases/ |
| D | js_module_variable_test.h | 313 bool CompareExpected(std::string recv, const std::string &expect) in CompareExpected()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | common.h | 176 #define STATIC_ASSERT_EQ_ARCH(expect, valueArch32, valueArch64) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/ |
| D | TestRunner.ts | 219 const expect = expectedNodes[i]; constant
|
| /arkcompiler/ets_runtime/test/moduletest/jsonstringifier/ |
| D | jsonstringifier.js | 160 const expect = [ variable 202 const expect = [ variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.cpp | 589 bool expect = true; in AddGCTask() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 1325 bool CASSensitiveStatus(AppSensitiveStatus expect, AppSensitiveStatus status) in CASSensitiveStatus()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_bigint_test.cpp | 426 JSHandle<BigInt> expect = BigInt::Int32ToBigInt(thread, 1); in HWTEST_F_L0() local
|