H A D | shared_object_factory.cpp | 84 JSHandle<JSHClass> functionClass = NewSEcmaHClass(size, fieldOrder, type, prototype, in CreateSFunctionClass() 90 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() function in panda::ecmascript::ObjectFactory 92 return NewSEcmaHClass(JSHClass::Cast(thread_->GlobalConstants()->GetHClassClass().GetTaggedObject()), in NewSEcmaHClass() 96 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps) in NewSEcmaHClass() function in panda::ecmascript::ObjectFactory 106 JSHandle<JSHClass> ObjectFactory::NewSEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewSEcmaHClass() function in panda::ecmascript::ObjectFactory
|