Closed Bug 940317 Opened 12 years ago Closed 12 years ago

Move the varObjFix flag from ContextOptions to RuntimeOptions

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla33

People

(Reporter: ejpbruel, Assigned: ejpbruel)

References

Details

Attachments

(1 file)

No description provided.
Attached patch patchSplinter Review
Attachment #8334695 - Flags: review?
Comment on attachment 8334695 [details] [diff] [review] patch Review of attachment 8334695 [details] [diff] [review]: ----------------------------------------------------------------- This is green. r=bholley with comments addressed. ::: js/src/jsapi-tests/tests.h @@ +300,5 @@ > virtual JSContext * createContext() { > JSContext *cx = JS_NewContext(rt, 8192); > if (!cx) > return nullptr; > + JS::RuntimeOptionsRef(cx).setVarObjFix(true); This should not be in createContext, but in createRuntime.
Attachment #8334695 - Flags: review? → review+
Assignee: nobody → ejpbruel
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: