energy/cef/cef-v8-context.go

21 lines
385 B
Go
Raw Normal View History

2022-10-04 13:21:05 +08:00
//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
2022-10-04 16:38:43 +08:00
// Licensed under GNU General Public License v3.0
2022-10-04 13:21:05 +08:00
//
//----------------------------------------
package cef
import "unsafe"
//该对象不做实现
type ICefV8Context struct {
instance uintptr
ptr unsafe.Pointer
Browser *ICefBrowser
Frame *ICefFrame
Global *ICEFv8Value
}