Searched refs:doneKey (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_generator_object_test.cpp | 89 JSHandle<JSTaggedValue> doneKey = thread->GlobalConstants()->GetHandledDoneString(); in HWTEST_F_L0() local 99 EXPECT_EQ((JSObject::GetProperty(thread, result, doneKey).GetValue()).GetTaggedValue(), JSTaggedValue::True()); in HWTEST_F_L0() 115 JSHandle<JSTaggedValue> doneKey = thread->GlobalConstants()->GetHandledDoneString(); in HWTEST_F_L0() local 125 EXPECT_EQ((JSObject::GetProperty(thread, result, doneKey).GetValue()).GetTaggedValue(), JSTaggedValue::True()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_segmenter_test.cpp | 334 JSHandle<JSTaggedValue> doneKey = globalConst->GetHandledDoneString(); in HWTEST_F_L0() local 336 JSHandle<JSTaggedValue> done1(JSObject::GetProperty(thread, result1, doneKey).GetValue()); in HWTEST_F_L0() 354 JSHandle<JSTaggedValue> done2(JSObject::GetProperty(thread, result2, doneKey).GetValue()); in HWTEST_F_L0()
|
Completed in 2 milliseconds