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

bind to V8::C::StackTrace#GetFunctionName

This commit is contained in:
Charles Lowell 2012-08-12 20:05:03 -05:00
parent 8ec7ba11e7
commit cc62436f3f

View file

@ -22,6 +22,7 @@ namespace rr {
defineMethod("GetColumn", &Frame::GetColumn).
defineMethod("GetScriptName", &Frame::GetScriptName).
defineMethod("GetScriptNameOrSourceURL", &Frame::GetScriptNameOrSourceURL).
defineMethod("GetFunctionName", &Frame::GetFunctionName).
defineMethod("IsEval", &Frame::IsEval).
defineMethod("IsConstructor", &Frame::IsConstructor).
store(&Frame::Class);