getFinalizeCount returns the current finalize call count
()
| 33 | |
| 34 | // getFinalizeCount returns the current finalize call count |
| 35 | func getFinalizeCount() int64 { |
| 36 | return atomic.LoadInt64(&finalizeCallCount) |
| 37 | } |
| 38 | |
| 39 | // createPointClass creates a Point class for testing with SCHEME C constructor |
| 40 | func createPointClass(ctx *Context) (*Value, uint32) { |
no outgoing calls
no test coverage detected