Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-abstract/2020/CompletionRecord.js

    rd565449 r0c6b92a  
    3131        var value = SLOT.get(this, '[[Value]]');
    3232
    33         if (type === 'normal') {
    34                 return value;
    35         }
    3633        if (type === 'throw') {
    3734                throw value;
    3835        }
    39         throw new $SyntaxError('Completion Record is not of type "normal" or "throw": other types not supported');
     36        return value;
    4037};
    4138
Note: See TracChangeset for help on using the changeset viewer.