Reviewers: Rico, Message: Have fun :)
Description: Make more JS files beter match the coding standard. This includes adding missing semicolons and braces, removing superflous semicolons and breaking long lines. Please review this at http://codereview.chromium.org/8888006/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/array.js M src/d8.js M src/v8natives.js M test/mjsunit/apply.js M test/mjsunit/argument-named-arguments.js M test/mjsunit/arguments-apply.js M test/mjsunit/arguments-enum.js M test/mjsunit/arguments-escape.js M test/mjsunit/arguments-read-and-assignment.js M test/mjsunit/arguments.js M test/mjsunit/array-concat.js M test/mjsunit/array-constructor.js M test/mjsunit/array-elements-from-array-prototype-chain.js M test/mjsunit/array-elements-from-array-prototype.js M test/mjsunit/array-elements-from-object-prototype.js M test/mjsunit/array-functions-prototype-misc.js M test/mjsunit/array-functions-prototype.js M test/mjsunit/array-indexing.js M test/mjsunit/array-iteration.js M test/mjsunit/array-reduce.js M test/mjsunit/array-slice.js M test/mjsunit/array-sort.js M test/mjsunit/array-splice.js M test/mjsunit/array-unshift.js M test/mjsunit/assert-opt-and-deopt.js M test/mjsunit/break.js M test/mjsunit/bugs/618.js M test/mjsunit/bugs/bug-222.js M test/mjsunit/call-non-function.js M test/mjsunit/class-of-builtins.js M test/mjsunit/closure.js M test/mjsunit/closures.js M test/mjsunit/compiler/assignment-deopt.js M test/mjsunit/compiler/call-keyed.js M test/mjsunit/compiler/compare.js M test/mjsunit/compiler/count-deopt.js M test/mjsunit/compiler/global-accessors.js M test/mjsunit/compiler/inline-context-slots.js M test/mjsunit/compiler/inline-two.js M test/mjsunit/compiler/literals.js M test/mjsunit/compiler/null-compare.js M test/mjsunit/compiler/objectliterals.js M test/mjsunit/compiler/pic.js M test/mjsunit/compiler/regress-1394.js M test/mjsunit/compiler/regress-2.js M test/mjsunit/compiler/regress-3249650.js M test/mjsunit/compiler/regress-5.js M test/mjsunit/compiler/regress-8.js M test/mjsunit/compiler/regress-closures-with-eval.js M test/mjsunit/compiler/regress-inline-callfunctionstub.js M test/mjsunit/compiler/regress-lbranch-double.js M test/mjsunit/compiler/regress-serialized-slots.js M test/mjsunit/compiler/regress-stacktrace-methods.js M test/mjsunit/compiler/short-circuit.js M test/mjsunit/compiler/simple-bailouts.js M test/mjsunit/compiler/simple-binary-op.js M test/mjsunit/compiler/simple-global-access.js M test/mjsunit/compiler/simple-inlining.js M test/mjsunit/compiler/thisfunction.js M test/mjsunit/const-redecl.js M test/mjsunit/constant-folding.js M test/mjsunit/context-variable-assignments.js M test/mjsunit/d8-os.js M test/mjsunit/date-parse.js M test/mjsunit/date.js M test/mjsunit/debug-backtrace-text.js M test/mjsunit/debug-backtrace.js M test/mjsunit/debug-breakpoints.js M test/mjsunit/debug-changebreakpoint.js M test/mjsunit/debug-clearbreakpoint.js M test/mjsunit/debug-clearbreakpointgroup.js M test/mjsunit/debug-compile-event-newfunction.js M test/mjsunit/debug-compile-event.js M test/mjsunit/debug-conditional-breakpoints.js M test/mjsunit/debug-constructed-by.js M test/mjsunit/debug-constructor.js M test/mjsunit/debug-continue.js M test/mjsunit/debug-enable-disable-breakpoints.js M test/mjsunit/debug-evaluate-arguments.js M test/mjsunit/debug-evaluate-bool-constructor.js M test/mjsunit/debug-evaluate-locals-optimized-double.js M test/mjsunit/debug-evaluate-locals-optimized.js M test/mjsunit/debug-evaluate-locals.js M test/mjsunit/debug-evaluate-recursive.js M test/mjsunit/debug-evaluate-with-context.js M test/mjsunit/debug-evaluate-with.js M test/mjsunit/debug-evaluate.js M test/mjsunit/debug-event-listener.js M test/mjsunit/debug-handle.js M test/mjsunit/debug-ignore-breakpoints.js M test/mjsunit/debug-listbreakpoints.js M test/mjsunit/debug-liveedit-1.js M test/mjsunit/debug-liveedit-2.js M test/mjsunit/debug-liveedit-3.js M test/mjsunit/debug-liveedit-breakpoints.js M test/mjsunit/debug-liveedit-check-stack.js M test/mjsunit/debug-liveedit-diff.js M test/mjsunit/debug-liveedit-newsource.js M test/mjsunit/debug-liveedit-patch-positions-replace.js M test/mjsunit/debug-liveedit-patch-positions.js M test/mjsunit/debug-liveedit-utils.js test/mjsunit/debug-mirror-cache.js M test/mjsunit/debug-multiple-breakpoints.js M test/mjsunit/debug-receiver.js M test/mjsunit/debug-referenced-by.js M test/mjsunit/debug-references.js M test/mjsunit/debug-return-value.js M test/mjsunit/debug-scopes.js M test/mjsunit/debug-script-breakpoints.js M test/mjsunit/debug-script.js M test/mjsunit/debug-scripts-request.js test/mjsunit/debug-setbreakpoint.js M test/mjsunit/debug-setexceptionbreak.js test/mjsunit/debug-sourceinfo.js M test/mjsunit/debug-sourceslice.js M test/mjsunit/debug-step-2.js M test/mjsunit/debug-step-3.js M test/mjsunit/debug-step-stub-callfunction.js M test/mjsunit/debug-step.js M test/mjsunit/debug-stepin-accessor.js M test/mjsunit/debug-stepin-builtin.js M test/mjsunit/debug-stepin-call-function-stub.js M test/mjsunit/debug-stepin-constructor.js M test/mjsunit/debug-stepin-function-call.js M test/mjsunit/debug-stepnext-do-while.js M test/mjsunit/debug-stepout-recursive-function.js M test/mjsunit/debug-stepout-to-builtin.js M test/mjsunit/debug-suspend.js M test/mjsunit/debug-version.js M test/mjsunit/div-mod.js M test/mjsunit/elements-kind.js test/mjsunit/error-constructors.js M test/mjsunit/escape.js M test/mjsunit/eval-enclosing-function-name.js M test/mjsunit/eval.js M test/mjsunit/extra-arguments.js M test/mjsunit/extra-commas.js M test/mjsunit/for-in-delete.js M test/mjsunit/for-in.js M test/mjsunit/function-bind.js M test/mjsunit/function-call.js M test/mjsunit/function-property.js M test/mjsunit/function-prototype.js M test/mjsunit/function-source.js M test/mjsunit/function.js M test/mjsunit/fuzz-natives.js M test/mjsunit/get-own-property-descriptor.js M test/mjsunit/get-prototype-of.js M test/mjsunit/html-comments.js M test/mjsunit/html-string-funcs.js M test/mjsunit/if-in-undefined.js M test/mjsunit/indexed-accessors.js M test/mjsunit/indexed-value-properties.js M test/mjsunit/instanceof-2.js M test/mjsunit/json.js M test/mjsunit/keyed-call-generic.js M test/mjsunit/keyed-call-ic.js M test/mjsunit/keyed-ic.js M test/mjsunit/leakcheck.js M test/mjsunit/limit-locals.js M test/mjsunit/math-abs.js M test/mjsunit/megamorphic-callbacks.js M test/mjsunit/mirror-array.js M test/mjsunit/mirror-error.js M test/mjsunit/mirror-function.js M test/mjsunit/mirror-object.js M test/mjsunit/mirror-regexp.js M test/mjsunit/mirror-string.js test/mjsunit/mirror-unresolved-function.js M test/mjsunit/no-semicolon.js M test/mjsunit/nul-characters.js M test/mjsunit/number-string-index-call.js M test/mjsunit/object-create.js M test/mjsunit/object-define-property.js M test/mjsunit/object-freeze.js M test/mjsunit/object-get-own-property-names.js M test/mjsunit/object-literal-overwrite.js M test/mjsunit/object-literal.js M test/mjsunit/object-prevent-extensions.js M test/mjsunit/object-seal.js M test/mjsunit/object-toprimitive.js M test/mjsunit/optimized-typeof.js M test/mjsunit/override-read-only-property.js M test/mjsunit/property-load-across-eval.js M test/mjsunit/property-object-key.js M test/mjsunit/prototype.js M test/mjsunit/receiver-in-with-calls.js A test/mjsunit/regexp-capture.js M test/mjsunit/regexp-captures.js M test/mjsunit/regexp-lookahead.js M test/mjsunit/regexp-static.js M test/mjsunit/regexp.js M test/mjsunit/regress/regress-1015.js M test/mjsunit/regress/regress-1030466.js M test/mjsunit/regress/regress-1036894.js M test/mjsunit/regress/regress-1062422.js M test/mjsunit/regress/regress-1081309.js M test/mjsunit/regress/regress-1099.js M test/mjsunit/regress/regress-1106.js M test/mjsunit/regress/regress-1118.js [[ 105 additional files ]] -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
