JSObject

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

getProperty
JSValue getProperty(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperty
JSValue getProperty(WebString str)
Undocumented in source. Be warned that the author may not have intended to support it.
hasProperty
bool hasProperty(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
hasProperty
bool hasProperty(WebString str)
Undocumented in source. Be warned that the author may not have intended to support it.
invoke
JSValue invoke(WebString str, JSArray args)
Undocumented in source. Be warned that the author may not have intended to support it.
invokeAsync
void invokeAsync(WebString str, JSArray args)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
JSValue opIndex(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T v, string str)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
void removeProperty(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
void removeProperty(WebString str)
Undocumented in source. Be warned that the author may not have intended to support it.
setCustomMethod
void setCustomMethod(WebString str, bool hasReturnValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setCustomMethod
void setCustomMethod(string str, bool hasReturnValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(string str, JSValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
void setProperty(WebString str, JSValue value)
Undocumented in source. Be warned that the author may not have intended to support it.
setPropertyAsync
void setPropertyAsync(string str, JSObject value)
Undocumented in source. Be warned that the author may not have intended to support it.
setPropertyAsync
void setPropertyAsync(WebString str, JSObject value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cppObj
CppObj cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cppObj
inout(CppObj) cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getMethodNames
JSArray getMethodNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasMethod
Char[] hasMethod [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasMethod
WebString hasMethod [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
lastError
awebview.wrapper.cpp.Awesomium.Error lastError [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
propertyNames
JSArray propertyNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
refCount
int refCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remoteId
uint remoteId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
JSObjectType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

weakRef
auto weakRef(H ws)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta