Home | All Classes | Grouped Classes | Index | Search

CL_JSValue::CL_JSValue

	CL_JSValue();

	CL_JSValue(
		CL_JSContext* context);

	CL_JSValue(
		const CL_JSValue& copy);

	CL_JSValue(
		CL_JSContext* context, jsval& value);

	CL_JSValue(
		CL_JSContext* context, int i);

	CL_JSValue(
		CL_JSContext* context, float f);

	CL_JSValue(
		CL_JSContext* context, double d);

	CL_JSValue(
		CL_JSContext* context, const std::string& str);

	CL_JSValue(
		CL_JSContext* context, const CL_JSObject* obj);

See also:

CL_JSValue



Questions or comments, write to the ClanLib mailing list.