Lines Matching refs:speciesSymbol
1384 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
1387 SetGetter(JSHandle<JSObject>(setFunction), speciesSymbol, speciesGetter);
1455 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
1458 SetGetter(JSHandle<JSObject>(mapFunction), speciesSymbol, speciesGetter);
2110 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
2113 SetGetter(JSHandle<JSObject>(regexpFunction), speciesSymbol, speciesGetter);
2215 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
2218 SetGetter(JSHandle<JSObject>(arrayFunction), speciesSymbol, speciesGetter);
2309 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
2312 SetGetter(JSHandle<JSObject>(typedArrayFunction), speciesSymbol, speciesGetter);
2442 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
2445 SetGetter(JSHandle<JSObject>(arrayBufferFunction), speciesSymbol, speciesGetter);
2524 JSHandle<JSTaggedValue> speciesSymbol = env->GetSpeciesSymbol();
2527 SetGetter(JSHandle<JSObject>(SharedArrayBufferFunction), speciesSymbol, speciesGetter);
2582 JSHandle<JSTaggedValue> speciesSymbol(env->GetSpeciesSymbol());
2585 SetGetter(promiseFunction, speciesSymbol, speciesGetter);