1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/ext/vm/rr.h
2012-05-09 14:46:04 -05:00

16 lines
154 B
C++

#include <stdio.h>
#include <v8.h>
namespace rr {
/**
* Represents an outgoing reference to
*/
class Stub {
Stub();
};
class Scion {
Scion();
};
}