Bug 846: Separate JS_GetParent & JS_GetPrivate calls from initializations.
commitbbf0d478e934ab12d68d56ea5af755026ed651ac
authorKalle Olavi Niemitalo <kon@iki.fi>
Fri, 24 Nov 2006 06:50:12 +0000 (24 08:50 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Sat, 25 Nov 2006 13:55:25 +0000 (25 15:55 +0200)
tree876b6c915e1ef6a83aaaae8dc5ce932b5d90c61a
parent98a120b3d546562b8235b1052f121d025081f562
Bug 846: Separate JS_GetParent & JS_GetPrivate calls from initializations.

This will allow the types of objects to be checked before those calls.
src/ecmascript/spidermonkey/document.c
src/ecmascript/spidermonkey/form.c
src/ecmascript/spidermonkey/location.c
src/ecmascript/spidermonkey/unibar.c
src/ecmascript/spidermonkey/window.c
src/scripting/smjs/action_object.c
src/scripting/smjs/bookmarks.c
src/scripting/smjs/cache_object.c
src/scripting/smjs/globhist.c
src/scripting/smjs/keybinding.c
src/scripting/smjs/view_state_object.c