Sha256: e91847f990f5e7a8a37b0b36bce5a13d943394f3f3bc67c1622ee9dc6e628ed9

Contents?: true

Size: 154 Bytes

Versions: 32

Compression:

Stored size: 154 Bytes

Contents

#include "v8_func.h"

using namespace v8;

VALUE V8_C_Function;

VALUE V8_Wrap_Function(Handle<Function> f) {
  return V8_Ref_Create(V8_C_Function, f);
}

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
therubyracer-0.4.8-x86-darwin-10 ext/v8/v8_func.cpp
therubyracer-0.4.8 ext/v8/v8_func.cpp
therubyracer-0.4.7-x86-darwin-9 ext/v8/v8_func.cpp
therubyracer-0.4.7-x86-darwin-10 ext/v8/v8_func.cpp
therubyracer-0.4.7 ext/v8/v8_func.cpp
therubyracer-0.4.6 ext/v8/v8_func.cpp
therubyracer-0.4.5 ext/v8/v8_func.cpp
therubyracer-0.4.4 ext/v8/v8_func.cpp
therubyracer-0.4.3 ext/v8/v8_func.cpp
therubyracer-0.4.2 ext/v8/v8_func.cpp
therubyracer-0.4.1 ext/v8/v8_func.cpp
therubyracer-0.4.0 ext/v8/v8_func.cpp