energy/cef/cef-v8-js-null.go

18 lines
282 B
Go
Raw Normal View History

2022-10-04 13:21:05 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License 2.0
//
//----------------------------------------
package cef
type JSNull struct {
ICEFv8Value
}
func (m *JSNull) ToString() string {
return "null"
}