Bug 858677 - Make the internal deletion operations not take a strictness argument and a Value*, but rather take a JSBool* -- and let callers handle the property-couldn't-be-deleted (but no error occurred) case. r=jorendorff

This commit is contained in:
Jeff Walden
2013-04-05 21:19:10 -07:00
parent 3905d47052
commit ed09d1e8d8
55 changed files with 526 additions and 308 deletions

View File

@@ -12,7 +12,7 @@ JSClass global_class = {
"global",
JSCLASS_IS_GLOBAL | JSCLASS_GLOBAL_FLAGS,
JS_PropertyStub,
JS_PropertyStub,
JS_DeletePropertyStub,
JS_PropertyStub,
JS_StrictPropertyStub,
JS_EnumerateStub,