1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

make V8::C::Function class VALUE storage private.

This commit is contained in:
Charles Lowell 2010-06-07 10:27:07 +03:00
parent be469dfbe1
commit bfc0a84858
2 changed files with 0 additions and 4 deletions

View file

@ -4,8 +4,6 @@
using namespace v8;
VALUE rr_cV8_C_Function;
namespace {
VALUE FunctionClass;

View file

@ -5,8 +5,6 @@
#include "v8.h"
#include "v8_ref.h"
extern VALUE rr_cV8_C_Function;
void rr_init_func();
VALUE rr_reflect_v8_function(v8::Handle<v8::Value> value);