Class: V8::Portal::Interceptors::IndexedPropertyDeleter
- Inherits:
-
Interceptor
- Object
- Interceptor
- V8::Portal::Interceptors::IndexedPropertyDeleter
- Defined in:
- lib/v8/portal/interceptors.rb
Instance Method Summary collapse
Methods inherited from Interceptor
Constructor Details
This class inherits a constructor from V8::Portal::Interceptors::Interceptor
Instance Method Details
#call(index, info) ⇒ Object
135 136 137 138 139 |
# File 'lib/v8/portal/interceptors.rb', line 135 def call(index, info) intercept(info) do |obj, dontintercept| @access.idelete(obj, index, &dontintercept) end end |