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:
parent
8ec7ba11e7
commit
cc62436f3f
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue