Lines Matching defs:style
182 // 11. Let style be ? GetOption(options, "style", "string", « "narrow", "short", "long" », "long").
189 // 12. Set DisplayNames.[[Style]] to style.
237 // 25. Let styleFields be typeFields.[[<style>]].
340 StyOption style = displayNames->GetStyle();
342 switch (style) {
424 JSHandle<JSTaggedValue> StyOptionToEcmaString(JSThread *thread, StyOption style)
428 switch (style) {
523 StyOption style = displayNames->GetStyle();
525 JSHandle<JSTaggedValue> styleString = StyOptionToEcmaString(thread, style);