Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/test/embind/test_i64_val.out
4150 views
start
test:
val(uint64_t v)
  testing value 1234
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
  testing value 18446744073709551615
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
test:
val(int64_t v)
  testing value 1234
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
  testing value -4321
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
  testing value 1311768467732155613
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
  testing value -9223372036854775808
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
  testing value 9223372036854775807
    setting properties preserves the expected value
    getting properties returns the original value intact
    function calls roundtrip the value correctly
    method calls roundtrip the value correctly
test:
val(typed_memory_view<uint64_t>)
test:
val(typed_memory_view<int64_t>)
end