//go:cgo_ldflag "-O2"
//go:cgo_ldflag "-g"
// Code generated by cmd/cgo; DO NOT EDIT.

package javascript

import "unsafe"

import "syscall"

import _cgopackage "runtime/cgo"

type _ _cgopackage.Incomplete
var _ syscall.Errno
func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }

//go:linkname _Cgo_always_false runtime.cgoAlwaysFalse
var _Cgo_always_false bool
//go:linkname _Cgo_use runtime.cgoUse
func _Cgo_use(interface{})
//go:linkname _Cgo_keepalive runtime.cgoKeepAlive
//go:noescape
func _Cgo_keepalive(interface{})
//go:linkname _Cgo_no_callback runtime.cgoNoCallback
func _Cgo_no_callback(bool)
type _Ctype_TSFieldId = _Ctype_uint16_t

type _Ctype_TSFieldMapEntry = _Ctype_struct___3

type _Ctype_TSFieldMapSlice = _Ctype_struct___2

type _Ctype_TSLanguage = _Ctype_struct_TSLanguage

type _Ctype_TSLexMode = _Ctype_struct___5

type _Ctype_TSLexer = _Ctype_struct_TSLexer

type _Ctype_TSParseAction [8]byte

type _Ctype_TSParseActionEntry [8]byte

type _Ctype_TSStateId = _Ctype_uint16_t

type _Ctype_TSSymbol = _Ctype_uint16_t

type _Ctype_TSSymbolMetadata = _Ctype_struct___4

type _Ctype__Bool bool

type _Ctype___int16_t = _Ctype_short

type _Ctype___int32_t = _Ctype_int

type _Ctype___uint16_t = _Ctype_ushort

type _Ctype___uint32_t = _Ctype_uint

type _Ctype___uint8_t = _Ctype_uchar

type _Ctype_char int8

type _Ctype_int int32

type _Ctype_int16_t = _Ctype___int16_t

type _Ctype_int32_t = _Ctype___int32_t

type _Ctype_short int16

type _Ctype_struct_TSLanguage struct {
	version				_Ctype_uint32_t
	symbol_count			_Ctype_uint32_t
	alias_count			_Ctype_uint32_t
	token_count			_Ctype_uint32_t
	external_token_count		_Ctype_uint32_t
	state_count			_Ctype_uint32_t
	large_state_count		_Ctype_uint32_t
	production_id_count		_Ctype_uint32_t
	field_count			_Ctype_uint32_t
	max_alias_sequence_length	_Ctype_uint16_t
	parse_table			*_Ctype_uint16_t
	small_parse_table		*_Ctype_uint16_t
	small_parse_table_map		*_Ctype_uint32_t
	parse_actions			*_Ctype_TSParseActionEntry
	symbol_names			**_Ctype_char
	field_names			**_Ctype_char
	field_map_slices		*_Ctype_struct___2
	field_map_entries		*_Ctype_struct___3
	symbol_metadata			*_Ctype_struct___4
	public_symbol_map		*_Ctype_TSSymbol
	alias_map			*_Ctype_uint16_t
	alias_sequences			*_Ctype_TSSymbol
	lex_modes			*_Ctype_struct___5
	lex_fn				*[0]byte
	keyword_lex_fn			*[0]byte
	keyword_capture_token		_Ctype_TSSymbol
	external_scanner		_Ctype_struct___0
}

type _Ctype_struct_TSLexer struct {
	lookahead			_Ctype_int32_t
	result_symbol			_Ctype_TSSymbol
	advance				*[0]byte
	mark_end			*[0]byte
	get_column			*[0]byte
	is_at_included_range_start	*[0]byte
	eof				*[0]byte
}

type _Ctype_struct___0 struct {
	states		*_Ctype__Bool
	symbol_map	*_Ctype_TSSymbol
	create		*[0]byte
	destroy		*[0]byte
	scan		*[0]byte
	serialize	*[0]byte
	deserialize	*[0]byte
}

type _Ctype_struct___2 struct {
	index	_Ctype_uint16_t
	length	_Ctype_uint16_t
}

type _Ctype_struct___3 struct {
	field_id	_Ctype_TSFieldId
	child_index	_Ctype_uint8_t
	inherited	_Ctype__Bool
}

type _Ctype_struct___4 struct {
	visible		_Ctype__Bool
	named		_Ctype__Bool
	supertype	_Ctype__Bool
}

type _Ctype_struct___5 struct {
	lex_state		_Ctype_uint16_t
	external_lex_state	_Ctype_uint16_t
}

type _Ctype_uchar uint8

type _Ctype_uint uint32

type _Ctype_uint16_t = _Ctype___uint16_t

type _Ctype_uint32_t = _Ctype___uint32_t

type _Ctype_uint8_t = _Ctype___uint8_t

type _Ctype_union___1 = [8]byte

type _Ctype_union___6 = [8]byte

type _Ctype_ushort uint16

type _Ctype_void [0]byte

//go:linkname _cgo_runtime_cgocall runtime.cgocall
func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32

//go:linkname _cgoCheckPointer runtime.cgoCheckPointer
//go:noescape
func _cgoCheckPointer(interface{}, interface{})

//go:linkname _cgoCheckResult runtime.cgoCheckResult
//go:noescape
func _cgoCheckResult(interface{})

//go:cgo_import_static _cgo_fa4547291126_Cfunc_tree_sitter_javascript
//go:linkname __cgofn__cgo_fa4547291126_Cfunc_tree_sitter_javascript _cgo_fa4547291126_Cfunc_tree_sitter_javascript
var __cgofn__cgo_fa4547291126_Cfunc_tree_sitter_javascript byte
var _cgo_fa4547291126_Cfunc_tree_sitter_javascript = unsafe.Pointer(&__cgofn__cgo_fa4547291126_Cfunc_tree_sitter_javascript)

//go:cgo_unsafe_args
func _Cfunc_tree_sitter_javascript() (r1 *_Ctype_struct_TSLanguage) {
	_cgo_runtime_cgocall(_cgo_fa4547291126_Cfunc_tree_sitter_javascript, uintptr(unsafe.Pointer(&r1)))
	if _Cgo_always_false {
	}
	return
}
