Searched refs:throwTypeErrorFunction (Results 1 – 1 of 1) sorted by relevance
1261 JSHandle<JSFunction> throwTypeErrorFunction = in InitializeError() local1263 JSFunction::SetFunctionLength(thread_, throwTypeErrorFunction, JSTaggedValue(1), false); in InitializeError()1264 JSObject::PreventExtensions(thread_, JSHandle<JSObject>::Cast(throwTypeErrorFunction)); in InitializeError()1265 env->SetThrowTypeError(thread_, throwTypeErrorFunction); in InitializeError()