Lines Matching defs:descriptors
183 // 6.Let descriptors be an empty List.
186 [[maybe_unused]] JSHandle<TaggedArray> descriptors =
197 // v.Append the pair (a two element List) consisting of nextKey and desc to the end of descriptors.
224 // 8.For each pair from descriptors in list order,
413 // 5.Let descriptors be OrdinaryObjectCreate(%Object.prototype%).
417 JSHandle<JSObject> descriptors = factory->NewJSObjectByConstructor(constructor);
422 // c. If descriptor is not undefined, perform ! CreateDataPropertyOrThrow(descriptors, key, descriptor).
432 JSObject::CreateDataPropertyOrThrow(thread, descriptors, handleKey, descriptor);
437 // 7.Return descriptors.
438 return descriptors.GetTaggedValue();