awebview v0.9.1 (2015-10-03T07:27:48Z)
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