Lines Matching refs:NewJSObjectWithInit
185 JSHandle<JSMap> jsMap = JSHandle<JSMap>::Cast(factory->NewJSObjectWithInit(mapClass)); in NewJSMap()
194 JSHandle<JSSet> jsSet = JSHandle<JSSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSSet()
205 …JSHandle<JSAPIHashMap> jsHashMap = JSHandle<JSAPIHashMap>::Cast(factory->NewJSObjectWithInit(mapCl… in NewJSAPIHashMap()
216 …JSHandle<JSAPIHashSet> jsHashSet = JSHandle<JSAPIHashSet>::Cast(factory->NewJSObjectWithInit(setCl… in NewJSAPIHashSet()
227 …JSHandle<JSAPITreeMap> jsTreeMap = JSHandle<JSAPITreeMap>::Cast(factory->NewJSObjectWithInit(mapCl… in NewJSAPITreeMap()
238 …JSHandle<JSAPITreeSet> jsTreeSet = JSHandle<JSAPITreeSet>::Cast(factory->NewJSObjectWithInit(setCl… in NewJSAPITreeSet()
249 …inArray> jSAPIPlainArray = JSHandle<JSAPIPlainArray>::Cast(factory->NewJSObjectWithInit(mapClass)); in NewJSAPIPlainArray()
265 …JSHandle<JSAPIList> jsAPIList = JSHandle<JSAPIList>::Cast(factory->NewJSObjectWithInit(listClass)); in NewJSAPIList()
276 …kedList> jsAPILinkedList = JSHandle<JSAPILinkedList>::Cast(factory->NewJSObjectWithInit(mapClass)); in NewJSAPILinkedList()
295 …PIArrayList> jsArrayList = JSHandle<JSAPIArrayList>::Cast(factory->NewJSObjectWithInit(arrayListCl… in NewJSAPIArrayList()
303 …JSHandle<JSAPIStack> jsStack = JSHandle<JSAPIStack>::Cast(factory->NewJSObjectWithInit(stackClass)… in NewJSAPIStack()
328 JSHandle<JSAPILightWeightMap>::Cast(factory->NewJSObjectWithInit(lwmapClass)); in NewJSAPILightWeightMap()
349 JSHandle<JSAPILightWeightSet>::Cast(factory->NewJSObjectWithInit(setClass)); in NewJSAPILightWeightSet()
363 …JSHandle<JSAPIQueue> jsQueue = JSHandle<JSAPIQueue>::Cast(factory->NewJSObjectWithInit(queueClass)… in NewJSAPIQueue()
375 …JSHandle<JSAPIDeque> jsDeque = JSHandle<JSAPIDeque>::Cast(factory->NewJSObjectWithInit(dequeClass)… in NewJSAPIDeque()
386 …JSHandle<JSAPIVector> jsVector = JSHandle<JSAPIVector>::Cast(factory->NewJSObjectWithInit(vectorCl… in NewJSAPIVector()
419 JSHandle<JSObject> object##ClassName = factory->NewJSObjectWithInit(class##ClassName); \ in HWTEST_F_L0()
472 JSHandle<JSObject> proxyRevocFunc = factory->NewJSObjectWithInit(proxyRevocClass); in HWTEST_F_L0()
480 … JSHandle<JSObject> promiseReactFunc = factory->NewJSObjectWithInit(promiseReactClass); in HWTEST_F_L0()
488 JSHandle<JSObject> promiseExeFunc = factory->NewJSObjectWithInit(promiseExeClass); in HWTEST_F_L0()
496 … JSHandle<JSObject> moduleFulfilledFunc = factory->NewJSObjectWithInit(moduleFulfilledClass); in HWTEST_F_L0()
504 … JSHandle<JSObject> moduleRejectedFunc = factory->NewJSObjectWithInit(moduleRejectedClass); in HWTEST_F_L0()
512 JSHandle<JSObject> promiseAllFunc = factory->NewJSObjectWithInit(promiseAllClass); in HWTEST_F_L0()
520 JSHandle<JSObject> promiseAnyFunc = factory->NewJSObjectWithInit(promiseAnyClass); in HWTEST_F_L0()
528 … JSHandle<JSObject> promiseAllSettledFunc = factory->NewJSObjectWithInit(promiseAllSettledClass); in HWTEST_F_L0()
536 … JSHandle<JSObject> promiseFinallyFunc = factory->NewJSObjectWithInit(promiseFinallyClass); in HWTEST_F_L0()
544 … JSHandle<JSObject> promiseValueFunc = factory->NewJSObjectWithInit(promiseValueClass); in HWTEST_F_L0()
599 …JSHandle<JSWeakMap> jsWeakMap = JSHandle<JSWeakMap>::Cast(factory->NewJSObjectWithInit(weakMapClas… in HWTEST_F_L0()
608 …JSHandle<JSWeakSet> jsWeakSet = JSHandle<JSWeakSet>::Cast(factory->NewJSObjectWithInit(weakSetClas… in HWTEST_F_L0()
617 …JSHandle<JSWeakRef> jsWeakRef = JSHandle<JSWeakRef>::Cast(factory->NewJSObjectWithInit(weakRefClas… in HWTEST_F_L0()
627 … JSHandle<JSFinalizationRegistry>::Cast(factory->NewJSObjectWithInit(finalizationRegistryClass)); in HWTEST_F_L0()
642 … JSHandle<JSDate> date = JSHandle<JSDate>::Cast(factory->NewJSObjectWithInit(dateClass)); in HWTEST_F_L0()