Closed Bug 940317 Opened 11 years ago Closed 10 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

(Blocks 1 open bug)

Details

Attachments

(1 file)

      No description provided.
Attached patch patchSplinter Review
Try run for this patch:

https://tbpl.mozilla.org/?tree=Try&rev=881f76bea990
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+
https://hg.mozilla.org/mozilla-central/rev/db5ffe95df00
Assignee: nobody → ejpbruel
Status: NEW → RESOLVED
Closed: 10 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: