Lines Matching defs:descriptor
492 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbol() local
585 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbolWithRealm() local
862 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(ctor), true, false, true); in InitializeExoticConstructor() local
990 PropertyDescriptor descriptor(thread_, nativeErrorFunction, true, false, true); in SetErrorWithRealm() local
1140 PropertyDescriptor descriptor(thread_, valuesFunc, true, false, true); in InitializeSet() local
1222 PropertyDescriptor descriptor(thread_, entriesFunc, true, false, true); in InitializeMap() local
1691 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, JSTaggedValue(arrProtoLen)… in InitializeArray() local
2254 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(function), true, false, true); in SetFunction() local
2263 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(function), false, false, false); in SetFrozenFunction() local
2280 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), false, false, true… in SetFunctionAtSymbol() local
2286 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), false, false, fals… in SetFunctionAtSymbol() local
2290 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), true, false, true); in SetFunctionAtSymbol() local
2327 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, value), false, false, fals… in SetConstant() local
2334 PropertyDescriptor descriptor(thread_, value, false, false, false); in SetConstantObject() local
2341 PropertyDescriptor descriptor(thread_, globalValue, true, false, true); in SetGlobalThis() local
2348 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(factory_->NewFromString(value)), tr… in SetAttribute() local
2369 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), true, false, true); in SetFuncToObjAndGlobal() local
2412 PropertyDescriptor descriptor(thread_, env->GetGeneratorPrototype(), false, false, true); in InitializeGeneratorFunction() local
2452 PropertyDescriptor descriptor(thread_, env->GetIteratorPrototype(), true, false, false); in InitializeGenerator() local