Lines Matching refs:JSObject
76 JSTaggedValue testA = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall()
78 JSTaggedValue testB = JSObject::GetProperty(thread, thisValue, in TestFunctionApplyAndCall()
95 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
96 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
99 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
113 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
115 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
130 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
131 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
134 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
139 JSHandle<JSObject> array(JSArray::ArrayCreate(thread, JSTaggedNumber(2))); in HWTEST_F_L0()
157 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
159 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
176 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
200 …JSHandle<EcmaString> resultName(JSObject::GetProperty(thread, resultFuncHandle, nameKey).GetValue(… in HWTEST_F_L0()
205 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0()
222 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
255 …JSHandle<EcmaString> resultName(JSObject::GetProperty(thread, resultFuncHandle, nameKey).GetValue(… in HWTEST_F_L0()
260 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0()
278 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
311 …JSHandle<EcmaString> resultName(JSObject::GetProperty(thread, resultFuncHandle, nameKey).GetValue(… in HWTEST_F_L0()
316 …JSHandle<JSTaggedValue> resultLength(JSObject::GetProperty(thread, resultFuncHandle, lengthKey).Ge… in HWTEST_F_L0()
332 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
333 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
336 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
350 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
352 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
367 JSHandle<JSObject> thisArg(thread, env->GetGlobalObject()); in HWTEST_F_L0()
368 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
371 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(thisArg), in HWTEST_F_L0()
389 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
391 JSObject::DeleteProperty(thread, (thisArg), in HWTEST_F_L0()
410 JSHandle<JSObject> booleanInstance(thread, result); in HWTEST_F_L0()