• Home
  • Raw
  • Download

Lines Matching defs:descriptor

547 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,…  in InitializeSymbol()  local
652 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(symbolFunction), true, false,… in InitializeSymbolWithRealm() local
785 PropertyDescriptor descriptor(thread_, env->GetBigIntFunction(), true, false, true); in InitializeBigIntWithRealm() local
948 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(ctor), true, false, true); in InitializeExoticConstructor() local
1088 PropertyDescriptor descriptor(thread_, nativeErrorFunction, true, false, true); in SetErrorWithRealm() local
1254 PropertyDescriptor descriptor(thread_, valuesFunc, true, false, true); in InitializeSet() local
1336 PropertyDescriptor descriptor(thread_, entriesFunc, true, false, true); in InitializeMap() local
1994 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, JSTaggedValue(arrProtoLen)… in InitializeArray() local
2707 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(ctor), true, false, true); in NewBuiltinCjsCtor() local
2738 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(function), true, false, true); in SetFunction() local
2747 PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(function), false, false, false); in SetFrozenFunction() local
2764 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), false, false, true… in SetFunctionAtSymbol() local
2770 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), false, false, fals… in SetFunctionAtSymbol() local
2774 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), true, false, true); in SetFunctionAtSymbol() local
2811 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(thread_, value), false, false, fals… in SetConstant() local
2818 PropertyDescriptor descriptor(thread_, value, false, false, false); in SetConstantObject() local
2826 PropertyDescriptor descriptor(thread_, value, true, true, true); in SetNonConstantObject() local
2833 PropertyDescriptor descriptor(thread_, globalValue, true, false, true); in SetGlobalThis() local
2840 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>(factory_->NewFromUtf8(value)), true… in SetAttribute() local
2861 …PropertyDescriptor descriptor(thread_, JSHandle<JSTaggedValue>::Cast(function), true, false, true); in SetFuncToObjAndGlobal() local
2904 PropertyDescriptor descriptor(thread_, env->GetGeneratorPrototype(), false, false, true); in InitializeGeneratorFunction() local
2951 PropertyDescriptor descriptor(thread_, env->GetAsyncGeneratorPrototype(), false, false, true); in InitializeAsyncGeneratorFunction() local
2989 PropertyDescriptor descriptor(thread_, env->GetIteratorPrototype(), true, false, false); in InitializeGenerator() local
3022 PropertyDescriptor descriptor(thread_, env->GetAsyncIteratorPrototype(), true, false, false); in InitializeAsyncGenerator() local