Sha256: 78a61d5bf76975fbe760f559cc2ea48405353c3f0cd1e5d01697a241995a3983

Contents?: true

Size: 262 Bytes

Versions: 5

Compression:

Stored size: 262 Bytes

Contents

#ifndef __V8_DATE_H
#define __V8_DATE_H

#include "v8_main.h"

using namespace v8;

/* V8::Date class */
RUBY_EXTERN VALUE rb_cV8Date;

/* API */
Handle<Value> to_v8_date(VALUE value);
VALUE rb_v8_date_new2(VALUE data);
void Init_V8_Date();

#endif//__V8_DATE_H

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mustang-0.2.2 ext/v8/v8_date.h
mustang-0.2.1 ext/v8/v8_date.h
mustang-0.2.0 ext/v8/v8_date.h
mustang-0.1.1 ext/v8/v8_date.h
mustang-0.1.0 ext/v8/v8_date.h