Lines Matching defs:ctor
881 ClassPropertyType type, const JSHandle<JSFunction> &ctor)
906 propValue.Update(CreateSFunctionFromTemplate(thread, literalFunc, object, JSHandle<JSTaggedValue>(ctor)));
908 UpdateAccessorFunction(thread, propValue, JSHandle<JSTaggedValue>(object), ctor);
1014 uint32_t length, const JSHandle<JSFunction> &ctor, const JSHandle<JSTaggedValue> &base)
1016 ASSERT(ctor->GetClass()->IsJSSharedFunction());
1017 JSHandle<JSObject> clsPrototype(thread, JSHandle<JSFunction>(ctor)->GetFunctionPrototype());
1083 ctor->SetProtoOrHClass(thread, iHClass);
1084 ctor->GetJSHClass()->SetExtensible(false);
1110 const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor)
1118 thread, funcTemp, JSHandle<JSObject>(homeObject), JSHandle<JSTaggedValue>(ctor));
1125 thread, funcTemp, JSHandle<JSObject>(homeObject), JSHandle<JSTaggedValue>(ctor));