Lines Matching refs:factory
56 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
62 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun));
63 JSHandle<JSTaggedValue> handleKeyWithElement(factory->NewFromASCII("2"));
64 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key"));
65 JSHandle<JSTaggedValue> handleStoreArray(factory->NewTaggedArray(2));
68 JSHandle<ProfileTypeInfo> handleProfileTypeInfo = factory->NewProfileTypeInfo(arrayLength);
98 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
104 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun));
105 JSHandle<JSTaggedValue> handleKeyWithElement(factory->NewFromASCII("2"));
106 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key"));
107 JSHandle<JSTaggedValue> handleStoreArray(factory->NewTaggedArray(2));
110 JSHandle<ProfileTypeInfo> handleProfileTypeInfo = factory->NewProfileTypeInfo(arrayLength);
147 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
151 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun));
152 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key"));
155 JSHandle<ProfileTypeInfo> handleProfileTypeInfo = factory->NewProfileTypeInfo(arrayLength);
164 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
169 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun));
170 JSHandle<JSTaggedValue> handleReceiver1(factory->NewJSArray());
171 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key"));
174 JSHandle<ProfileTypeInfo> handleProfileTypeInfo = factory->NewProfileTypeInfo(arrayLength);
192 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
197 JSHandle<JSTaggedValue> handleReceiver(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFun), objFun));
198 JSHandle<JSTaggedValue> handleReceiver1(factory->NewJSArray());
199 JSHandle<JSTaggedValue> handleKeyWithString(factory->NewFromASCII("key"));
203 JSHandle<ProfileTypeInfo> handleProfileTypeInfo = factory->NewProfileTypeInfo(arrayLength);