Home
last modified time | relevance | path

Searched refs:doneKey (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_generator_object_test.cpp89 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 Dbuiltins_segmenter_test.cpp334 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