Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Forked from wycats/here.js
Created March 16, 2011 21:53
Show Gist options
  • Save rwaldron/873391 to your computer and use it in GitHub Desktop.
Save rwaldron/873391 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