Lines Matching defs:speciesGetter
1385 JSHandle<JSTaggedValue> speciesGetter =
1387 SetGetter(JSHandle<JSObject>(setFunction), speciesSymbol, speciesGetter);
1456 JSHandle<JSTaggedValue> speciesGetter =
1458 SetGetter(JSHandle<JSObject>(mapFunction), speciesSymbol, speciesGetter);
2111 JSHandle<JSTaggedValue> speciesGetter =
2113 SetGetter(JSHandle<JSObject>(regexpFunction), speciesSymbol, speciesGetter);
2114 JSHandle<JSFunction>(speciesGetter)->SetLexicalEnv(thread_, env);
2216 JSHandle<JSTaggedValue> speciesGetter =
2218 SetGetter(JSHandle<JSObject>(arrayFunction), speciesSymbol, speciesGetter);
2310 JSHandle<JSTaggedValue> speciesGetter =
2312 SetGetter(JSHandle<JSObject>(typedArrayFunction), speciesSymbol, speciesGetter);
2443 JSHandle<JSTaggedValue> speciesGetter =
2445 SetGetter(JSHandle<JSObject>(arrayBufferFunction), speciesSymbol, speciesGetter);
2525 JSHandle<JSTaggedValue> speciesGetter =
2527 SetGetter(JSHandle<JSObject>(SharedArrayBufferFunction), speciesSymbol, speciesGetter);
2583 JSHandle<JSTaggedValue> speciesGetter =
2585 SetGetter(promiseFunction, speciesSymbol, speciesGetter);