Searched refs:son (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_forin_iterator_test.cpp | 36 JSHandle<JSObject> son = JSObject::ObjectCreate(thread, father); in HWTEST_F_L0() local 48 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(son), key1, key1Value); in HWTEST_F_L0() 49 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(son), key2, key1Value); in HWTEST_F_L0() 50 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(son), key3, key1Value); in HWTEST_F_L0() 52 JSHandle<JSForInIterator> it = JSObject::EnumerateObjectProperties(thread, JSHandle<JSTaggedValue>(son)); in HWTEST_F_L0()
|
H A D | js_object_test.cpp | 144 JSHandle<JSObject> son = JSObject::ObjectCreate(thread, father); in GetPropertyHasOwnPeroperty() local 153 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(son), sonKey, sonValue); in GetPropertyHasOwnPeroperty() 158 bool flag = JSTaggedValue::HasOwnProperty(thread, JSHandle<JSTaggedValue>::Cast(son), sonKey); in GetPropertyHasOwnPeroperty() 160 flag = JSTaggedValue::HasOwnProperty(thread, JSHandle<JSTaggedValue>::Cast(son), fatherKey); in GetPropertyHasOwnPeroperty() 162 flag = JSTaggedValue::HasOwnProperty(thread, JSHandle<JSTaggedValue>::Cast(son), grandfatherKey); in GetPropertyHasOwnPeroperty() 166 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(son), sonKey).GetValue().GetTaggedValue()); in GetPropertyHasOwnPeroperty() 168 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(son), fatherKey).GetValue().GetTaggedValue()); in GetPropertyHasOwnPeroperty() 171 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(son), grandfatherKey).GetValue().GetTaggedValue()); in GetPropertyHasOwnPeroperty() 351 JSHandle<JSObject> son = JSObject::ObjectCreate(thread, father); in HWTEST_F_L0() local 356 JSHandle<JSTaggedValue> testSon(thread, JSTaggedValue::GetPrototype(thread, JSHandle<JSTaggedValue>(son))); in HWTEST_F_L0() 419 JSHandle<JSObject> son = JSObject::ObjectCreate(thread, father); HWTEST_F_L0() local [all...] |
/arkcompiler/toolchain/tooling/test/ |
H A D | pt_json_test.cpp | 209 cJSON son; in HWTEST_F_L0() local 210 son.string = test; in HWTEST_F_L0() 212 json.child = &son; in HWTEST_F_L0()
|
Completed in 2 milliseconds