Home
last modified time | relevance | path

Searched refs:objFactory (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_stable_array_test.cpp105 ObjectFactory *objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
108 JSHandle<TaggedArray> handleTagArr(objFactory->NewTaggedArray(lengthArr)); in HWTEST_F_L0()
144 ObjectFactory *objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
150 JSHandle<TaggedArray> handleTagArr(objFactory->NewTaggedArray(lengthArr)); in HWTEST_F_L0()
208 ObjectFactory *objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
211 JSHandle<TaggedArray> handleTagArr(objFactory->NewTaggedArray(lengthArr)); in HWTEST_F_L0()
245 ObjectFactory *objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
248 JSHandle<TaggedArray> handleTagArr(objFactory->NewTaggedArray(lengthArr)); in HWTEST_F_L0()
275 ObjectFactory *objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
278 JSHandle<TaggedArray> handleTagArr(objFactory->NewTaggedArray(lengthArr)); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp150 ObjectFactory* objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
155 …JSHandle<JSTaggedValue> localNameHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(lo… in HWTEST_F_L0()
156 …JSHandle<JSTaggedValue> exportNameHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(e… in HWTEST_F_L0()
158objFactory->NewLocalExportEntry(exportNameHandle, localNameHandle, LocalExportEntry::LOCAL_DEFAULT… in HWTEST_F_L0()
159 JSHandle<SourceTextModule> module = objFactory->NewSourceTextModule(); in HWTEST_F_L0()
162 …JSHandle<JSTaggedValue> storeKey = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(localName… in HWTEST_F_L0()
163 …JSHandle<JSTaggedValue> valueHandle = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(value)… in HWTEST_F_L0()
166 …JSHandle<JSTaggedValue> loadKey = JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(localName)… in HWTEST_F_L0()
181 ObjectFactory* objFactory = thread->GetEcmaVM()->GetFactory(); in HWTEST_F_L0() local
187 JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(exportLocalName)); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp564 ObjectFactory *objFactory = vm_->GetFactory(); in CollectExportIndexs() local
578 JSHandle<JSTaggedValue>::Cast(objFactory->NewFromUtf8(exportLocalName)); in CollectExportIndexs()