Home
last modified time | relevance | path

Searched refs:son (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_forin_iterator_test.cpp36 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 Djs_object_test.cpp144 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 Dpt_json_test.cpp209 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