2025-09-05 14:59:21 +08:00

12 lines
201 B
JavaScript

'use strict';
// legacy IE function
// expression( <any-value> )
function expressionFn() {
return this.createSingleNodeList(
this.Raw(null, false)
);
}
module.exports = expressionFn;