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:
parent
be469dfbe1
commit
bfc0a84858
2 changed files with 0 additions and 4 deletions
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
using namespace v8;
|
using namespace v8;
|
||||||
|
|
||||||
VALUE rr_cV8_C_Function;
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
VALUE FunctionClass;
|
VALUE FunctionClass;
|
||||||
|
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
#include "v8.h"
|
#include "v8.h"
|
||||||
#include "v8_ref.h"
|
#include "v8_ref.h"
|
||||||
|
|
||||||
extern VALUE rr_cV8_C_Function;
|
|
||||||
|
|
||||||
void rr_init_func();
|
void rr_init_func();
|
||||||
|
|
||||||
VALUE rr_reflect_v8_function(v8::Handle<v8::Value> value);
|
VALUE rr_reflect_v8_function(v8::Handle<v8::Value> value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue