Pass | should return false when the interface declares no toJSON operation. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:17:9) |
|
Pass | should return false when the interface declares a static toJSON operation. | Asserts runPass | assert_false(false)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:22:9) |
|
Pass | should return true when the interface declares a regular toJSON operation. | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /resources/test/tests/unit/IdlInterface/has_to_json_regular_operation.html:27:9) |
|