Changeset 0c6b92a for imaps-frontend/node_modules/es-abstract/2017
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/2017/CompletionRecord.js
rd565449 r0c6b92a 31 31 var value = SLOT.get(this, '[[Value]]'); 32 32 33 if (type === 'normal') {34 return value;35 }36 33 if (type === 'throw') { 37 34 throw value; 38 35 } 39 throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');36 return value; 40 37 }; 41 38
Note:
See TracChangeset
for help on using the changeset viewer.