Gnash 0.8.9
Namespaces | Functions

Date_as.cpp File Reference

#include "log.h"
#include "GnashNumeric.h"
#include "Date_as.h"
#include "fn_call.h"
#include "Global_as.h"
#include "GnashException.h"
#include "NativeFunction.h"
#include "ClockTime.h"
#include "VM.h"
#include "namedStrings.h"
#include <cmath>
#include <boost/format.hpp>

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


namespace  gnash::cpp

Functions

void gnash::cpp::attachDateInterface (as_object &o)
void gnash::cpp::attachDateStaticInterface (as_object &o)
as_value gnash::cpp::date_new (const fn_call &fn)
as_value gnash::cpp::date_getTime (const fn_call &fn)
as_value gnash::cpp::date_setTime (const fn_call &fn)
as_value gnash::cpp::date_getTimezoneOffset (const fn_call &fn)
as_value gnash::cpp::date_getYear (const fn_call &fn)
as_value gnash::cpp::date_getFullYear (const fn_call &fn)
as_value gnash::cpp::date_getMonth (const fn_call &fn)
as_value gnash::cpp::date_getDate (const fn_call &fn)
as_value gnash::cpp::date_getDay (const fn_call &fn)
as_value gnash::cpp::date_getHours (const fn_call &fn)
as_value gnash::cpp::date_getMinutes (const fn_call &fn)
as_value gnash::cpp::date_getSeconds (const fn_call &fn)
as_value gnash::cpp::date_getMilliseconds (const fn_call &fn)
as_value gnash::cpp::date_getUTCFullYear (const fn_call &fn)
as_value gnash::cpp::date_getUTCYear (const fn_call &fn)
as_value gnash::cpp::date_getUTCMonth (const fn_call &fn)
as_value gnash::cpp::date_getutcdate (const fn_call &fn)
as_value gnash::cpp::date_getUTCDay (const fn_call &fn)
as_value gnash::cpp::date_getUTCHours (const fn_call &fn)
as_value gnash::cpp::date_getUTCMinutes (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setDate (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setfullyear (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setHours (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setMilliseconds (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setMinutes (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setmonth (const fn_call &fn)
template<bool utc>
as_value gnash::cpp::date_setSeconds (const fn_call &fn)
as_value gnash::cpp::date_setYear (const fn_call &fn)
as_value gnash::cpp::date_tostring (const fn_call &fn)
as_value gnash::cpp::date_UTC (const fn_call &fn)
void gnash::cpp::fillGnashTime (double time, GnashTime &gt)
double gnash::cpp::makeTimeValue (GnashTime &gt)
void gnash::cpp::localTime (double time, GnashTime &gt)
void gnash::cpp::universalTime (double time, GnashTime &gt)
int gnash::cpp::localTimeZoneOffset (double time)
double gnash::cpp::rogue_date_args (const fn_call &fn, unsigned maxargs)
template<typename T >
void gnash::cpp::truncateDouble (T &target, double value)
void gnash::date_class_init (as_object &global, const ObjectURI &uri)
void gnash::registerDateNative (as_object &global)