This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
therubyracer
Watch
1
Star
0
Fork
You've already forked therubyracer
0
mirror of
https://github.com/rubyjs/therubyracer
synced
2023-03-27 23:21:42 -04:00
Code
Releases
Activity
6902e37787
therubyracer
/
ext
/
v8
/
value.cc
8 lines
82 B
C++
Raw
Normal View
History
Unescape
Escape
support for basic evaluation.
2012-05-02 19:15:11 -04:00
#
include
"rr.h"
namespace
rr
{
extract core conversion out of the type library
2012-05-03 23:35:50 -04:00
void
Value
:
:
Init
(
)
{
ClassBuilder
(
"
Value
"
)
;
}
support for basic evaluation.
2012-05-02 19:15:11 -04:00
}
Copy permalink