awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
JSObject.Field
awebview
wrapper
cpp
jsobject
Awesomium
JSObject
Undocumented in source.
interface
JSObject
static
struct
Field {
bool
is_local_
;
union
U_
;
U_
instance_
;
Error
last_error_
;
}
Members
Unions
U_
union
U_
Undocumented in source.
Variables
instance_
U_
instance_
;
Undocumented in source.
is_local_
bool
is_local_
;
Undocumented in source.
last_error_
Error
last_error_
;
Undocumented in source.
Meta
Source
See Implementation
awebview
wrapper
cpp
jsobject
Awesomium
JSObject
structs
Field