Sha256: a0b161084686deee75588a01834dea2bc12fde317d96bd3a0b73c825db71180f

Contents?: true

Size: 554 Bytes

Versions: 11

Compression:

Stored size: 554 Bytes

Contents

exports.const_epsilon = function() {
    return Number.EPSILON;
};
exports.const_max_safe_integer = function() {
    return Number.MAX_SAFE_INTEGER;
};
exports.const_max_value = function() {
    return Number.MAX_VALUE;
};
exports.const_min_safe_integer = function() {
    return Number.MIN_SAFE_INTEGER;
};
exports.const_min_value = function() {
    return Number.MIN_VALUE;
};
exports.const_negative_infinity = function() {
    return Number.NEGATIVE_INFINITY;
};
exports.const_positive_infinity = function() {
    return Number.POSITIVE_INFINITY;
};

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-22.0.0 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-21.0.1 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-20.0.2 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-20.0.0 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-18.0.3 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-17.0.1 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-17.0.0 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-16.0.0 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-15.0.1 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js
wasmtime-15.0.0 ./ext/cargo-vendor/js-sys-0.3.66/tests/wasm/Number.js