Lines Matching full:inherit
2129 Have JSCell inherit from Noncopyable.
3032 (RuntimeArray::RuntimeArray): inherit from JSObject instead of ArrayInstance; it turns
3045 (RuntimeMethod::RuntimeMethod): inherit from InternalFunctionImp instead of FunctionImpl,
4150 * bindings/runtime.h: Inherit from Noncopyable instead of rolling our own.
7975 (BooleanInstance::BooleanInstance): Inherit from JSWrapperObject.
7983 (KJS::DateInstance::DateInstance): Inherit from JSWrapperObject.
7995 (NumberInstance::NumberInstance): inherit from JSWrapperObject
8004 (StringInstance::StringInstance): inherit from JSWrapperObject
8482 so that subclasses can inherit it without inheriting function-related baggage.
9695 since JSCallbackFunction doesn't inherit from JSCallbackObject.
23147 Changed RuntimeArrayImp to inherit from ArrayInstanceImp and
23701 No more need for Completion or Reference to privately inherit from