• Home
  • Raw
  • Download

Lines Matching refs:NewJSObjectWithInit

607     JSHandle<JSObject> symbolFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass);  in InitializeSymbol()
712 JSHandle<JSObject> symbolFuncPrototype = factory_->NewJSObjectWithInit(objFuncInstanceHClass); in InitializeSymbolWithRealm()
867 JSHandle<JSObject> bigIntFuncPrototype = factory_->NewJSObjectWithInit(primRefObjHClass); in InitializeBigInt()
898 JSHandle<JSObject> dateFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeDate()
1042 JSHandle<JSObject> asyncFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncFunction()
1068 JSHandle<JSObject> errorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAllTypeError()
1189 JSHandle<JSObject> nativeErrorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeError()
1306 JSHandle<JSObject> setFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeSet()
1379 JSHandle<JSObject> mapFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeMap()
1457 JSHandle<JSObject> weakMapFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeWeakMap()
1504 JSHandle<JSObject> weakSetFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeWeakSet()
1657 JSHandle<JSObject> mathObject = factory_->NewJSObjectWithInit(mathClass); in InitializeMath()
1717 JSHandle<JSObject> jsonObject = factory_->NewJSObjectWithInit(jsonHClass); in InitializeJson()
1811 JSHandle<JSObject> strIterPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeStringIterator()
1833 JSHandle<JSObject> asyncItPrototype = factory_->NewJSObjectWithInit(iteratorFuncClass); in InitializeAsyncFromSyncIterator()
1859 JSHandle<JSObject> iteratorPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeIterator()
1899 JSHandle<JSObject> asyncIteratorPrototype = factory_->NewJSObjectWithInit(objFuncDynclass); in InitializeAsyncIterator()
1925 JSHandle<JSObject> forinIteratorPrototype = factory_->NewJSObjectWithInit(iteratorFuncClass); in InitializeForinIterator()
1939 JSHandle<JSObject> setIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeSetIterator()
1950 JSHandle<JSObject> mapIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeMapIterator()
1960 JSHandle<JSObject> arrayIteratorPrototype(factory_->NewJSObjectWithInit(iteratorFuncClass)); in InitializeArrayIterator()
2071 JSHandle<JSObject> arrFuncPrototype = factory_->NewJSObjectWithInit(arrBaseFuncInstanceHClass); in InitializeArray()
2182 JSHandle<JSObject> typedArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeTypedArray()
2332 JSHandle<JSObject> int8ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeInt8Array()
2356 JSHandle<JSObject> uint8ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeUint8Array()
2395 JSHandle<JSObject> uint8ClampedArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in ITERATE_TYPED_ARRAY()
2421 JSHandle<JSObject> int16ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeInt16Array()
2445 JSHandle<JSObject> uint16ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeUint16Array()
2469 JSHandle<JSObject> int32ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeInt32Array()
2493 JSHandle<JSObject> uint32ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeUint32Array()
2517 JSHandle<JSObject> float32ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeFloat32Array()
2541 JSHandle<JSObject> float64ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeFloat64Array()
2565 JSHandle<JSObject> bigInt64ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeBigInt64Array()
2589 JSHandle<JSObject> bigUint64ArrFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeBigUint64Array()
2613 JSHandle<JSObject> arrayBufferFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeArrayBuffer()
2668 JSHandle<JSObject> reflectObject = factory_->NewJSObjectWithInit(reflectHClass); in InitializeReflect()
2701 JSHandle<JSObject> sharedArrayBufferFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeSharedArrayBuffer()
2755 JSHandle<JSObject> promiseFuncPrototype = factory_->NewJSObjectWithInit(promiseFuncClass); in InitializePromise()
2860 JSHandle<JSObject> dataViewFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeDataView()
3131 JSHandle<JSObject> generatorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeGeneratorFunction()
3178 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGeneratorFunction()
3222 JSHandle<JSObject> generatorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeGenerator()
3242 JSHandle<JSObject> initialGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeGenerator()
3253 JSHandle<JSObject> asyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeAsyncGenerator()
3275 …JSHandle<JSObject> initialAsyncGeneratorFuncPrototype = factory_->NewJSObjectWithInit(objFuncClass… in InitializeAsyncGenerator()
3365 JSHandle<JSObject> intlObject = factory_->NewJSObjectWithInit(intlHClass); in InitializeIntl()
3775 JSHandle<JSObject> moduleNamespacePrototype = factory_->NewJSObjectWithInit(objFuncClass); in InitializeModuleNamespace()