rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

feat: Add ObjectTemplate NamedProperty and IndexedProperty handlers

Open bakjos opened this issue 3 years ago • 1 comments

This PR adds support for property interceptors (named and indexed property interceptors). To avoid breaking the existing API I created some specific structures to force the return types: PropertyAttributeReturnValue, BooleanReturnValue, ArrayReturnValue, and wrappers for the PropertyCallbackInfo to allow different implementations of the Callbacks.

bakjos avatar Aug 28 '22 13:08 bakjos

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 28 '22 13:08 CLAassistant