Module: V8::Access::Invocation
- Included in:
- V8::Access
- Defined in:
- lib/v8/access/invocation.rb
Defined Under Namespace
Modules: Aritize, Method, Proc, UnboundMethod
Instance Method Summary collapse
Instance Method Details
#methodcall(code, this, args) ⇒ Object
3 4 5 |
# File 'lib/v8/access/invocation.rb', line 3 def methodcall(code, this, args) code.methodcall this, args end |