Home
last modified time | relevance | path

Searched defs:res2 (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsregexp.js57 var res2 = testStr.match(pattern); variable
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp107 auto res2 = helper(1); in TEST() local
120 auto res2 = helper(res1).ValueOr(res1); in TEST() local
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
Decmastringtable.js85 let res2 = obj[key2] variable
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp534 JSHandle<TaggedArray> res2 = JSProxy::OwnPropertyKeys(thread, proxyHandle2); in HWTEST_F_L0() local
581 JSTaggedValue res2 = JSProxy::CallInternal(runtimeInfo); in HWTEST_F_L0() local
643 JSTaggedValue res2 = JSProxy::ConstructInternal(runtimeInfo); in HWTEST_F_L0() local
Djs_bigint_test.cpp848 JSHandle<BigInt> res2 = BigInt::SignedRightShift(thread, bigint1, shift2); in HWTEST_F_L0() local
905 JSHandle<BigInt> res2 = BigInt::LeftShift(thread, bigint1, shift2); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp422 CString res2 = "node_modules/0/moduleTest/index"; in HWTEST_F_L0() local
468 CString res2 = "com.bundleName.test/moduleName1/ets/pages/index"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1192 Local<JSValueRef> res2 = map->GetValue(vm_, 0); in HWTEST_F_L0() local
1249 bool res2 = object->Delete(vm_, num); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp286 auto res2 = fn(thread->GetGlueAddr(), x2, y2); in HWTEST_F_L0() local