Skip to content

Instantly share code, notes, and snippets.

@wycats
Created November 29, 2010 00:27
Show Gist options
  • Save wycats/719436 to your computer and use it in GitHub Desktop.
Save wycats/719436 to your computer and use it in GitHub Desktop.
v8 = V8::Context.new
v8["foo"] = proc do |hello|
# can I get the JS callstack here?
puts hello
end
v8.eval("function bar() { baz('sven' )}; function baz(name) { foo(name) }")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment