• Home
  • Raw
  • Download

Lines Matching defs:inlinedProps

161 …> ObjectFactory::NewEcmaHClass(JSHClass *hclass, uint32_t size, JSType type, uint32_t inlinedProps)  in NewEcmaHClass()
172 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass()
191 uint32_t inlinedProps) in NewEcmaReadOnlyHClass()
202 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, JSType type, uint32_t inlinedProps) in NewEcmaHClass()
480 const int inlinedProps = JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in NewEcmaHClass() local
484 JSHandle<JSHClass> ObjectFactory::NewEcmaHClass(uint32_t size, uint32_t inlinedProps, JSType type, in NewEcmaHClass()
491 uint32_t size, uint32_t inlinedProps, JSType type, const JSHandle<JSTaggedValue> &prototype) in NewEcmaHClass()
902 JSHandle<JSTaggedValue> proto, uint32_t inlinedProps) in CreateJSArrayInstanceClass()
1106 const JSHandle<JSFunction> &constructor, uint32_t inlinedProps) in NewJSObjectByConstructor()
1154 uint32_t inlinedProps) in NewJSObjectByConstructor()
1961 … const JSHandle<JSTaggedValue> &prototype, uint32_t inlinedProps) in CreateFunctionClass()
4305 JSHandle<JSObject> ObjectFactory::NewEmptyJSObject(uint32_t inlinedProps) in NewEmptyJSObject()
4312 …le<JSObject> ObjectFactory::NewEmptyJSObject(const JSHandle<GlobalEnv> &env, uint32_t inlinedProps) in NewEmptyJSObject()
5628 size_t inlinedProps = inlNonStaticPropCount + JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in CreateClassFuncProtoHClass() local
5642 size_t inlinedProps = inlinedStaticPropCount + JSHClass::DEFAULT_CAPACITY_OF_IN_OBJECTS; in CreateClassFuncHClass() local