Searched defs:objectName (Results 1 – 2 of 2) sorted by relevance
68 function disableMethods(object, objectName, methodNames, useThrowingStubs) { argument91 function disableGetters(object, objectName, propertyNames, opt_messageSuffix) { argument133 function disableSetters(object, objectName, propertyNames, opt_messageSuffix) { argument
45 const char* objectName = traits.name; in ObjectWrapper() local