Lines Matching defs:method
59 Method *method = Method::Cast(extractor->GetConstructorMethod().GetTaggedObject());
60 MethodLiteral *methodLiteral = method->GetMethodLiteral();
61 const JSPandaFile *jsPandaFile = method->GetJSPandaFile();
62 EntityId methodId = method->GetMethodId();
398 JSHandle<Method> method(thread, Method::Cast(extractor->GetConstructorMethod().GetTaggedObject()));
402 JSHandle<JSFunction> constructor = factory->NewJSFunctionByHClass(method, constructorHClass,
507 JSHandle<Method> method(thread, Method::Cast(extractor->GetConstructorMethod().GetTaggedObject()));
508 JSHandle<JSFunction> constructor = factory->NewJSFunctionByHClass(method, constructorHClass,
748 JSHandle<Method> method(thread, Method::Cast(extractor->GetConstructorMethod().GetTaggedObject()));
750 * Method::SetFunctionKind can't be called here, because method will set kind when set inheritance relationship,
764 JSHandle<JSFunction> constructor = factory->NewSFunctionByHClass(method, constructorHClass);