Lines Matching defs:SetGetter
608 accessor->SetGetter(thread_, getter);
767 SetGetter(symbolFuncPrototype, getterKey, getter);
830 SetGetter(symbolFuncPrototype, getterKey, getter);
1381 SetGetter(setFuncPrototype, sizeKey, sizeGetter);
1387 SetGetter(JSHandle<JSObject>(setFunction), speciesSymbol, speciesGetter);
1452 SetGetter(mapFuncPrototype, sizeKey, sizeGetter);
1458 SetGetter(JSHandle<JSObject>(mapFunction), speciesSymbol, speciesGetter);
1772 SetGetter(stringFuncPrototype, lengthKey, lengthGetter);
2063 SetGetter(regPrototype, flagsKey, flagsGetter);
2068 SetGetter(regPrototype, sourceKey, sourceGetter);
2073 SetGetter(regPrototype, globalKey, globalGetter);
2079 SetGetter(regPrototype, hasIndicesKey, hasIndicesGetter);
2085 SetGetter(regPrototype, ignoreCaseKey, ignoreCaseGetter);
2091 SetGetter(regPrototype, multilineKey, multilineGetter);
2096 SetGetter(regPrototype, dotAllKey, dotAllGetter);
2101 SetGetter(regPrototype, stickyKey, stickyGetter);
2106 SetGetter(regPrototype, unicodeKey, unicodeGetter);
2113 SetGetter(JSHandle<JSObject>(regexpFunction), speciesSymbol, speciesGetter);
2218 SetGetter(JSHandle<JSObject>(arrayFunction), speciesSymbol, speciesGetter);
2275 SetGetter(typedArrFuncPrototype, key, getter);
2300 SetGetter(typedArrFuncPrototype, toStringTagSymbol, toStringTagGetter);
2312 SetGetter(JSHandle<JSObject>(typedArrayFunction), speciesSymbol, speciesGetter);
2445 SetGetter(JSHandle<JSObject>(arrayBufferFunction), speciesSymbol, speciesGetter);
2451 SetGetter(arrayBufferFuncPrototype, lengthKey, lengthGetter);
2527 SetGetter(JSHandle<JSObject>(SharedArrayBufferFunction), speciesSymbol, speciesGetter);
2533 SetGetter(sharedArrayBufferFuncPrototype, lengthKey, lengthGetter);
2585 SetGetter(promiseFunction, speciesSymbol, speciesGetter);
2695 SetGetter(dataViewFuncPrototype, bufferKey, bufferGetter);
2701 SetGetter(dataViewFuncPrototype, lengthKey, lengthGetter);
2706 SetGetter(dataViewFuncPrototype, offsetKey, offsetGetter);
3156 accessor->SetGetter(thread_, throwFunction);
3161 accessor->SetGetter(thread_, throwFunction);
3170 accessor->SetGetter(thread_, getter);
3176 void Builtins::SetGetter(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key,
3180 accessor->SetGetter(thread_, getter);
3402 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledBaseNameString(), baseNameGetter);
3405 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledCalendarString(), calendarGetter);
3409 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledCaseFirstString(), caseFirstGetter);
3413 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledCollationString(), collationGetter);
3417 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledHourCycleString(), hourCycleGetter);
3420 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledNumericString(), numericGetter);
3424 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledNumberingSystemString(), numberingSystemGetter);
3427 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledLanguageString(), languageGetter);
3430 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledScriptString(), scriptGetter);
3433 SetGetter(localePrototype, thread_->GlobalConstants()->GetHandledRegionString(), regionGetter);