| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/js-sys/tests/wasm/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/js-sys/tests/wasm/Proxy.js |
exports.proxy_target = function() {
return { a: 100 };
};
exports.proxy_handler = function() {
return {
get: function(obj, prop) {
return prop in obj ? obj[prop] : 37;
}
};
};