Lines Matching full:slot
74 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToString()
77 // Let sym be the value of s's [[SymbolData]] internal slot. in ToString()
138 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf()
140 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf()
145 // Return the value of s's [[SymbolData]] internal slot. in ValueOf()
219 // 4.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive()
220 // 5.Return the value of s's [[SymbolData]] internal slot. in ToPrimitive()
222 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive()
225 // Let sym be the value of s's [[SymbolData]] internal slot. in ToPrimitive()
252 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ThisSymbolValue()
256 // Return the value of s's [[SymbolData]] internal slot. in ThisSymbolValue()