Property caching is too aggressive for API objects
Created attachment 95227 [details] Patch
Attachment 95227 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSCallbackObject..." exit_code: 1 Source/JavaScriptCore/runtime/JSTypeInfo.h:37: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/JavaScriptCore/API/tests/testapi.c:358: PropertyCatchalls_getProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:395: PropertyCatchalls_setProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:415: PropertyCatchalls_getPropertyNames is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:429: PropertyCatchalls_definition is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:452: PropertyCatchalls_class is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 6 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 95228 [details] Patch
Attachment 95228 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/API/JSCallbackObject..." exit_code: 1 Source/JavaScriptCore/runtime/JSTypeInfo.h:37: Code inside a namespace should not be indented. [whitespace/indent] [4] Source/JavaScriptCore/API/tests/testapi.c:358: PropertyCatchalls_getProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:395: PropertyCatchalls_setProperty is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:415: PropertyCatchalls_getPropertyNames is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:429: PropertyCatchalls_definition is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Source/JavaScriptCore/API/tests/testapi.c:452: PropertyCatchalls_class is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 6 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
<rdar://problem/9518788>
Committed r87586: <http://trac.webkit.org/changeset/87586>