Lines Matching defs:thisValue
55 JSHandle<JSTaggedValue> thisValue = GetThis(argv);
62 if (GetNewTarget(argv)->IsUndefined() && thisValue->IsJSObject()) {
63 bool isInstanceOf = JSFunction::OrdinaryHasInstance(thread, env->GetNumberFormatFunction(), thisValue);
68 JSTaggedValue::DefinePropertyOrThrow(thread, thisValue, key, descriptor);
70 return thisValue.GetTaggedValue();
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv);
109 if (!thisValue->IsJSObject()) {
113 JSHandle<JSTaggedValue> nf = JSNumberFormat::UnwrapNumberFormat(thread, thisValue);
163 JSHandle<JSTaggedValue> thisValue = GetThis(argv);
165 if (!thisValue->IsJSObject()) {
169 JSHandle<JSTaggedValue> nf = JSNumberFormat::UnwrapNumberFormat(thread, thisValue);