Lines Matching full:chain
123 If this function returns false, the hasProperty request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
144 If this function returns NULL, the get request forwards to object's statically declared properties, then its parent class chain (which includes the default object class), then its prototype chain.
162 If this function returns false, the set request forwards to object's statically declared properties, then its parent class chain (which includes the default object class).
179 If this function returns false, the delete request forwards to object's statically declared properties, then its parent class chain (which includes the default object class).
275 If this function returns false, the conversion request forwards to object's parent class chain (which includes the default object class).
408 data is set on the created object before the intialize methods in its class chain are called. This enables the initialize methods to retrieve and manipulate data through JSObjectGetPrivate.