energy/cef/cef-types-v8-context.go
2023-02-23 14:34:23 +08:00

18 lines
377 B
Go

//----------------------------------------
//
// Copyright © yanghy. All Rights Reserved.
//
// Licensed under Apache License Version 2.0, January 2004
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//----------------------------------------
// CEF V8 上下文
package cef
// Instance 实例
func (m *ICefV8Context) Instance() uintptr {
return uintptr(m.instance)
}