- IsArray
bool IsArray(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsBoolean
bool IsBoolean(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsDouble
bool IsDouble(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsInteger
bool IsInteger(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsNull
bool IsNull(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsNumber
bool IsNumber(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsObject
bool IsObject(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsString
bool IsString(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- IsUndefined
bool IsUndefined(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Null
const(JSValue) Null()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToArray
JSArray ToArray(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToArray
const(JSArray) ToArray(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToBoolean
bool ToBoolean(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToDouble
double ToDouble(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToInteger
int ToInteger(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToObject
JSObject ToObject(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToObject
const(JSObject) ToObject(const(JSValue) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ToString
void ToString(const(JSValue) p, WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- Undefined
const(JSValue) Undefined()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, bool value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, int value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, double value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, const(WebString) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, const(JSObject) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, const(JSArray) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- ctor
void ctor(JSValue p, const(JSValue) original)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- deleteDtor
void deleteDtor(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- dtor
void dtor(JSValue p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(bool value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(int value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(double value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(const(WebString) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(const(JSObject) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(const(JSArray) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- newCtor
JSValue newCtor(const(JSValue) original)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- opAssign
JSValue opAssign(JSValue p, const(JSValue) rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- sizeOfInstance
size_t sizeOfInstance()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.