Source File
common.go
Belonging Package
github.com/dop251/goja/ftoa/internal/fast
/*Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc)See LICENSE_V8 for the original copyright message and disclaimer.*/package fastimportvar (dcheckFailure = errors.New("DCHECK assertion failed"))func _DCHECK( bool) {if ! {panic(dcheckFailure)}}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |