aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/obscuren/otto
diff options
context:
space:
mode:
Diffstat (limited to 'Godeps/_workspace/src/github.com/obscuren/otto')
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/.gitignore5
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/DESIGN.markdown1
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/LICENSE7
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/Makefile63
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/README.markdown798
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/array_test.go716
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/ast/README.markdown1066
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/ast/node.go496
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/bug_test.go504
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin.go393
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_array.go672
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_boolean.go28
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_date.go616
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_error.go85
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_function.go117
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_json.go285
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_math.go145
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_number.go93
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_object.go289
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_regexp.go65
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_string.go504
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/builtin_test.go136
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/clone.go144
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate.go87
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_expression.go391
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_statement.go410
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_function.go46
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_parse.go630
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/cmpl_test.go54
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/console.go51
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/date_test.go478
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/dbg.go9
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/dbg/dbg.go387
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/documentation_test.go95
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/environment.go280
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/error.go152
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/error_test.go62
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/evaluate.go317
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/execution_context.go40
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/file/README.markdown72
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/file/file.go106
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/function_test.go272
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/global.go214
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/global_test.go352
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/inline1066
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/inline.go6463
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/json_test.go183
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/math_test.go303
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/number_test.go167
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/object.go156
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/object_class.go484
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/object_test.go639
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto.go561
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto/Makefile5
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto/main.go43
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto_.go178
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto_error_test.go48
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/otto_test.go1331
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/panic_test.go40
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/Makefile4
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/README.markdown190
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/dbg.go9
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/error.go175
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/expression.go815
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer.go819
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer_test.go380
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/marshal_test.go930
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/parser.go270
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/parser_test.go1004
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp.go358
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp_test.go149
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/scope.go44
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser/statement.go662
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/parser_test.go42
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/property.go220
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/reflect_test.go411
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/regexp_test.go287
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/registry/README.markdown51
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/registry/registry.go47
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/result.go30
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/runtime.go394
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/runtime_test.go778
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/script.go122
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/script_test.go76
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/string_test.go365
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/terst/terst.go669
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/test/Makefile26
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/test/tester.go196
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/testing_test.go128
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/token/Makefile2
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/token/README.markdown171
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/token/token.go116
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/token/token_const.go349
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/token/tokenfmt222
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_arguments.go106
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_array.go108
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_boolean.go13
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_date.go299
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_error.go9
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_function.go276
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_go_array.go134
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_go_map.go87
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_go_slice.go118
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_go_struct.go150
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_number.go5
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_reference.go157
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_regexp.go146
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/type_string.go112
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore/Makefile11
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore/README.markdown53
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore/source.go3462
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore/testify84
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore/underscore.go49
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_arrays_test.go344
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_chaining_test.go95
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_collections_test.go698
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_functions_test.go208
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_objects_test.go822
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_test.go165
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/underscore_utility_test.go419
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value.go956
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value_boolean.go49
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value_number.go335
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value_primitive.go23
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value_string.go101
-rw-r--r--Godeps/_workspace/src/github.com/obscuren/otto/value_test.go281
126 files changed, 0 insertions, 43786 deletions
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/.gitignore b/Godeps/_workspace/src/github.com/obscuren/otto/.gitignore
deleted file mode 100644
index 8c2a16949..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/.test
-/otto/otto
-/otto/otto-*
-/test/test-*.js
-/test/tester
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/DESIGN.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/DESIGN.markdown
deleted file mode 100644
index 288752987..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/DESIGN.markdown
+++ /dev/null
@@ -1 +0,0 @@
-* Designate the filename of "anonymous" source code by the hash (md5/sha1, etc.)
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/LICENSE b/Godeps/_workspace/src/github.com/obscuren/otto/LICENSE
deleted file mode 100644
index b6179fe38..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/LICENSE
+++ /dev/null
@@ -1,7 +0,0 @@
-Copyright (c) 2012 Robert Krimen
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/Makefile
deleted file mode 100644
index 477723bd0..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-.PHONY: test test-race test-release release release-check test-262
-.PHONY: parser
-.PHONY: otto assets underscore
-
-TESTS := \
- ~
-
-TEST := -v --run
-TEST := -v --run Test\($(subst $(eval) ,\|,$(TESTS))\)
-TEST := -v
-TEST := .
-
-test: parser inline.go
- go test -i
- go test $(TEST)
- @echo PASS
-
-parser:
- $(MAKE) -C parser
-
-inline.go: inline
- ./$< > $@
-
-#################
-# release, test #
-#################
-
-release: test-race test-release
- for package in . parser token ast file underscore registry; do (cd $$package && godocdown --signature > README.markdown); done
- @echo \*\*\* make release-check
- @echo PASS
-
-release-check: .test
- $(MAKE) -C test build test
- $(MAKE) -C .test/test262 build test
- @echo PASS
-
-test-262: .test
- $(MAKE) -C .test/test262 build test
- @echo PASS
-
-test-release:
- go test -i
- go test
-
-test-race:
- go test -race -i
- go test -race
-
-#################################
-# otto, assets, underscore, ... #
-#################################
-
-otto:
- $(MAKE) -C otto
-
-assets:
- mkdir -p .assets
- for file in underscore/test/*.js; do tr "\`" "_" < $$file > .assets/`basename $$file`; done
-
-underscore:
- $(MAKE) -C $@
-
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/README.markdown
deleted file mode 100644
index 77ad0c4ed..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/README.markdown
+++ /dev/null
@@ -1,798 +0,0 @@
-# otto
---
- import "github.com/robertkrimen/otto"
-
-Package otto is a JavaScript parser and interpreter written natively in Go.
-
-http://godoc.org/github.com/robertkrimen/otto
-
- import (
- "github.com/robertkrimen/otto"
- )
-
-Run something in the VM
-
- vm := otto.New()
- vm.Run(`
- abc = 2 + 2;
- console.log("The value of abc is " + abc); // 4
- `)
-
-Get a value out of the VM
-
- value, err := vm.Get("abc")
- value, _ := value.ToInteger()
- }
-
-Set a number
-
- vm.Set("def", 11)
- vm.Run(`
- console.log("The value of def is " + def);
- // The value of def is 11
- `)
-
-Set a string
-
- vm.Set("xyzzy", "Nothing happens.")
- vm.Run(`
- console.log(xyzzy.length); // 16
- `)
-
-Get the value of an expression
-
- value, _ = vm.Run("xyzzy.length")
- {
- // value is an int64 with a value of 16
- value, _ := value.ToInteger()
- }
-
-An error happens
-
- value, err = vm.Run("abcdefghijlmnopqrstuvwxyz.length")
- if err != nil {
- // err = ReferenceError: abcdefghijlmnopqrstuvwxyz is not defined
- // If there is an error, then value.IsUndefined() is true
- ...
- }
-
-Set a Go function
-
- vm.Set("sayHello", func(call otto.FunctionCall) otto.Value {
- fmt.Printf("Hello, %s.\n", call.Argument(0).String())
- return otto.UndefinedValue()
- })
-
-Set a Go function that returns something useful
-
- vm.Set("twoPlus", func(call otto.FunctionCall) otto.Value {
- right, _ := call.Argument(0).ToInteger()
- result, _ := vm.ToValue(2 + right)
- return result
- })
-
-Use the functions in JavaScript
-
- result, _ = vm.Run(`
- sayHello("Xyzzy"); // Hello, Xyzzy.
- sayHello(); // Hello, undefined
-
- result = twoPlus(2.0); // 4
- `)
-
-
-### Parser
-
-A separate parser is available in the parser package if you're just interested
-in building an AST.
-
-http://godoc.org/github.com/robertkrimen/otto/parser
-
-Parse and return an AST
-
- filename := "" // A filename is optional
- src := `
- // Sample xyzzy example
- (function(){
- if (3.14159 > 0) {
- console.log("Hello, World.");
- return;
- }
-
- var xyzzy = NaN;
- console.log("Nothing happens.");
- return xyzzy;
- })();
- `
-
- // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
- program, err := parser.ParseFile(nil, filename, src, 0)
-
-### otto
-
-You can run (Go) JavaScript from the commandline with:
-http://github.com/robertkrimen/otto/tree/master/otto
-
- $ go get -v github.com/robertkrimen/otto/otto
-
-Run JavaScript by entering some source on stdin or by giving otto a filename:
-
- $ otto example.js
-
-### underscore
-
-Optionally include the JavaScript utility-belt library, underscore, with this
-import:
-
- import (
- "github.com/robertkrimen/otto"
- _ "github.com/robertkrimen/otto/underscore"
- )
-
- // Now every otto runtime will come loaded with underscore
-
-For more information: http://github.com/robertkrimen/otto/tree/master/underscore
-
-
-### Caveat Emptor
-
-The following are some limitations with otto:
-
- * "use strict" will parse, but does nothing.
- * Error reporting needs to be improved.
- * The regular expression engine (re2/regexp) is not fully compatible with the ECMA5 specification.
-
-
-### Regular Expression Incompatibility
-
-Go translates JavaScript-style regular expressions into something that is
-"regexp" compatible via `parser.TransformRegExp`. Unfortunately, RegExp requires
-backtracking for some patterns, and backtracking is not supported by the
-standard Go engine: https://code.google.com/p/re2/wiki/Syntax
-
-Therefore, the following syntax is incompatible:
-
- (?=) // Lookahead (positive), currently a parsing error
- (?!) // Lookahead (backhead), currently a parsing error
- \1 // Backreference (\1, \2, \3, ...), currently a parsing error
-
-A brief discussion of these limitations: "Regexp (?!re)"
-https://groups.google.com/forum/?fromgroups=#%21topic/golang-nuts/7qgSDWPIh_E
-
-More information about re2: https://code.google.com/p/re2/
-
-In addition to the above, re2 (Go) has a different definition for \s: [\t\n\f\r
-]. The JavaScript definition, on the other hand, also includes \v, Unicode
-"Separator, Space", etc.
-
-
-### Halting Problem
-
-If you want to stop long running executions (like third-party code), you can use
-the interrupt channel to do this:
-
- package main
-
- import (
- "errors"
- "fmt"
- "os"
- "time"
-
- "github.com/robertkrimen/otto"
- )
-
- var halt = errors.New("Stahp")
-
- func main() {
- runUnsafe(`var abc = [];`)
- runUnsafe(`
- while (true) {
- // Loop forever
- }`)
- }
-
- func runUnsafe(unsafe string) {
- start := time.Now()
- defer func() {
- duration := time.Since(start)
- if caught := recover(); caught != nil {
- if caught == halt {
- fmt.Fprintf(os.Stderr, "Some code took to long! Stopping after: %v\n", duration)
- return
- }
- panic(caught) // Something else happened, repanic!
- }
- fmt.Fprintf(os.Stderr, "Ran code successfully: %v\n", duration)
- }()
- vm := otto.New()
- vm.Interrupt = make(chan func())
- go func() {
- time.Sleep(2 * time.Second) // Stop after two seconds
- vm.Interrupt <- func() {
- panic(halt)
- }
- }()
- vm.Run(unsafe) // Here be dragons (risky code)
- vm.Interrupt = nil
- }
-
-Where is setTimeout/setInterval?
-
-These timing functions are not actually part of the ECMA-262 specification.
-Typically, they belong to the `windows` object (in the browser). It would not be
-difficult to provide something like these via Go, but you probably want to wrap
-otto in an event loop in that case.
-
-For an example of how this could be done in Go with otto, see natto:
-
-http://github.com/robertkrimen/natto
-
-Here is some more discussion of the issue:
-
-* http://book.mixu.net/node/ch2.html
-
-* http://en.wikipedia.org/wiki/Reentrancy_%28computing%29
-
-* http://aaroncrane.co.uk/2009/02/perl_safe_signals/
-
-## Usage
-
-```go
-var ErrVersion = errors.New("version mismatch")
-```
-
-#### type FunctionCall
-
-```go
-type FunctionCall struct {
- This Value
- ArgumentList []Value
- Otto *Otto
-}
-```
-
-FunctionCall is an encapsulation of a JavaScript function call.
-
-#### func (FunctionCall) Argument
-
-```go
-func (self FunctionCall) Argument(index int) Value
-```
-Argument will return the value of the argument at the given index.
-
-If no such argument exists, undefined is returned.
-
-#### type Object
-
-```go
-type Object struct {
-}
-```
-
-Object is the representation of a JavaScript object.
-
-#### func (Object) Call
-
-```go
-func (self Object) Call(name string, argumentList ...interface{}) (Value, error)
-```
-Call a method on the object.
-
-It is essentially equivalent to:
-
- var method, _ := object.Get(name)
- method.Call(object, argumentList...)
-
-An undefined value and an error will result if:
-
- 1. There is an error during conversion of the argument list
- 2. The property is not actually a function
- 3. An (uncaught) exception is thrown
-
-#### func (Object) Class
-
-```go
-func (self Object) Class() string
-```
-Class will return the class string of the object.
-
-The return value will (generally) be one of:
-
- Object
- Function
- Array
- String
- Number
- Boolean
- Date
- RegExp
-
-#### func (Object) Get
-
-```go
-func (self Object) Get(name string) (Value, error)
-```
-Get the value of the property with the given name.
-
-#### func (Object) Keys
-
-```go
-func (self Object) Keys() []string
-```
-Get the keys for the object
-
-Equivalent to calling Object.keys on the object
-
-#### func (Object) Set
-
-```go
-func (self Object) Set(name string, value interface{}) error
-```
-Set the property of the given name to the given value.
-
-An error will result if the setting the property triggers an exception (i.e.
-read-only), or there is an error during conversion of the given value.
-
-#### func (Object) Value
-
-```go
-func (self Object) Value() Value
-```
-Value will return self as a value.
-
-#### type Otto
-
-```go
-type Otto struct {
- // Interrupt is a channel for interrupting the runtime. You can use this to halt a long running execution, for example.
- // See "Halting Problem" for more information.
- Interrupt chan func()
-}
-```
-
-Otto is the representation of the JavaScript runtime. Each instance of Otto has
-a self-contained namespace.
-
-#### func New
-
-```go
-func New() *Otto
-```
-New will allocate a new JavaScript runtime
-
-#### func Run
-
-```go
-func Run(src interface{}) (*Otto, Value, error)
-```
-Run will allocate a new JavaScript runtime, run the given source on the
-allocated runtime, and return the runtime, resulting value, and error (if any).
-
-src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST
-always be in UTF-8.
-
-src may also be a Script.
-
-src may also be a Program, but if the AST has been modified, then runtime
-behavior is undefined.
-
-#### func (Otto) Call
-
-```go
-func (self Otto) Call(source string, this interface{}, argumentList ...interface{}) (Value, error)
-```
-Call the given JavaScript with a given this and arguments.
-
-If this is nil, then some special handling takes place to determine the proper
-this value, falling back to a "standard" invocation if necessary (where this is
-undefined).
-
-If source begins with "new " (A lowercase new followed by a space), then Call
-will invoke the function constructor rather than performing a function call. In
-this case, the this argument has no effect.
-
- // value is a String object
- value, _ := vm.Call("Object", nil, "Hello, World.")
-
- // Likewise...
- value, _ := vm.Call("new Object", nil, "Hello, World.")
-
- // This will perform a concat on the given array and return the result
- // value is [ 1, 2, 3, undefined, 4, 5, 6, 7, "abc" ]
- value, _ := vm.Call(`[ 1, 2, 3, undefined, 4 ].concat`, nil, 5, 6, 7, "abc")
-
-#### func (*Otto) Compile
-
-```go
-func (self *Otto) Compile(filename string, src interface{}) (*Script, error)
-```
-Compile will parse the given source and return a Script value or nil and an
-error if there was a problem during compilation.
-
- script, err := vm.Compile("", `var abc; if (!abc) abc = 0; abc += 2; abc;`)
- vm.Run(script)
-
-#### func (*Otto) Copy
-
-```go
-func (self *Otto) Copy() *Otto
-```
-Copy will create a copy/clone of the runtime.
-
-Copy is useful for saving some processing time when creating many similar
-runtimes.
-
-This implementation is alpha-ish, and works by introspecting every part of the
-runtime and reallocating and then relinking everything back together. Please
-report if you notice any inadvertent sharing of data between copies.
-
-#### func (Otto) Get
-
-```go
-func (self Otto) Get(name string) (Value, error)
-```
-Get the value of the top-level binding of the given name.
-
-If there is an error (like the binding does not exist), then the value will be
-undefined.
-
-#### func (Otto) Object
-
-```go
-func (self Otto) Object(source string) (*Object, error)
-```
-Object will run the given source and return the result as an object.
-
-For example, accessing an existing object:
-
- object, _ := vm.Object(`Number`)
-
-Or, creating a new object:
-
- object, _ := vm.Object(`({ xyzzy: "Nothing happens." })`)
-
-Or, creating and assigning an object:
-
- object, _ := vm.Object(`xyzzy = {}`)
- object.Set("volume", 11)
-
-If there is an error (like the source does not result in an object), then nil
-and an error is returned.
-
-#### func (Otto) Run
-
-```go
-func (self Otto) Run(src interface{}) (Value, error)
-```
-Run will run the given source (parsing it first if necessary), returning the
-resulting value and error (if any)
-
-src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST
-always be in UTF-8.
-
-If the runtime is unable to parse source, then this function will return
-undefined and the parse error (nothing will be evaluated in this case).
-
-src may also be a Script.
-
-src may also be a Program, but if the AST has been modified, then runtime
-behavior is undefined.
-
-#### func (Otto) Set
-
-```go
-func (self Otto) Set(name string, value interface{}) error
-```
-Set the top-level binding of the given name to the given value.
-
-Set will automatically apply ToValue to the given value in order to convert it
-to a JavaScript value (type Value).
-
-If there is an error (like the binding is read-only, or the ToValue conversion
-fails), then an error is returned.
-
-If the top-level binding does not exist, it will be created.
-
-#### func (Otto) ToValue
-
-```go
-func (self Otto) ToValue(value interface{}) (Value, error)
-```
-ToValue will convert an interface{} value to a value digestible by
-otto/JavaScript.
-
-#### type Script
-
-```go
-type Script struct {
-}
-```
-
-Script is a handle for some (reusable) JavaScript. Passing a Script value to a
-run method will evaluate the JavaScript.
-
-#### func (*Script) String
-
-```go
-func (self *Script) String() string
-```
-
-#### type Value
-
-```go
-type Value struct {
-}
-```
-
-Value is the representation of a JavaScript value.
-
-#### func FalseValue
-
-```go
-func FalseValue() Value
-```
-FalseValue will return a value representing false.
-
-It is equivalent to:
-
- ToValue(false)
-
-#### func NaNValue
-
-```go
-func NaNValue() Value
-```
-NaNValue will return a value representing NaN.
-
-It is equivalent to:
-
- ToValue(math.NaN())
-
-#### func NullValue
-
-```go
-func NullValue() Value
-```
-NullValue will return a Value representing null.
-
-#### func ToValue
-
-```go
-func ToValue(value interface{}) (Value, error)
-```
-ToValue will convert an interface{} value to a value digestible by
-otto/JavaScript This function will not work for advanced types (struct, map,
-slice/array, etc.) and you probably should not use it.
-
-ToValue may be deprecated and removed in the near future.
-
-Try Otto.ToValue for a replacement.
-
-#### func TrueValue
-
-```go
-func TrueValue() Value
-```
-TrueValue will return a value representing true.
-
-It is equivalent to:
-
- ToValue(true)
-
-#### func UndefinedValue
-
-```go
-func UndefinedValue() Value
-```
-UndefinedValue will return a Value representing undefined.
-
-#### func (Value) Call
-
-```go
-func (value Value) Call(this Value, argumentList ...interface{}) (Value, error)
-```
-Call the value as a function with the given this value and argument list and
-return the result of invocation. It is essentially equivalent to:
-
- value.apply(thisValue, argumentList)
-
-An undefined value and an error will result if:
-
- 1. There is an error during conversion of the argument list
- 2. The value is not actually a function
- 3. An (uncaught) exception is thrown
-
-#### func (Value) Class
-
-```go
-func (value Value) Class() string
-```
-Class will return the class string of the value or the empty string if value is
-not an object.
-
-The return value will (generally) be one of:
-
- Object
- Function
- Array
- String
- Number
- Boolean
- Date
- RegExp
-
-#### func (Value) Export
-
-```go
-func (self Value) Export() (interface{}, error)
-```
-Export will attempt to convert the value to a Go representation and return it
-via an interface{} kind.
-
-WARNING: The interface function will be changing soon to:
-
- Export() interface{}
-
-If a reasonable conversion is not possible, then the original result is
-returned.
-
- undefined -> otto.Value (UndefinedValue())
- null -> interface{}(nil)
- boolean -> bool
- number -> A number type (int, float32, uint64, ...)
- string -> string
- Array -> []interface{}
- Object -> map[string]interface{}
-
-#### func (Value) IsBoolean
-
-```go
-func (value Value) IsBoolean() bool
-```
-IsBoolean will return true if value is a boolean (primitive).
-
-#### func (Value) IsDefined
-
-```go
-func (value Value) IsDefined() bool
-```
-IsDefined will return false if the value is undefined, and true otherwise.
-
-#### func (Value) IsFunction
-
-```go
-func (value Value) IsFunction() bool
-```
-IsFunction will return true if value is a function.
-
-#### func (Value) IsNaN
-
-```go
-func (value Value) IsNaN() bool
-```
-IsNaN will return true if value is NaN (or would convert to NaN).
-
-#### func (Value) IsNull
-
-```go
-func (value Value) IsNull() bool
-```
-IsNull will return true if the value is null, and false otherwise.
-
-#### func (Value) IsNumber
-
-```go
-func (value Value) IsNumber() bool
-```
-IsNumber will return true if value is a number (primitive).
-
-#### func (Value) IsObject
-
-```go
-func (value Value) IsObject() bool
-```
-IsObject will return true if value is an object.
-
-#### func (Value) IsPrimitive
-
-```go
-func (value Value) IsPrimitive() bool
-```
-IsPrimitive will return true if value is a primitive (any kind of primitive).
-
-#### func (Value) IsString
-
-```go
-func (value Value) IsString() bool
-```
-IsString will return true if value is a string (primitive).
-
-#### func (Value) IsUndefined
-
-```go
-func (value Value) IsUndefined() bool
-```
-IsUndefined will return true if the value is undefined, and false otherwise.
-
-#### func (Value) Object
-
-```go
-func (value Value) Object() *Object
-```
-Object will return the object of the value, or nil if value is not an object.
-
-This method will not do any implicit conversion. For example, calling this
-method on a string primitive value will not return a String object.
-
-#### func (Value) String
-
-```go
-func (value Value) String() string
-```
-String will return the value as a string.
-
-This method will make return the empty string if there is an error.
-
-#### func (Value) ToBoolean
-
-```go
-func (value Value) ToBoolean() (bool, error)
-```
-ToBoolean will convert the value to a boolean (bool).
-
- ToValue(0).ToBoolean() => false
- ToValue("").ToBoolean() => false
- ToValue(true).ToBoolean() => true
- ToValue(1).ToBoolean() => true
- ToValue("Nothing happens").ToBoolean() => true
-
-If there is an error during the conversion process (like an uncaught exception),
-then the result will be false and an error.
-
-#### func (Value) ToFloat
-
-```go
-func (value Value) ToFloat() (float64, error)
-```
-ToFloat will convert the value to a number (float64).
-
- ToValue(0).ToFloat() => 0.
- ToValue(1.1).ToFloat() => 1.1
- ToValue("11").ToFloat() => 11.
-
-If there is an error during the conversion process (like an uncaught exception),
-then the result will be 0 and an error.
-
-#### func (Value) ToInteger
-
-```go
-func (value Value) ToInteger() (int64, error)
-```
-ToInteger will convert the value to a number (int64).
-
- ToValue(0).ToInteger() => 0
- ToValue(1.1).ToInteger() => 1
- ToValue("11").ToInteger() => 11
-
-If there is an error during the conversion process (like an uncaught exception),
-then the result will be 0 and an error.
-
-#### func (Value) ToString
-
-```go
-func (value Value) ToString() (string, error)
-```
-ToString will convert the value to a string (string).
-
- ToValue(0).ToString() => "0"
- ToValue(false).ToString() => "false"
- ToValue(1.1).ToString() => "1.1"
- ToValue("11").ToString() => "11"
- ToValue('Nothing happens.').ToString() => "Nothing happens."
-
-If there is an error during the conversion process (like an uncaught exception),
-then the result will be the empty string ("") and an error.
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/array_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/array_test.go
deleted file mode 100644
index 06f481bd4..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/array_test.go
+++ /dev/null
@@ -1,716 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestArray(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = [ undefined, "Nothing happens." ];
- abc.length;
- `, 2)
-
- test(`
- abc = ""+[0, 1, 2, 3];
- def = [].toString();
- ghi = [null, 4, "null"].toString();
- [ abc, def, ghi ];
- `, "0,1,2,3,,,4,null")
-
- test(`new Array(0).length`, 0)
-
- test(`new Array(11).length`, 11)
-
- test(`new Array(11, 1).length`, 2)
-
- test(`
- abc = [0, 1, 2, 3];
- abc.xyzzy = "Nothing happens.";
- delete abc[1];
- var xyzzy = delete abc.xyzzy;
- [ abc, xyzzy, abc.xyzzy ];
- `, "0,,2,3,true,")
-
- test(`
- var abc = [0, 1, 2, 3, 4];
- abc.length = 2;
- abc;
- `, "0,1")
-
- test(`raise:
- [].length = 3.14159;
- `, "RangeError")
-
- test(`raise:
- new Array(3.14159);
- `, "RangeError")
-
- test(`
- Object.defineProperty(Array.prototype, "0", {
- value: 100,
- writable: false,
- configurable: true
- });
- abc = [101];
- abc.hasOwnProperty("0") && abc[0] === 101;
- `, true)
-
- test(`
- abc = [,,undefined];
- [ abc.hasOwnProperty(0), abc.hasOwnProperty(1), abc.hasOwnProperty(2) ];
- `, "false,false,true")
-
- test(`
- abc = Object.getOwnPropertyDescriptor(Array, "prototype");
- [ [ typeof Array.prototype ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "object,false,false,false")
- })
-}
-
-func TestArray_toString(t *testing.T) {
- tt(t, func() {
- {
- test(`
- Array.prototype.toString = function() {
- return "Nothing happens.";
- }
- abc = Array.prototype.toString();
- def = [].toString();
- ghi = [null, 4, "null"].toString();
-
- [ abc, def, ghi ].join(",");
- `, "Nothing happens.,Nothing happens.,Nothing happens.")
- }
-
- {
- test(`
- Array.prototype.join = undefined
- abc = Array.prototype.toString()
- def = [].toString()
- ghi = [null, 4, "null"].toString()
-
- abc + "," + def + "," + ghi;
- `, "[object Array],[object Array],[object Array]")
- }
- })
-}
-
-func TestArray_toLocaleString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- [ 3.14159, "abc", undefined, new Date(0) ].toLocaleString();
- `, "3.14159,abc,,1970-01-01 00:00:00")
-
- test(`raise:
- [ { toLocaleString: undefined } ].toLocaleString();
- `, "TypeError")
- })
-}
-
-func TestArray_concat(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0, 1, 2];
- def = [-1, -2, -3];
- ghi = abc.concat(def);
- jkl = abc.concat(def, 3, 4, 5);
- mno = def.concat(-4, -5, abc);
-
- [ ghi, jkl, mno ].join(";");
- `, "0,1,2,-1,-2,-3;0,1,2,-1,-2,-3,3,4,5;-1,-2,-3,-4,-5,0,1,2")
-
- test(`
- var abc = [,1];
- var def = abc.concat([], [,]);
-
- def.getClass = Object.prototype.toString;
-
- [ def.getClass(), typeof def[0], def[1], typeof def[2], def.length ];
- `, "[object Array],undefined,1,undefined,3")
-
- test(`
- Object.defineProperty(Array.prototype, "0", {
- value: 100,
- writable: false,
- configurable: true
- });
-
- var abc = Array.prototype.concat.call(101);
-
- var hasProperty = abc.hasOwnProperty("0");
- var instanceOfVerify = typeof abc[0] === "object";
- var verifyValue = false;
- verifyValue = abc[0] == 101;
-
- var verifyEnumerable = false;
- for (var property in abc) {
- if (property === "0" && abc.hasOwnProperty("0")) {
- verifyEnumerable = true;
- }
- }
-
- var verifyWritable = false;
- abc[0] = 12;
- verifyWritable = abc[0] === 12;
-
- var verifyConfigurable = false;
- delete abc[0];
- verifyConfigurable = abc.hasOwnProperty("0");
-
- [ hasProperty, instanceOfVerify, verifyValue, !verifyConfigurable, verifyEnumerable, verifyWritable ];
- `, "true,true,true,true,true,true")
- })
-}
-
-func TestArray_splice(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0, 1, 2];
- def = abc.splice(1, 2, 3, 4, 5);
- ghi = [].concat(abc);
- jkl = ghi.splice(17, 21, 7, 8, 9);
- [ abc, def, ghi, jkl ].join(";");
- `, "0,3,4,5;1,2;0,3,4,5,7,8,9;")
- })
-}
-
-func TestArray_shift(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0, 1, 2];
- def = abc.shift();
- ghi = [].concat(abc);
- jkl = abc.shift();
- mno = [].concat(abc);
- pqr = abc.shift();
- stu = [].concat(abc);
- vwx = abc.shift();
-
- [ abc, def, ghi, jkl, mno, pqr, stu, vwx ].join(";");
- `, ";0;1,2;1;2;2;;")
- })
-}
-
-func TestArray_push(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0];
- def = abc.push(1);
- ghi = [].concat(abc);
- jkl = abc.push(2,3,4);
-
- [ abc, def, ghi, jkl ].join(";");
- `, "0,1,2,3,4;2;0,1;5")
- })
-}
-
-func TestArray_pop(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0,1];
- def = abc.pop();
- ghi = [].concat(abc);
- jkl = abc.pop();
- mno = [].concat(abc);
- pqr = abc.pop();
-
- [ abc, def, ghi, jkl, mno, pqr ].join(";");
- `, ";1;0;0;;")
- })
-}
-
-func TestArray_slice(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0,1,2,3];
- def = abc.slice();
- ghi = abc.slice(1);
- jkl = abc.slice(3,-1);
- mno = abc.slice(2,-1);
- pqr = abc.slice(-1, -10);
-
- [ abc, def, ghi, jkl, mno, pqr ].join(";");
- `, "0,1,2,3;0,1,2,3;1,2,3;;2;")
-
- // Array.protoype.slice is generic
- test(`
- abc = { 0: 0, 1: 1, 2: 2, 3: 3 };
- abc.length = 4;
- def = Array.prototype.slice.call(abc);
- ghi = Array.prototype.slice.call(abc,1);
- jkl = Array.prototype.slice.call(abc,3,-1);
- mno = Array.prototype.slice.call(abc,2,-1);
- pqr = Array.prototype.slice.call(abc,-1,-10);
-
- [ abc, def, ghi, jkl, pqr ].join(";");
- `, "[object Object];0,1,2,3;1,2,3;;")
- })
-}
-
-func TestArray_sliceArguments(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- (function(){
- return Array.prototype.slice.call(arguments, 1)
- })({}, 1, 2, 3);
- `, "1,2,3")
- })
-}
-
-func TestArray_unshift(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [];
- def = abc.unshift(0);
- ghi = [].concat(abc);
- jkl = abc.unshift(1,2,3,4);
-
- [ abc, def, ghi, jkl ].join(";");
- `, "1,2,3,4,0;1;0;5")
- })
-}
-
-func TestArray_reverse(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0,1,2,3].reverse();
- def = [0,1,2].reverse();
-
- [ abc, def ];
- `, "3,2,1,0,2,1,0")
- })
-}
-
-func TestArray_sort(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [0,1,2,3].sort();
- def = [3,2,1,0].sort();
- ghi = [].sort();
- jkl = [0].sort();
- mno = [1,0].sort();
- pqr = [1,5,-10, 100, 8, 72, 401, 0.05].sort();
- stu = [1,5,-10, 100, 8, 72, 401, 0.05].sort(function(x, y){
- return x == y ? 0 : x < y ? -1 : 1
- });
-
- [ abc, def, ghi, jkl, mno, pqr, stu ].join(";");
- `, "0,1,2,3;0,1,2,3;;0;0,1;-10,0.05,1,100,401,5,72,8;-10,0.05,1,5,8,72,100,401")
-
- test(`Array.prototype.sort.length`, 1)
- })
-}
-
-func TestArray_isArray(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ Array.isArray.length, Array.isArray(), Array.isArray([]), Array.isArray({}) ];
- `, "1,false,true,false")
-
- test(`Array.isArray(Math)`, false)
- })
-}
-
-func TestArray_indexOf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`['a', 'b', 'c', 'b'].indexOf('b')`, 1)
-
- test(`['a', 'b', 'c', 'b'].indexOf('b', 2)`, 3)
-
- test(`['a', 'b', 'c', 'b'].indexOf('b', -2)`, 3)
-
- test(`
- Object.prototype.indexOf = Array.prototype.indexOf;
- var abc = {0: 'a', 1: 'b', 2: 'c', length: 3};
- abc.indexOf('c');
- `, 2)
-
- test(`[true].indexOf(true, "-Infinity")`, 0)
-
- test(`
- var target = {};
- Math[3] = target;
- Math.length = 5;
- Array.prototype.indexOf.call(Math, target) === 3;
- `, true)
-
- test(`
- var _NaN = NaN;
- var abc = new Array("NaN", undefined, 0, false, null, {toString:function(){return NaN}}, "false", _NaN, NaN);
- abc.indexOf(NaN);
- `, -1)
-
- test(`
- var abc = {toString:function (){return 0}};
- var def = 1;
- var ghi = -(4/3);
- var jkl = new Array(false, undefined, null, "0", abc, -1.3333333333333, "string", -0, true, +0, def, 1, 0, false, ghi, -(4/3));
- [ jkl.indexOf(-(4/3)), jkl.indexOf(0), jkl.indexOf(-0), jkl.indexOf(1) ];
- `, "14,7,7,10")
- })
-}
-
-func TestArray_lastIndexOf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`['a', 'b', 'c', 'b'].lastIndexOf('b')`, 3)
-
- test(`['a', 'b', 'c', 'b'].lastIndexOf('b', 2)`, 1)
-
- test(`['a', 'b', 'c', 'b'].lastIndexOf('b', -2)`, 1)
-
- test(`
- Object.prototype.lastIndexOf = Array.prototype.lastIndexOf;
- var abc = {0: 'a', 1: 'b', 2: 'c', 3: 'b', length: 4};
- abc.lastIndexOf('b');
- `, 3)
-
- test(`
- var target = {};
- Math[3] = target;
- Math.length = 5;
- [ Array.prototype.lastIndexOf.call(Math, target) === 3 ];
- `, "true")
-
- test(`
- var _NaN = NaN;
- var abc = new Array("NaN", undefined, 0, false, null, {toString:function(){return NaN}}, "false", _NaN, NaN);
- abc.lastIndexOf(NaN);
- `, -1)
-
- test(`
- var abc = {toString:function (){return 0}};
- var def = 1;
- var ghi = -(4/3);
- var jkl = new Array(false, undefined, null, "0", abc, -1.3333333333333, "string", -0, true, +0, def, 1, 0, false, ghi, -(4/3));
- [ jkl.lastIndexOf(-(4/3)), jkl.indexOf(0), jkl.indexOf(-0), jkl.indexOf(1) ];
- `, "15,7,7,10")
- })
-}
-
-func TestArray_every(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].every()`, "TypeError")
-
- test(`raise: [].every("abc")`, "TypeError")
-
- test(`[].every(function() { return false })`, true)
-
- test(`[1,2,3].every(function() { return false })`, false)
-
- test(`[1,2,3].every(function() { return true })`, true)
-
- test(`[1,2,3].every(function(_, index) { if (index === 1) return true })`, false)
-
- test(`
- var abc = function(value, index, object) {
- return ('[object Math]' !== Object.prototype.toString.call(object));
- };
-
- Math.length = 1;
- Math[0] = 1;
- !Array.prototype.every.call(Math, abc);
- `, true)
-
- test(`
- var def = false;
-
- var abc = function(value, index, object) {
- def = true;
- return this === Math;
- };
-
- [11].every(abc, Math) && def;
- `, true)
-
- test(`
- var def = false;
-
- var abc = function(value, index, object) {
- def = true;
- return Math;
- };
-
- [11].every(abc) && def;
- `, true)
- })
-}
-
-func TestArray_some(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].some("abc")`, "TypeError")
-
- test(`[].some(function() { return true })`, false)
-
- test(`[1,2,3].some(function() { return false })`, false)
-
- test(`[1,2,3].some(function() { return true })`, true)
-
- test(`[1,2,3].some(function(_, index) { if (index === 1) return true })`, true)
-
- test(`
- var abc = function(value, index, object) {
- return ('[object Math]' !== Object.prototype.toString.call(object));
- };
-
- Math.length = 1;
- Math[0] = 1;
- !Array.prototype.some.call(Math, abc);
- `, true)
-
- test(`
- var abc = function(value, index, object) {
- return this === Math;
- };
-
- [11].some(abc, Math);
- `, true)
-
- test(`
- var abc = function(value, index, object) {
- return Math;
- };
-
- [11].some(abc);
- `, true)
- })
-}
-
-func TestArray_forEach(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].forEach("abc")`, "TypeError")
-
- test(`
- var abc = 0;
- [].forEach(function(value) {
- abc += value;
- });
- abc;
- `, 0)
-
- test(`
- abc = 0;
- var def = [];
- [1,2,3].forEach(function(value, index) {
- abc += value;
- def.push(index);
- });
- [ abc, def ];
- `, "6,0,1,2")
-
- test(`
- var def = false;
- var abc = function(value, index, object) {
- def = ('[object Math]' === Object.prototype.toString.call(object));
- };
-
- Math.length = 1;
- Math[0] = 1;
- Array.prototype.forEach.call(Math, abc);
- def;
- `, true)
-
- test(`
- var def = false;
- var abc = function(value, index, object) {
- def = this === Math;
- };
-
- [11].forEach(abc, Math);
- def;
- `, true)
- })
-}
-
-func TestArray_indexing(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = new Array(0, 1);
- var def = abc.length;
- abc[4294967296] = 10; // 2^32 => 0
- abc[4294967297] = 11; // 2^32+1 => 1
- [ def, abc.length, abc[0], abc[1], abc[4294967296] ];
- `, "2,2,0,1,10")
-
- test(`
- abc = new Array(0, 1);
- def = abc.length;
- abc[4294967295] = 10;
- var ghi = abc.length;
- abc[4294967299] = 12;
- var jkl = abc.length;
- abc[4294967294] = 11;
- [ def, ghi, jkl, abc.length, abc[4294967295], abc[4294967299] ];
- `, "2,2,2,4294967295,10,12")
- })
-}
-
-func TestArray_map(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].map("abc")`, "TypeError")
-
- test(`[].map(function() { return 1 }).length`, 0)
-
- test(`[1,2,3].map(function(value) { return value * value })`, "1,4,9")
-
- test(`[1,2,3].map(function(value) { return 1 })`, "1,1,1")
-
- test(`
- var abc = function(value, index, object) {
- return ('[object Math]' === Object.prototype.toString.call(object));
- };
-
- Math.length = 1;
- Math[0] = 1;
- Array.prototype.map.call(Math, abc)[0];
- `, true)
-
- test(`
- var abc = function(value, index, object) {
- return this === Math;
- };
-
- [11].map(abc, Math)[0];
- `, true)
- })
-}
-
-func TestArray_filter(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].filter("abc")`, "TypeError")
-
- test(`[].filter(function() { return 1 }).length`, 0)
-
- test(`[1,2,3].filter(function() { return false }).length`, 0)
-
- test(`[1,2,3].filter(function() { return true })`, "1,2,3")
- })
-}
-
-func TestArray_reduce(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].reduce("abc")`, "TypeError")
-
- test(`raise: [].reduce(function() {})`, "TypeError")
-
- test(`[].reduce(function() {}, 0)`, 0)
-
- test(`[].reduce(function() {}, undefined)`, "undefined")
-
- test(`['a','b','c'].reduce(function(result, value) { return result+', '+value })`, "a, b, c")
-
- test(`[1,2,3].reduce(function(result, value) { return result + value }, 4)`, 10)
-
- test(`[1,2,3].reduce(function(result, value) { return result + value })`, 6)
- })
-}
-
-func TestArray_reduceRight(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: [].reduceRight("abc")`, "TypeError")
-
- test(`raise: [].reduceRight(function() {})`, "TypeError")
-
- test(`[].reduceRight(function() {}, 0)`, 0)
-
- test(`[].reduceRight(function() {}, undefined)`, "undefined")
-
- test(`['a','b','c'].reduceRight(function(result, value) { return result+', '+value })`, "c, b, a")
-
- test(`[1,2,3].reduceRight(function(result, value) { return result + value }, 4)`, 10)
-
- test(`[1,2,3].reduceRight(function(result, value) { return result + value })`, 6)
- })
-}
-
-func TestArray_defineOwnProperty(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = [];
- Object.defineProperty(abc, "length", {
- writable: false
- });
- abc.length;
- `, 0)
-
- test(`raise:
- var abc = [];
- var exception;
- Object.defineProperty(abc, "length", {
- writable: false
- });
- Object.defineProperty(abc, "length", {
- writable: true
- });
- `, "TypeError")
- })
-}
-
-func TestArray_new(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = new Array(null);
- var def = new Array(undefined);
- [ abc.length, abc[0] === null, def.length, def[0] === undefined ]
- `, "1,true,1,true")
-
- test(`
- var abc = new Array(new Number(0));
- var def = new Array(new Number(4294967295));
- [ abc.length, typeof abc[0], abc[0] == 0, def.length, typeof def[0], def[0] == 4294967295 ]
- `, "1,object,true,1,object,true")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/ast/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/ast/README.markdown
deleted file mode 100644
index a12e048d5..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/ast/README.markdown
+++ /dev/null
@@ -1,1066 +0,0 @@
-# ast
---
- import "github.com/robertkrimen/otto/ast"
-
-Package ast declares types representing a JavaScript AST.
-
-
-### Warning
-
-The parser and AST interfaces are still works-in-progress (particularly where
-node types are concerned) and may change in the future.
-
-## Usage
-
-#### type ArrayLiteral
-
-```go
-type ArrayLiteral struct {
- LeftBracket file.Idx
- RightBracket file.Idx
- Value []Expression
-}
-```
-
-
-#### func (*ArrayLiteral) Idx0
-
-```go
-func (self *ArrayLiteral) Idx0() file.Idx
-```
-
-#### func (*ArrayLiteral) Idx1
-
-```go
-func (self *ArrayLiteral) Idx1() file.Idx
-```
-
-#### type AssignExpression
-
-```go
-type AssignExpression struct {
- Operator token.Token
- Left Expression
- Right Expression
-}
-```
-
-
-#### func (*AssignExpression) Idx0
-
-```go
-func (self *AssignExpression) Idx0() file.Idx
-```
-
-#### func (*AssignExpression) Idx1
-
-```go
-func (self *AssignExpression) Idx1() file.Idx
-```
-
-#### type BadExpression
-
-```go
-type BadExpression struct {
- From file.Idx
- To file.Idx
-}
-```
-
-
-#### func (*BadExpression) Idx0
-
-```go
-func (self *BadExpression) Idx0() file.Idx
-```
-
-#### func (*BadExpression) Idx1
-
-```go
-func (self *BadExpression) Idx1() file.Idx
-```
-
-#### type BadStatement
-
-```go
-type BadStatement struct {
- From file.Idx
- To file.Idx
-}
-```
-
-
-#### func (*BadStatement) Idx0
-
-```go
-func (self *BadStatement) Idx0() file.Idx
-```
-
-#### func (*BadStatement) Idx1
-
-```go
-func (self *BadStatement) Idx1() file.Idx
-```
-
-#### type BinaryExpression
-
-```go
-type BinaryExpression struct {
- Operator token.Token
- Left Expression
- Right Expression
- Comparison bool
-}
-```
-
-
-#### func (*BinaryExpression) Idx0
-
-```go
-func (self *BinaryExpression) Idx0() file.Idx
-```
-
-#### func (*BinaryExpression) Idx1
-
-```go
-func (self *BinaryExpression) Idx1() file.Idx
-```
-
-#### type BlockStatement
-
-```go
-type BlockStatement struct {
- LeftBrace file.Idx
- List []Statement
- RightBrace file.Idx
-}
-```
-
-
-#### func (*BlockStatement) Idx0
-
-```go
-func (self *BlockStatement) Idx0() file.Idx
-```
-
-#### func (*BlockStatement) Idx1
-
-```go
-func (self *BlockStatement) Idx1() file.Idx
-```
-
-#### type BooleanLiteral
-
-```go
-type BooleanLiteral struct {
- Idx file.Idx
- Literal string
- Value bool
-}
-```
-
-
-#### func (*BooleanLiteral) Idx0
-
-```go
-func (self *BooleanLiteral) Idx0() file.Idx
-```
-
-#### func (*BooleanLiteral) Idx1
-
-```go
-func (self *BooleanLiteral) Idx1() file.Idx
-```
-
-#### type BracketExpression
-
-```go
-type BracketExpression struct {
- Left Expression
- Member Expression
- LeftBracket file.Idx
- RightBracket file.Idx
-}
-```
-
-
-#### func (*BracketExpression) Idx0
-
-```go
-func (self *BracketExpression) Idx0() file.Idx
-```
-
-#### func (*BracketExpression) Idx1
-
-```go
-func (self *BracketExpression) Idx1() file.Idx
-```
-
-#### type BranchStatement
-
-```go
-type BranchStatement struct {
- Idx file.Idx
- Token token.Token
- Label *Identifier
-}
-```
-
-
-#### func (*BranchStatement) Idx0
-
-```go
-func (self *BranchStatement) Idx0() file.Idx
-```
-
-#### func (*BranchStatement) Idx1
-
-```go
-func (self *BranchStatement) Idx1() file.Idx
-```
-
-#### type CallExpression
-
-```go
-type CallExpression struct {
- Callee Expression
- LeftParenthesis file.Idx
- ArgumentList []Expression
- RightParenthesis file.Idx
-}
-```
-
-
-#### func (*CallExpression) Idx0
-
-```go
-func (self *CallExpression) Idx0() file.Idx
-```
-
-#### func (*CallExpression) Idx1
-
-```go
-func (self *CallExpression) Idx1() file.Idx
-```
-
-#### type CaseStatement
-
-```go
-type CaseStatement struct {
- Case file.Idx
- Test Expression
- Consequent []Statement
-}
-```
-
-
-#### func (*CaseStatement) Idx0
-
-```go
-func (self *CaseStatement) Idx0() file.Idx
-```
-
-#### func (*CaseStatement) Idx1
-
-```go
-func (self *CaseStatement) Idx1() file.Idx
-```
-
-#### type CatchStatement
-
-```go
-type CatchStatement struct {
- Catch file.Idx
- Parameter *Identifier
- Body Statement
-}
-```
-
-
-#### func (*CatchStatement) Idx0
-
-```go
-func (self *CatchStatement) Idx0() file.Idx
-```
-
-#### func (*CatchStatement) Idx1
-
-```go
-func (self *CatchStatement) Idx1() file.Idx
-```
-
-#### type ConditionalExpression
-
-```go
-type ConditionalExpression struct {
- Test Expression
- Consequent Expression
- Alternate Expression
-}
-```
-
-
-#### func (*ConditionalExpression) Idx0
-
-```go
-func (self *ConditionalExpression) Idx0() file.Idx
-```
-
-#### func (*ConditionalExpression) Idx1
-
-```go
-func (self *ConditionalExpression) Idx1() file.Idx
-```
-
-#### type DebuggerStatement
-
-```go
-type DebuggerStatement struct {
- Debugger file.Idx
-}
-```
-
-
-#### func (*DebuggerStatement) Idx0
-
-```go
-func (self *DebuggerStatement) Idx0() file.Idx
-```
-
-#### func (*DebuggerStatement) Idx1
-
-```go
-func (self *DebuggerStatement) Idx1() file.Idx
-```
-
-#### type Declaration
-
-```go
-type Declaration interface {
- // contains filtered or unexported methods
-}
-```
-
-All declaration nodes implement the Declaration interface.
-
-#### type DoWhileStatement
-
-```go
-type DoWhileStatement struct {
- Do file.Idx
- Test Expression
- Body Statement
-}
-```
-
-
-#### func (*DoWhileStatement) Idx0
-
-```go
-func (self *DoWhileStatement) Idx0() file.Idx
-```
-
-#### func (*DoWhileStatement) Idx1
-
-```go
-func (self *DoWhileStatement) Idx1() file.Idx
-```
-
-#### type DotExpression
-
-```go
-type DotExpression struct {
- Left Expression
- Identifier Identifier
-}
-```
-
-
-#### func (*DotExpression) Idx0
-
-```go
-func (self *DotExpression) Idx0() file.Idx
-```
-
-#### func (*DotExpression) Idx1
-
-```go
-func (self *DotExpression) Idx1() file.Idx
-```
-
-#### type EmptyStatement
-
-```go
-type EmptyStatement struct {
- Semicolon file.Idx
-}
-```
-
-
-#### func (*EmptyStatement) Idx0
-
-```go
-func (self *EmptyStatement) Idx0() file.Idx
-```
-
-#### func (*EmptyStatement) Idx1
-
-```go
-func (self *EmptyStatement) Idx1() file.Idx
-```
-
-#### type Expression
-
-```go
-type Expression interface {
- Node
- // contains filtered or unexported methods
-}
-```
-
-All expression nodes implement the Expression interface.
-
-#### type ExpressionStatement
-
-```go
-type ExpressionStatement struct {
- Expression Expression
-}
-```
-
-
-#### func (*ExpressionStatement) Idx0
-
-```go
-func (self *ExpressionStatement) Idx0() file.Idx
-```
-
-#### func (*ExpressionStatement) Idx1
-
-```go
-func (self *ExpressionStatement) Idx1() file.Idx
-```
-
-#### type ForInStatement
-
-```go
-type ForInStatement struct {
- For file.Idx
- Into Expression
- Source Expression
- Body Statement
-}
-```
-
-
-#### func (*ForInStatement) Idx0
-
-```go
-func (self *ForInStatement) Idx0() file.Idx
-```
-
-#### func (*ForInStatement) Idx1
-
-```go
-func (self *ForInStatement) Idx1() file.Idx
-```
-
-#### type ForStatement
-
-```go
-type ForStatement struct {
- For file.Idx
- Initializer Expression
- Update Expression
- Test Expression
- Body Statement
-}
-```
-
-
-#### func (*ForStatement) Idx0
-
-```go
-func (self *ForStatement) Idx0() file.Idx
-```
-
-#### func (*ForStatement) Idx1
-
-```go
-func (self *ForStatement) Idx1() file.Idx
-```
-
-#### type FunctionDeclaration
-
-```go
-type FunctionDeclaration struct {
- Function *FunctionLiteral
-}
-```
-
-
-#### type FunctionLiteral
-
-```go
-type FunctionLiteral struct {
- Function file.Idx
- Name *Identifier
- ParameterList *ParameterList
- Body Statement
- Source string
-
- DeclarationList []Declaration
-}
-```
-
-
-#### func (*FunctionLiteral) Idx0
-
-```go
-func (self *FunctionLiteral) Idx0() file.Idx
-```
-
-#### func (*FunctionLiteral) Idx1
-
-```go
-func (self *FunctionLiteral) Idx1() file.Idx
-```
-
-#### type Identifier
-
-```go
-type Identifier struct {
- Name string
- Idx file.Idx
-}
-```
-
-
-#### func (*Identifier) Idx0
-
-```go
-func (self *Identifier) Idx0() file.Idx
-```
-
-#### func (*Identifier) Idx1
-
-```go
-func (self *Identifier) Idx1() file.Idx
-```
-
-#### type IfStatement
-
-```go
-type IfStatement struct {
- If file.Idx
- Test Expression
- Consequent Statement
- Alternate Statement
-}
-```
-
-
-#### func (*IfStatement) Idx0
-
-```go
-func (self *IfStatement) Idx0() file.Idx
-```
-
-#### func (*IfStatement) Idx1
-
-```go
-func (self *IfStatement) Idx1() file.Idx
-```
-
-#### type LabelledStatement
-
-```go
-type LabelledStatement struct {
- Label *Identifier
- Colon file.Idx
- Statement Statement
-}
-```
-
-
-#### func (*LabelledStatement) Idx0
-
-```go
-func (self *LabelledStatement) Idx0() file.Idx
-```
-
-#### func (*LabelledStatement) Idx1
-
-```go
-func (self *LabelledStatement) Idx1() file.Idx
-```
-
-#### type NewExpression
-
-```go
-type NewExpression struct {
- New file.Idx
- Callee Expression
- LeftParenthesis file.Idx
- ArgumentList []Expression
- RightParenthesis file.Idx
-}
-```
-
-
-#### func (*NewExpression) Idx0
-
-```go
-func (self *NewExpression) Idx0() file.Idx
-```
-
-#### func (*NewExpression) Idx1
-
-```go
-func (self *NewExpression) Idx1() file.Idx
-```
-
-#### type Node
-
-```go
-type Node interface {
- Idx0() file.Idx // The index of the first character belonging to the node
- Idx1() file.Idx // The index of the first character immediately after the node
-}
-```
-
-All nodes implement the Node interface.
-
-#### type NullLiteral
-
-```go
-type NullLiteral struct {
- Idx file.Idx
- Literal string
-}
-```
-
-
-#### func (*NullLiteral) Idx0
-
-```go
-func (self *NullLiteral) Idx0() file.Idx
-```
-
-#### func (*NullLiteral) Idx1
-
-```go
-func (self *NullLiteral) Idx1() file.Idx
-```
-
-#### type NumberLiteral
-
-```go
-type NumberLiteral struct {
- Idx file.Idx
- Literal string
- Value interface{}
-}
-```
-
-
-#### func (*NumberLiteral) Idx0
-
-```go
-func (self *NumberLiteral) Idx0() file.Idx
-```
-
-#### func (*NumberLiteral) Idx1
-
-```go
-func (self *NumberLiteral) Idx1() file.Idx
-```
-
-#### type ObjectLiteral
-
-```go
-type ObjectLiteral struct {
- LeftBrace file.Idx
- RightBrace file.Idx
- Value []Property
-}
-```
-
-
-#### func (*ObjectLiteral) Idx0
-
-```go
-func (self *ObjectLiteral) Idx0() file.Idx
-```
-
-#### func (*ObjectLiteral) Idx1
-
-```go
-func (self *ObjectLiteral) Idx1() file.Idx
-```
-
-#### type ParameterList
-
-```go
-type ParameterList struct {
- Opening file.Idx
- List []*Identifier
- Closing file.Idx
-}
-```
-
-
-#### type Program
-
-```go
-type Program struct {
- Body []Statement
-
- DeclarationList []Declaration
-}
-```
-
-
-#### func (*Program) Idx0
-
-```go
-func (self *Program) Idx0() file.Idx
-```
-
-#### func (*Program) Idx1
-
-```go
-func (self *Program) Idx1() file.Idx
-```
-
-#### type Property
-
-```go
-type Property struct {
- Key string
- Kind string
- Value Expression
-}
-```
-
-
-#### type RegExpLiteral
-
-```go
-type RegExpLiteral struct {
- Idx file.Idx
- Literal string
- Pattern string
- Flags string
- Value string
-}
-```
-
-
-#### func (*RegExpLiteral) Idx0
-
-```go
-func (self *RegExpLiteral) Idx0() file.Idx
-```
-
-#### func (*RegExpLiteral) Idx1
-
-```go
-func (self *RegExpLiteral) Idx1() file.Idx
-```
-
-#### type ReturnStatement
-
-```go
-type ReturnStatement struct {
- Return file.Idx
- Argument Expression
-}
-```
-
-
-#### func (*ReturnStatement) Idx0
-
-```go
-func (self *ReturnStatement) Idx0() file.Idx
-```
-
-#### func (*ReturnStatement) Idx1
-
-```go
-func (self *ReturnStatement) Idx1() file.Idx
-```
-
-#### type SequenceExpression
-
-```go
-type SequenceExpression struct {
- Sequence []Expression
-}
-```
-
-
-#### func (*SequenceExpression) Idx0
-
-```go
-func (self *SequenceExpression) Idx0() file.Idx
-```
-
-#### func (*SequenceExpression) Idx1
-
-```go
-func (self *SequenceExpression) Idx1() file.Idx
-```
-
-#### type Statement
-
-```go
-type Statement interface {
- Node
- // contains filtered or unexported methods
-}
-```
-
-All statement nodes implement the Statement interface.
-
-#### type StringLiteral
-
-```go
-type StringLiteral struct {
- Idx file.Idx
- Literal string
- Value string
-}
-```
-
-
-#### func (*StringLiteral) Idx0
-
-```go
-func (self *StringLiteral) Idx0() file.Idx
-```
-
-#### func (*StringLiteral) Idx1
-
-```go
-func (self *StringLiteral) Idx1() file.Idx
-```
-
-#### type SwitchStatement
-
-```go
-type SwitchStatement struct {
- Switch file.Idx
- Discriminant Expression
- Default int
- Body []*CaseStatement
-}
-```
-
-
-#### func (*SwitchStatement) Idx0
-
-```go
-func (self *SwitchStatement) Idx0() file.Idx
-```
-
-#### func (*SwitchStatement) Idx1
-
-```go
-func (self *SwitchStatement) Idx1() file.Idx
-```
-
-#### type ThisExpression
-
-```go
-type ThisExpression struct {
- Idx file.Idx
-}
-```
-
-
-#### func (*ThisExpression) Idx0
-
-```go
-func (self *ThisExpression) Idx0() file.Idx
-```
-
-#### func (*ThisExpression) Idx1
-
-```go
-func (self *ThisExpression) Idx1() file.Idx
-```
-
-#### type ThrowStatement
-
-```go
-type ThrowStatement struct {
- Throw file.Idx
- Argument Expression
-}
-```
-
-
-#### func (*ThrowStatement) Idx0
-
-```go
-func (self *ThrowStatement) Idx0() file.Idx
-```
-
-#### func (*ThrowStatement) Idx1
-
-```go
-func (self *ThrowStatement) Idx1() file.Idx
-```
-
-#### type TryStatement
-
-```go
-type TryStatement struct {
- Try file.Idx
- Body Statement
- Catch *CatchStatement
- Finally Statement
-}
-```
-
-
-#### func (*TryStatement) Idx0
-
-```go
-func (self *TryStatement) Idx0() file.Idx
-```
-
-#### func (*TryStatement) Idx1
-
-```go
-func (self *TryStatement) Idx1() file.Idx
-```
-
-#### type UnaryExpression
-
-```go
-type UnaryExpression struct {
- Operator token.Token
- Idx file.Idx // If a prefix operation
- Operand Expression
- Postfix bool
-}
-```
-
-
-#### func (*UnaryExpression) Idx0
-
-```go
-func (self *UnaryExpression) Idx0() file.Idx
-```
-
-#### func (*UnaryExpression) Idx1
-
-```go
-func (self *UnaryExpression) Idx1() file.Idx
-```
-
-#### type VariableDeclaration
-
-```go
-type VariableDeclaration struct {
- Var file.Idx
- List []*VariableExpression
-}
-```
-
-
-#### type VariableExpression
-
-```go
-type VariableExpression struct {
- Name string
- Idx file.Idx
- Initializer Expression
-}
-```
-
-
-#### func (*VariableExpression) Idx0
-
-```go
-func (self *VariableExpression) Idx0() file.Idx
-```
-
-#### func (*VariableExpression) Idx1
-
-```go
-func (self *VariableExpression) Idx1() file.Idx
-```
-
-#### type VariableStatement
-
-```go
-type VariableStatement struct {
- Var file.Idx
- List []Expression
-}
-```
-
-
-#### func (*VariableStatement) Idx0
-
-```go
-func (self *VariableStatement) Idx0() file.Idx
-```
-
-#### func (*VariableStatement) Idx1
-
-```go
-func (self *VariableStatement) Idx1() file.Idx
-```
-
-#### type WhileStatement
-
-```go
-type WhileStatement struct {
- While file.Idx
- Test Expression
- Body Statement
-}
-```
-
-
-#### func (*WhileStatement) Idx0
-
-```go
-func (self *WhileStatement) Idx0() file.Idx
-```
-
-#### func (*WhileStatement) Idx1
-
-```go
-func (self *WhileStatement) Idx1() file.Idx
-```
-
-#### type WithStatement
-
-```go
-type WithStatement struct {
- With file.Idx
- Object Expression
- Body Statement
-}
-```
-
-
-#### func (*WithStatement) Idx0
-
-```go
-func (self *WithStatement) Idx0() file.Idx
-```
-
-#### func (*WithStatement) Idx1
-
-```go
-func (self *WithStatement) Idx1() file.Idx
-```
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/ast/node.go b/Godeps/_workspace/src/github.com/obscuren/otto/ast/node.go
deleted file mode 100644
index c8b3cb04e..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/ast/node.go
+++ /dev/null
@@ -1,496 +0,0 @@
-/*
-Package ast declares types representing a JavaScript AST.
-
-Warning
-
-The parser and AST interfaces are still works-in-progress (particularly where
-node types are concerned) and may change in the future.
-
-*/
-package ast
-
-import (
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-// All nodes implement the Node interface.
-type Node interface {
- Idx0() file.Idx // The index of the first character belonging to the node
- Idx1() file.Idx // The index of the first character immediately after the node
-}
-
-// ========== //
-// Expression //
-// ========== //
-
-type (
- // All expression nodes implement the Expression interface.
- Expression interface {
- Node
- _expressionNode()
- }
-
- ArrayLiteral struct {
- LeftBracket file.Idx
- RightBracket file.Idx
- Value []Expression
- }
-
- AssignExpression struct {
- Operator token.Token
- Left Expression
- Right Expression
- }
-
- BadExpression struct {
- From file.Idx
- To file.Idx
- }
-
- BinaryExpression struct {
- Operator token.Token
- Left Expression
- Right Expression
- Comparison bool
- }
-
- BooleanLiteral struct {
- Idx file.Idx
- Literal string
- Value bool
- }
-
- BracketExpression struct {
- Left Expression
- Member Expression
- LeftBracket file.Idx
- RightBracket file.Idx
- }
-
- CallExpression struct {
- Callee Expression
- LeftParenthesis file.Idx
- ArgumentList []Expression
- RightParenthesis file.Idx
- }
-
- ConditionalExpression struct {
- Test Expression
- Consequent Expression
- Alternate Expression
- }
-
- DotExpression struct {
- Left Expression
- Identifier Identifier
- }
-
- FunctionLiteral struct {
- Function file.Idx
- Name *Identifier
- ParameterList *ParameterList
- Body Statement
- Source string
-
- DeclarationList []Declaration
- }
-
- Identifier struct {
- Name string
- Idx file.Idx
- }
-
- NewExpression struct {
- New file.Idx
- Callee Expression
- LeftParenthesis file.Idx
- ArgumentList []Expression
- RightParenthesis file.Idx
- }
-
- NullLiteral struct {
- Idx file.Idx
- Literal string
- }
-
- NumberLiteral struct {
- Idx file.Idx
- Literal string
- Value interface{}
- }
-
- ObjectLiteral struct {
- LeftBrace file.Idx
- RightBrace file.Idx
- Value []Property
- }
-
- ParameterList struct {
- Opening file.Idx
- List []*Identifier
- Closing file.Idx
- }
-
- Property struct {
- Key string
- Kind string
- Value Expression
- }
-
- RegExpLiteral struct {
- Idx file.Idx
- Literal string
- Pattern string
- Flags string
- Value string
- }
-
- SequenceExpression struct {
- Sequence []Expression
- }
-
- StringLiteral struct {
- Idx file.Idx
- Literal string
- Value string
- }
-
- ThisExpression struct {
- Idx file.Idx
- }
-
- UnaryExpression struct {
- Operator token.Token
- Idx file.Idx // If a prefix operation
- Operand Expression
- Postfix bool
- }
-
- VariableExpression struct {
- Name string
- Idx file.Idx
- Initializer Expression
- }
-)
-
-// _expressionNode
-
-func (*ArrayLiteral) _expressionNode() {}
-func (*AssignExpression) _expressionNode() {}
-func (*BadExpression) _expressionNode() {}
-func (*BinaryExpression) _expressionNode() {}
-func (*BooleanLiteral) _expressionNode() {}
-func (*BracketExpression) _expressionNode() {}
-func (*CallExpression) _expressionNode() {}
-func (*ConditionalExpression) _expressionNode() {}
-func (*DotExpression) _expressionNode() {}
-func (*FunctionLiteral) _expressionNode() {}
-func (*Identifier) _expressionNode() {}
-func (*NewExpression) _expressionNode() {}
-func (*NullLiteral) _expressionNode() {}
-func (*NumberLiteral) _expressionNode() {}
-func (*ObjectLiteral) _expressionNode() {}
-func (*RegExpLiteral) _expressionNode() {}
-func (*SequenceExpression) _expressionNode() {}
-func (*StringLiteral) _expressionNode() {}
-func (*ThisExpression) _expressionNode() {}
-func (*UnaryExpression) _expressionNode() {}
-func (*VariableExpression) _expressionNode() {}
-
-// ========= //
-// Statement //
-// ========= //
-
-type (
- // All statement nodes implement the Statement interface.
- Statement interface {
- Node
- _statementNode()
- }
-
- BadStatement struct {
- From file.Idx
- To file.Idx
- }
-
- BlockStatement struct {
- LeftBrace file.Idx
- List []Statement
- RightBrace file.Idx
- }
-
- BranchStatement struct {
- Idx file.Idx
- Token token.Token
- Label *Identifier
- }
-
- CaseStatement struct {
- Case file.Idx
- Test Expression
- Consequent []Statement
- }
-
- CatchStatement struct {
- Catch file.Idx
- Parameter *Identifier
- Body Statement
- }
-
- DebuggerStatement struct {
- Debugger file.Idx
- }
-
- DoWhileStatement struct {
- Do file.Idx
- Test Expression
- Body Statement
- }
-
- EmptyStatement struct {
- Semicolon file.Idx
- }
-
- ExpressionStatement struct {
- Expression Expression
- }
-
- ForInStatement struct {
- For file.Idx
- Into Expression
- Source Expression
- Body Statement
- }
-
- ForStatement struct {
- For file.Idx
- Initializer Expression
- Update Expression
- Test Expression
- Body Statement
- }
-
- IfStatement struct {
- If file.Idx
- Test Expression
- Consequent Statement
- Alternate Statement
- }
-
- LabelledStatement struct {
- Label *Identifier
- Colon file.Idx
- Statement Statement
- }
-
- ReturnStatement struct {
- Return file.Idx
- Argument Expression
- }
-
- SwitchStatement struct {
- Switch file.Idx
- Discriminant Expression
- Default int
- Body []*CaseStatement
- }
-
- ThrowStatement struct {
- Throw file.Idx
- Argument Expression
- }
-
- TryStatement struct {
- Try file.Idx
- Body Statement
- Catch *CatchStatement
- Finally Statement
- }
-
- VariableStatement struct {
- Var file.Idx
- List []Expression
- }
-
- WhileStatement struct {
- While file.Idx
- Test Expression
- Body Statement
- }
-
- WithStatement struct {
- With file.Idx
- Object Expression
- Body Statement
- }
-)
-
-// _statementNode
-
-func (*BadStatement) _statementNode() {}
-func (*BlockStatement) _statementNode() {}
-func (*BranchStatement) _statementNode() {}
-func (*CaseStatement) _statementNode() {}
-func (*CatchStatement) _statementNode() {}
-func (*DebuggerStatement) _statementNode() {}
-func (*DoWhileStatement) _statementNode() {}
-func (*EmptyStatement) _statementNode() {}
-func (*ExpressionStatement) _statementNode() {}
-func (*ForInStatement) _statementNode() {}
-func (*ForStatement) _statementNode() {}
-func (*IfStatement) _statementNode() {}
-func (*LabelledStatement) _statementNode() {}
-func (*ReturnStatement) _statementNode() {}
-func (*SwitchStatement) _statementNode() {}
-func (*ThrowStatement) _statementNode() {}
-func (*TryStatement) _statementNode() {}
-func (*VariableStatement) _statementNode() {}
-func (*WhileStatement) _statementNode() {}
-func (*WithStatement) _statementNode() {}
-
-// =========== //
-// Declaration //
-// =========== //
-
-type (
- // All declaration nodes implement the Declaration interface.
- Declaration interface {
- _declarationNode()
- }
-
- FunctionDeclaration struct {
- Function *FunctionLiteral
- }
-
- VariableDeclaration struct {
- Var file.Idx
- List []*VariableExpression
- }
-)
-
-// _declarationNode
-
-func (*FunctionDeclaration) _declarationNode() {}
-func (*VariableDeclaration) _declarationNode() {}
-
-// ==== //
-// Node //
-// ==== //
-
-type Program struct {
- Body []Statement
-
- DeclarationList []Declaration
-}
-
-// ==== //
-// Idx0 //
-// ==== //
-
-func (self *ArrayLiteral) Idx0() file.Idx { return self.LeftBracket }
-func (self *AssignExpression) Idx0() file.Idx { return self.Left.Idx0() }
-func (self *BadExpression) Idx0() file.Idx { return self.From }
-func (self *BinaryExpression) Idx0() file.Idx { return self.Left.Idx0() }
-func (self *BooleanLiteral) Idx0() file.Idx { return self.Idx }
-func (self *BracketExpression) Idx0() file.Idx { return self.Left.Idx0() }
-func (self *CallExpression) Idx0() file.Idx { return self.Callee.Idx0() }
-func (self *ConditionalExpression) Idx0() file.Idx { return self.Test.Idx0() }
-func (self *DotExpression) Idx0() file.Idx { return self.Left.Idx0() }
-func (self *FunctionLiteral) Idx0() file.Idx { return self.Function }
-func (self *Identifier) Idx0() file.Idx { return self.Idx }
-func (self *NewExpression) Idx0() file.Idx { return self.New }
-func (self *NullLiteral) Idx0() file.Idx { return self.Idx }
-func (self *NumberLiteral) Idx0() file.Idx { return self.Idx }
-func (self *ObjectLiteral) Idx0() file.Idx { return self.LeftBrace }
-func (self *RegExpLiteral) Idx0() file.Idx { return self.Idx }
-func (self *SequenceExpression) Idx0() file.Idx { return self.Sequence[0].Idx0() }
-func (self *StringLiteral) Idx0() file.Idx { return self.Idx }
-func (self *ThisExpression) Idx0() file.Idx { return self.Idx }
-func (self *UnaryExpression) Idx0() file.Idx { return self.Idx }
-func (self *VariableExpression) Idx0() file.Idx { return self.Idx }
-
-func (self *BadStatement) Idx0() file.Idx { return self.From }
-func (self *BlockStatement) Idx0() file.Idx { return self.LeftBrace }
-func (self *BranchStatement) Idx0() file.Idx { return self.Idx }
-func (self *CaseStatement) Idx0() file.Idx { return self.Case }
-func (self *CatchStatement) Idx0() file.Idx { return self.Catch }
-func (self *DebuggerStatement) Idx0() file.Idx { return self.Debugger }
-func (self *DoWhileStatement) Idx0() file.Idx { return self.Do }
-func (self *EmptyStatement) Idx0() file.Idx { return self.Semicolon }
-func (self *ExpressionStatement) Idx0() file.Idx { return self.Expression.Idx0() }
-func (self *ForInStatement) Idx0() file.Idx { return self.For }
-func (self *ForStatement) Idx0() file.Idx { return self.For }
-func (self *IfStatement) Idx0() file.Idx { return self.If }
-func (self *LabelledStatement) Idx0() file.Idx { return self.Label.Idx0() }
-func (self *Program) Idx0() file.Idx { return self.Body[0].Idx0() }
-func (self *ReturnStatement) Idx0() file.Idx { return self.Return }
-func (self *SwitchStatement) Idx0() file.Idx { return self.Switch }
-func (self *ThrowStatement) Idx0() file.Idx { return self.Throw }
-func (self *TryStatement) Idx0() file.Idx { return self.Try }
-func (self *VariableStatement) Idx0() file.Idx { return self.Var }
-func (self *WhileStatement) Idx0() file.Idx { return self.While }
-func (self *WithStatement) Idx0() file.Idx { return self.With }
-
-// ==== //
-// Idx1 //
-// ==== //
-
-func (self *ArrayLiteral) Idx1() file.Idx { return self.RightBracket }
-func (self *AssignExpression) Idx1() file.Idx { return self.Right.Idx1() }
-func (self *BadExpression) Idx1() file.Idx { return self.To }
-func (self *BinaryExpression) Idx1() file.Idx { return self.Right.Idx1() }
-func (self *BooleanLiteral) Idx1() file.Idx { return file.Idx(int(self.Idx) + len(self.Literal)) }
-func (self *BracketExpression) Idx1() file.Idx { return self.RightBracket + 1 }
-func (self *CallExpression) Idx1() file.Idx { return self.RightParenthesis + 1 }
-func (self *ConditionalExpression) Idx1() file.Idx { return self.Test.Idx1() }
-func (self *DotExpression) Idx1() file.Idx { return self.Identifier.Idx1() }
-func (self *FunctionLiteral) Idx1() file.Idx { return self.Body.Idx1() }
-func (self *Identifier) Idx1() file.Idx { return file.Idx(int(self.Idx) + len(self.Name)) }
-func (self *NewExpression) Idx1() file.Idx { return self.RightParenthesis + 1 }
-func (self *NullLiteral) Idx1() file.Idx { return file.Idx(int(self.Idx) + 4) } // "null"
-func (self *NumberLiteral) Idx1() file.Idx { return file.Idx(int(self.Idx) + len(self.Literal)) }
-func (self *ObjectLiteral) Idx1() file.Idx { return self.RightBrace }
-func (self *RegExpLiteral) Idx1() file.Idx { return file.Idx(int(self.Idx) + len(self.Literal)) }
-func (self *SequenceExpression) Idx1() file.Idx { return self.Sequence[0].Idx1() }
-func (self *StringLiteral) Idx1() file.Idx { return file.Idx(int(self.Idx) + len(self.Literal)) }
-func (self *ThisExpression) Idx1() file.Idx { return self.Idx }
-func (self *UnaryExpression) Idx1() file.Idx {
- if self.Postfix {
- return self.Operand.Idx1() + 2 // ++ --
- }
- return self.Operand.Idx1()
-}
-func (self *VariableExpression) Idx1() file.Idx {
- if self.Initializer == nil {
- return file.Idx(int(self.Idx) + len(self.Name) + 1)
- }
- return self.Initializer.Idx1()
-}
-
-func (self *BadStatement) Idx1() file.Idx { return self.To }
-func (self *BlockStatement) Idx1() file.Idx { return self.RightBrace + 1 }
-func (self *BranchStatement) Idx1() file.Idx { return self.Idx }
-func (self *CaseStatement) Idx1() file.Idx { return self.Consequent[len(self.Consequent)-1].Idx1() }
-func (self *CatchStatement) Idx1() file.Idx { return self.Body.Idx1() }
-func (self *DebuggerStatement) Idx1() file.Idx { return self.Debugger + 8 }
-func (self *DoWhileStatement) Idx1() file.Idx { return self.Test.Idx1() }
-func (self *EmptyStatement) Idx1() file.Idx { return self.Semicolon + 1 }
-func (self *ExpressionStatement) Idx1() file.Idx { return self.Expression.Idx1() }
-func (self *ForInStatement) Idx1() file.Idx { return self.Body.Idx1() }
-func (self *ForStatement) Idx1() file.Idx { return self.Body.Idx1() }
-func (self *IfStatement) Idx1() file.Idx {
- if self.Alternate != nil {
- return self.Alternate.Idx1()
- }
- return self.Consequent.Idx1()
-}
-func (self *LabelledStatement) Idx1() file.Idx { return self.Colon + 1 }
-func (self *Program) Idx1() file.Idx { return self.Body[len(self.Body)-1].Idx1() }
-func (self *ReturnStatement) Idx1() file.Idx { return self.Return }
-func (self *SwitchStatement) Idx1() file.Idx { return self.Body[len(self.Body)-1].Idx1() }
-func (self *ThrowStatement) Idx1() file.Idx { return self.Throw }
-func (self *TryStatement) Idx1() file.Idx { return self.Try }
-func (self *VariableStatement) Idx1() file.Idx { return self.List[len(self.List)-1].Idx1() }
-func (self *WhileStatement) Idx1() file.Idx { return self.Body.Idx1() }
-func (self *WithStatement) Idx1() file.Idx { return self.Body.Idx1() }
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/bug_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/bug_test.go
deleted file mode 100644
index 0ee484ddd..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/bug_test.go
+++ /dev/null
@@ -1,504 +0,0 @@
-package otto
-
-import (
- "testing"
- "time"
-)
-
-func Test_262(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // 11.13.1-1-1
- test(`raise:
- eval("42 = 42;");
- `, "ReferenceError: Invalid left-hand side in assignment")
- })
-}
-
-func Test_issue5(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`'abc' === 'def'`, false)
- test(`'\t' === '\r'`, false)
- })
-}
-
-func Test_issue13(t *testing.T) {
- tt(t, func() {
- test, tester := test()
- vm := tester.vm
-
- value, err := vm.ToValue(map[string]interface{}{
- "string": "Xyzzy",
- "number": 42,
- "array": []string{"def", "ghi"},
- })
- if err != nil {
- t.Error(err)
- t.FailNow()
- }
-
- fn, err := vm.Object(`
- (function(value){
- return ""+[value.string, value.number, value.array]
- })
- `)
- if err != nil {
- t.Error(err)
- t.FailNow()
- }
-
- result, err := fn.Value().Call(fn.Value(), value)
- if err != nil {
- t.Error(err)
- t.FailNow()
- }
- is(result.toString(), "Xyzzy,42,def,ghi")
-
- anything := struct {
- Abc interface{}
- }{
- Abc: map[string]interface{}{
- "def": []interface{}{
- []interface{}{
- "a", "b", "c", "", "d", "e",
- },
- map[string]interface{}{
- "jkl": "Nothing happens.",
- },
- },
- "ghi": -1,
- },
- }
-
- vm.Set("anything", anything)
- test(`
- [
- anything,
- "~",
- anything.Abc,
- "~",
- anything.Abc.def,
- "~",
- anything.Abc.def[1].jkl,
- "~",
- anything.Abc.ghi,
- ];
- `, "[object Object],~,[object Object],~,a,b,c,,d,e,[object Object],~,Nothing happens.,~,-1")
- })
-}
-
-func Test_issue16(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- test(`
- var def = {
- "abc": ["abc"],
- "xyz": ["xyz"]
- };
- def.abc.concat(def.xyz);
- `, "abc,xyz")
-
- vm.Set("ghi", []string{"jkl", "mno"})
-
- test(`
- def.abc.concat(def.xyz).concat(ghi);
- `, "abc,xyz,jkl,mno")
-
- test(`
- ghi.concat(def.abc.concat(def.xyz));
- `, "jkl,mno,abc,xyz")
-
- vm.Set("pqr", []interface{}{"jkl", 42, 3.14159, true})
-
- test(`
- pqr.concat(ghi, def.abc, def, def.xyz);
- `, "jkl,42,3.14159,true,jkl,mno,abc,[object Object],xyz")
-
- test(`
- pqr.concat(ghi, def.abc, def, def.xyz).length;
- `, 9)
- })
-}
-
-func Test_issue21(t *testing.T) {
- tt(t, func() {
- vm1 := New()
- vm1.Run(`
- abc = {}
- abc.ghi = "Nothing happens.";
- var jkl = 0;
- abc.def = function() {
- jkl += 1;
- return 1;
- }
- `)
- abc, err := vm1.Get("abc")
- is(err, nil)
-
- vm2 := New()
- vm2.Set("cba", abc)
- _, err = vm2.Run(`
- var pqr = 0;
- cba.mno = function() {
- pqr -= 1;
- return 1;
- }
- cba.def();
- cba.def();
- cba.def();
- `)
- is(err, nil)
-
- jkl, err := vm1.Get("jkl")
- is(err, nil)
- is(jkl, 3)
-
- _, err = vm1.Run(`
- abc.mno();
- abc.mno();
- abc.mno();
- `)
- is(err, nil)
-
- pqr, err := vm2.Get("pqr")
- is(err, nil)
- is(pqr, -3)
- })
-}
-
-func Test_issue24(t *testing.T) {
- tt(t, func() {
- _, vm := test()
-
- {
- vm.Set("abc", []string{"abc", "def", "ghi"})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.([]string)
- is(valid, true)
-
- is(value[0], "abc")
- is(value[2], "ghi")
- }
- }
-
- {
- vm.Set("abc", [...]string{"abc", "def", "ghi"})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.([3]string)
- is(valid, true)
-
- is(value[0], "abc")
- is(value[2], "ghi")
- }
- }
-
- {
- vm.Set("abc", &[...]string{"abc", "def", "ghi"})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.(*[3]string)
- is(valid, true)
-
- is(value[0], "abc")
- is(value[2], "ghi")
- }
- }
-
- {
- vm.Set("abc", map[int]string{0: "abc", 1: "def", 2: "ghi"})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.(map[int]string)
- is(valid, true)
-
- is(value[0], "abc")
- is(value[2], "ghi")
- }
- }
-
- {
- vm.Set("abc", testStruct{Abc: true, Ghi: "Nothing happens."})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.(testStruct)
- is(valid, true)
-
- is(value.Abc, true)
- is(value.Ghi, "Nothing happens.")
- }
- }
-
- {
- vm.Set("abc", &testStruct{Abc: true, Ghi: "Nothing happens."})
- value, err := vm.Get("abc")
- is(err, nil)
- export, _ := value.Export()
- {
- value, valid := export.(*testStruct)
- is(valid, true)
-
- is(value.Abc, true)
- is(value.Ghi, "Nothing happens.")
- }
- }
- })
-}
-
-func Test_issue39(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 0, def = [], ghi = function() {
- if (abc < 10) return ++abc;
- return undefined;
- }
- for (var jkl; (jkl = ghi());) def.push(jkl);
- def;
- `, "1,2,3,4,5,6,7,8,9,10")
-
- test(`
- var abc = ["1", "2", "3", "4"];
- var def = [];
- for (var ghi; (ghi = abc.shift());) {
- def.push(ghi);
- }
- def;
- `, "1,2,3,4")
- })
-}
-
-func Test_issue64(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- defer mockTimeLocal(time.UTC)()
-
- abc := map[string]interface{}{
- "time": time.Unix(0, 0),
- }
- vm.Set("abc", abc)
-
- def := struct {
- Public string
- private string
- }{
- "Public", "private",
- }
- vm.Set("def", def)
-
- test(`"sec" in abc.time`, false)
-
- test(`
- [ "Public" in def, "private" in def, def.Public, def.private ];
- `, "true,false,Public,")
-
- test(`JSON.stringify(abc)`, `{"time":"1970-01-01T00:00:00Z"}`)
- })
-}
-
-func Test_7_3_1(t *testing.T) {
- tt(t, func() {
- test(`
-
- eval("var test7_3_1\u2028abc = 66;");
- [ abc, typeof test7_3_1 ];
- `, "66,undefined")
- })
-}
-
-func Test_7_3_3(t *testing.T) {
- tt(t, func() {
- test(`raise:
- eval("//\u2028 =;");
- `, "SyntaxError: Unexpected token =")
- })
-}
-
-func Test_S7_3_A2_1_T1(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- eval("'\u000Astr\u000Aing\u000A'")
- `, "SyntaxError: Unexpected token ILLEGAL")
- })
-}
-
-func Test_S7_8_3_A2_1_T1(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ .0 === 0.0, .0, .1 === 0.1, .1 ]
- `, "true,0,true,0.1")
- })
-}
-
-func Test_S7_8_4_A4_2_T3(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- "\a"
- `, "a")
- })
-}
-
-func Test_S7_9_A1(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var def;
- abc: for (var i = 0; i <= 0; i++) {
- for (var j = 0; j <= 1; j++) {
- if (j === 0) {
- continue abc;
- } else {
- def = true;
- }
- }
- }
- [ def, i, j ];
- `, ",1,0")
- })
-}
-
-func Test_S7_9_A3(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- (function(){
- return
- 1;
- })()
- `, "undefined")
- })
-}
-
-func Test_7_3_10(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- eval("var \u0061\u0062\u0063 = 3.14159;");
- abc;
- `, 3.14159)
-
- test(`
- abc = undefined;
- eval("var \\u0061\\u0062\\u0063 = 3.14159;");
- abc;
- `, 3.14159)
- })
-}
-
-func Test_bug(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // 10.4.2-1-5
- test(`
- "abc\
-def"
- `, "abcdef")
-
- test(`
- eval("'abc';\
- 'def'")
- `, "def")
-
- // S12.6.1_A10
- test(`
- var abc = 0;
- do {
- if(typeof(def) === "function"){
- abc = -1;
- break;
- } else {
- abc = 1;
- break;
- }
- } while(function def(){});
- abc;
- `, 1)
-
- // S12.7_A7
- test(`raise:
- abc:
- while (true) {
- eval("continue abc");
- }
- `, "SyntaxError: Undefined label 'abc'")
-
- // S15.1.2.1_A3.3_T3
- test(`raise:
- eval("return");
- `, "SyntaxError: Illegal return statement")
-
- // 15.2.3.3-2-33
- test(`
- var abc = { "AB\n\\cd": 1 };
- Object.getOwnPropertyDescriptor(abc, "AB\n\\cd").value;
- `, 1)
-
- // S15.3_A2_T1
- test(`raise:
- Function.call(this, "var x / = 1;");
- `, "SyntaxError: Unexpected token /")
-
- // ?
- test(`
- (function(){
- var abc = [];
- (function(){
- abc.push(0);
- abc.push(1);
- })(undefined);
- if ((function(){ return true; })()) {
- (function(){
- abc.push(2);
- })();
- }
- return abc;
- })();
- `, "0,1,2")
-
- if false {
- // 15.9.5.43-0-10
- // Should be an invalid date
- test(`
- date = new Date(1970, 0, -99999999, 0, 0, 0, 1);
- `, "")
- }
-
- // S7.8.3_A1.2_T1
- test(`
- [ 0e1, 1e1, 2e1, 3e1, 4e1, 5e1, 6e1, 7e1, 8e1, 9e1 ];
- `, "0,10,20,30,40,50,60,70,80,90")
-
- // S15.10.2.7_A3_T2
- test(`
- var abc = /\s+abc\s+/.exec("\t abc def");
- [ abc.length, abc.index, abc.input, abc ];
- `, "1,0,\t abc def,\t abc ")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin.go
deleted file mode 100644
index b4cdf9d21..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin.go
+++ /dev/null
@@ -1,393 +0,0 @@
-package otto
-
-import (
- "encoding/hex"
- "fmt"
- "math"
- "net/url"
- "regexp"
- "strconv"
- "strings"
- "unicode/utf16"
- "unicode/utf8"
-)
-
-// Global
-func builtinGlobal_eval(call FunctionCall) Value {
- src := call.Argument(0)
- if !src.IsString() {
- return src
- }
- runtime := call.runtime
- program := runtime.cmpl_parseOrThrow(toString(src))
- if call.evalHint {
- runtime.EnterEvalExecutionContext(call)
- defer runtime.LeaveExecutionContext()
- }
- returnValue := runtime.cmpl_evaluate_nodeProgram(program)
- if returnValue.isEmpty() {
- return UndefinedValue()
- }
- return returnValue
-}
-
-func builtinGlobal_isNaN(call FunctionCall) Value {
- value := toFloat(call.Argument(0))
- return toValue_bool(math.IsNaN(value))
-}
-
-func builtinGlobal_isFinite(call FunctionCall) Value {
- value := toFloat(call.Argument(0))
- return toValue_bool(!math.IsNaN(value) && !math.IsInf(value, 0))
-}
-
-// radix 3 => 2 (ASCII 50) +47
-// radix 11 => A/a (ASCII 65/97) +54/+86
-var parseInt_alphabetTable = func() []string {
- table := []string{"", "", "01"}
- for radix := 3; radix <= 36; radix += 1 {
- alphabet := table[radix-1]
- if radix <= 10 {
- alphabet += string(radix + 47)
- } else {
- alphabet += string(radix+54) + string(radix+86)
- }
- table = append(table, alphabet)
- }
- return table
-}()
-
-func digitValue(chr rune) int {
- switch {
- case '0' <= chr && chr <= '9':
- return int(chr - '0')
- case 'a' <= chr && chr <= 'z':
- return int(chr - 'a' + 10)
- case 'A' <= chr && chr <= 'Z':
- return int(chr - 'A' + 10)
- }
- return 36 // Larger than any legal digit value
-}
-
-func builtinGlobal_parseInt(call FunctionCall) Value {
- input := strings.TrimSpace(toString(call.Argument(0)))
- if len(input) == 0 {
- return NaNValue()
- }
-
- radix := int(toInt32(call.Argument(1)))
-
- negative := false
- switch input[0] {
- case '+':
- input = input[1:]
- case '-':
- negative = true
- input = input[1:]
- }
-
- strip := true
- if radix == 0 {
- radix = 10
- } else {
- if radix < 2 || radix > 36 {
- return NaNValue()
- } else if radix != 16 {
- strip = false
- }
- }
-
- switch len(input) {
- case 0:
- return NaNValue()
- case 1:
- default:
- if strip {
- if input[0] == '0' && (input[1] == 'x' || input[1] == 'X') {
- input = input[2:]
- radix = 16
- }
- }
- }
-
- base := radix
- index := 0
- for ; index < len(input); index++ {
- digit := digitValue(rune(input[index])) // If not ASCII, then an error anyway
- if digit >= base {
- break
- }
- }
- input = input[0:index]
-
- value, err := strconv.ParseInt(input, radix, 64)
- if err != nil {
- if err.(*strconv.NumError).Err == strconv.ErrRange {
- base := float64(base)
- // Could just be a very large number (e.g. 0x8000000000000000)
- var value float64
- for _, chr := range input {
- digit := float64(digitValue(chr))
- if digit >= base {
- goto error
- }
- value = value*base + digit
- }
- if negative {
- value *= -1
- }
- return toValue_float64(value)
- }
- error:
- return NaNValue()
- }
- if negative {
- value *= -1
- }
-
- return toValue_int64(value)
-}
-
-var parseFloat_matchBadSpecial = regexp.MustCompile(`[\+\-]?(?:[Ii]nf$|infinity)`)
-var parseFloat_matchValid = regexp.MustCompile(`[0-9eE\+\-\.]|Infinity`)
-
-func builtinGlobal_parseFloat(call FunctionCall) Value {
- // Caveat emptor: This implementation does NOT match the specification
- input := strings.TrimSpace(toString(call.Argument(0)))
- if parseFloat_matchBadSpecial.MatchString(input) {
- return NaNValue()
- }
- value, err := strconv.ParseFloat(input, 64)
- if err != nil {
- for end := len(input); end > 0; end -= 1 {
- input := input[0:end]
- if !parseFloat_matchValid.MatchString(input) {
- return NaNValue()
- }
- value, err = strconv.ParseFloat(input, 64)
- if err == nil {
- break
- }
- }
- if err != nil {
- return NaNValue()
- }
- }
- return toValue_float64(value)
-}
-
-// encodeURI/decodeURI
-
-func _builtinGlobal_encodeURI(call FunctionCall, escape *regexp.Regexp) Value {
- value := call.Argument(0)
- var input []uint16
- switch vl := value.value.(type) {
- case []uint16:
- input = vl
- default:
- input = utf16.Encode([]rune(toString(value)))
- }
- if len(input) == 0 {
- return toValue_string("")
- }
- output := []byte{}
- length := len(input)
- encode := make([]byte, 4)
- for index := 0; index < length; {
- value := input[index]
- decode := utf16.Decode(input[index : index+1])
- if value >= 0xDC00 && value <= 0xDFFF {
- panic(newURIError("URI malformed"))
- }
- if value >= 0xD800 && value <= 0xDBFF {
- index += 1
- if index >= length {
- panic(newURIError("URI malformed"))
- }
- // input = ..., value, value1, ...
- value = value
- value1 := input[index]
- if value1 < 0xDC00 || value1 > 0xDFFF {
- panic(newURIError("URI malformed"))
- }
- decode = []rune{((rune(value) - 0xD800) * 0x400) + (rune(value1) - 0xDC00) + 0x10000}
- }
- index += 1
- size := utf8.EncodeRune(encode, decode[0])
- encode := encode[0:size]
- output = append(output, encode...)
- }
- {
- value := escape.ReplaceAllFunc(output, func(target []byte) []byte {
- // Probably a better way of doing this
- if target[0] == ' ' {
- return []byte("%20")
- }
- return []byte(url.QueryEscape(string(target)))
- })
- return toValue_string(string(value))
- }
-}
-
-var encodeURI_Regexp = regexp.MustCompile(`([^~!@#$&*()=:/,;?+'])`)
-
-func builtinGlobal_encodeURI(call FunctionCall) Value {
- return _builtinGlobal_encodeURI(call, encodeURI_Regexp)
-}
-
-var encodeURIComponent_Regexp = regexp.MustCompile(`([^~!*()'])`)
-
-func builtinGlobal_encodeURIComponent(call FunctionCall) Value {
- return _builtinGlobal_encodeURI(call, encodeURIComponent_Regexp)
-}
-
-// 3B/2F/3F/3A/40/26/3D/2B/24/2C/23
-var decodeURI_guard = regexp.MustCompile(`(?i)(?:%)(3B|2F|3F|3A|40|26|3D|2B|24|2C|23)`)
-
-func _decodeURI(input string, reserve bool) (string, bool) {
- if reserve {
- input = decodeURI_guard.ReplaceAllString(input, "%25$1")
- }
- input = strings.Replace(input, "+", "%2B", -1) // Ugly hack to make QueryUnescape work with our use case
- output, err := url.QueryUnescape(input)
- if err != nil || !utf8.ValidString(output) {
- return "", true
- }
- return output, false
-}
-
-func builtinGlobal_decodeURI(call FunctionCall) Value {
- output, err := _decodeURI(toString(call.Argument(0)), true)
- if err {
- panic(newURIError("URI malformed"))
- }
- return toValue_string(output)
-}
-
-func builtinGlobal_decodeURIComponent(call FunctionCall) Value {
- output, err := _decodeURI(toString(call.Argument(0)), false)
- if err {
- panic(newURIError("URI malformed"))
- }
- return toValue_string(output)
-}
-
-// escape/unescape
-
-func builtin_shouldEscape(chr byte) bool {
- if 'A' <= chr && chr <= 'Z' || 'a' <= chr && chr <= 'z' || '0' <= chr && chr <= '9' {
- return false
- }
- return !strings.ContainsRune("*_+-./", rune(chr))
-}
-
-const escapeBase16 = "0123456789ABCDEF"
-
-func builtin_escape(input string) string {
- output := make([]byte, 0, len(input))
- length := len(input)
- for index := 0; index < length; {
- if builtin_shouldEscape(input[index]) {
- chr, width := utf8.DecodeRuneInString(input[index:])
- chr16 := utf16.Encode([]rune{chr})[0]
- if 256 > chr16 {
- output = append(output, '%',
- escapeBase16[chr16>>4],
- escapeBase16[chr16&15],
- )
- } else {
- output = append(output, '%', 'u',
- escapeBase16[chr16>>12],
- escapeBase16[(chr16>>8)&15],
- escapeBase16[(chr16>>4)&15],
- escapeBase16[chr16&15],
- )
- }
- index += width
-
- } else {
- output = append(output, input[index])
- index += 1
- }
- }
- return string(output)
-}
-
-func builtin_unescape(input string) string {
- output := make([]rune, 0, len(input))
- length := len(input)
- for index := 0; index < length; {
- if input[index] == '%' {
- if index <= length-6 && input[index+1] == 'u' {
- byte16, err := hex.DecodeString(input[index+2 : index+6])
- if err == nil {
- value := uint16(byte16[0])<<8 + uint16(byte16[1])
- chr := utf16.Decode([]uint16{value})[0]
- output = append(output, chr)
- index += 6
- continue
- }
- }
- if index <= length-3 {
- byte8, err := hex.DecodeString(input[index+1 : index+3])
- if err == nil {
- value := uint16(byte8[0])
- chr := utf16.Decode([]uint16{value})[0]
- output = append(output, chr)
- index += 3
- continue
- }
- }
- }
- output = append(output, rune(input[index]))
- index += 1
- }
- return string(output)
-}
-
-func builtinGlobal_escape(call FunctionCall) Value {
- return toValue_string(builtin_escape(toString(call.Argument(0))))
-}
-
-func builtinGlobal_unescape(call FunctionCall) Value {
- return toValue_string(builtin_unescape(toString(call.Argument(0))))
-}
-
-// Error
-
-func builtinError(call FunctionCall) Value {
- return toValue_object(call.runtime.newError("", call.Argument(0)))
-}
-
-func builtinNewError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newError("", valueOfArrayIndex(argumentList, 0)))
-}
-
-func builtinError_toString(call FunctionCall) Value {
- thisObject := call.thisObject()
- if thisObject == nil {
- panic(newTypeError())
- }
-
- name := "Error"
- nameValue := thisObject.get("name")
- if nameValue.IsDefined() {
- name = toString(nameValue)
- }
-
- message := ""
- messageValue := thisObject.get("message")
- if messageValue.IsDefined() {
- message = toString(messageValue)
- }
-
- if len(name) == 0 {
- return toValue_string(message)
- }
-
- if len(message) == 0 {
- return toValue_string(name)
- }
-
- return toValue_string(fmt.Sprintf("%s: %s", name, message))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_array.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_array.go
deleted file mode 100644
index aefae1855..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_array.go
+++ /dev/null
@@ -1,672 +0,0 @@
-package otto
-
-import (
- "strconv"
- "strings"
-)
-
-// Array
-
-func builtinArray(call FunctionCall) Value {
- return toValue_object(builtinNewArrayNative(call.runtime, call.ArgumentList))
-}
-
-func builtinNewArray(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(builtinNewArrayNative(self.runtime, argumentList))
-}
-
-func builtinNewArrayNative(runtime *_runtime, argumentList []Value) *_object {
- if len(argumentList) == 1 {
- firstArgument := argumentList[0]
- if firstArgument.IsNumber() {
- return runtime.newArray(arrayUint32(firstArgument))
- }
- }
- return runtime.newArrayOf(argumentList)
-}
-
-func builtinArray_toString(call FunctionCall) Value {
- thisObject := call.thisObject()
- join := thisObject.get("join")
- if join.isCallable() {
- join := join._object()
- return join.Call(call.This, call.ArgumentList)
- }
- return builtinObject_toString(call)
-}
-
-func builtinArray_toLocaleString(call FunctionCall) Value {
- separator := ","
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
- if length == 0 {
- return toValue_string("")
- }
- stringList := make([]string, 0, length)
- for index := int64(0); index < length; index += 1 {
- value := thisObject.get(arrayIndexToString(index))
- stringValue := ""
- switch value._valueType {
- case valueEmpty, valueUndefined, valueNull:
- default:
- object := call.runtime.toObject(value)
- toLocaleString := object.get("toLocaleString")
- if !toLocaleString.isCallable() {
- panic(newTypeError())
- }
- stringValue = toLocaleString.call(toValue_object(object)).toString()
- }
- stringList = append(stringList, stringValue)
- }
- return toValue_string(strings.Join(stringList, separator))
-}
-
-func builtinArray_concat(call FunctionCall) Value {
- thisObject := call.thisObject()
- valueArray := []Value{}
- source := append([]Value{toValue_object(thisObject)}, call.ArgumentList...)
- for _, item := range source {
- switch item._valueType {
- case valueObject:
- object := item._object()
- if isArray(object) {
- length := toInteger(object.get("length")).value
- for index := int64(0); index < length; index += 1 {
- name := strconv.FormatInt(index, 10)
- if object.hasProperty(name) {
- valueArray = append(valueArray, object.get(name))
- } else {
- valueArray = append(valueArray, Value{})
- }
- }
- continue
- }
- fallthrough
- default:
- valueArray = append(valueArray, item)
- }
- }
- return toValue_object(call.runtime.newArrayOf(valueArray))
-}
-
-func builtinArray_shift(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
- if 0 == length {
- thisObject.put("length", toValue_int64(0), true)
- return UndefinedValue()
- }
- first := thisObject.get("0")
- for index := int64(1); index < length; index++ {
- from := arrayIndexToString(index)
- to := arrayIndexToString(index - 1)
- if thisObject.hasProperty(from) {
- thisObject.put(to, thisObject.get(from), true)
- } else {
- thisObject.delete(to, true)
- }
- }
- thisObject.delete(arrayIndexToString(length-1), true)
- thisObject.put("length", toValue_int64(length-1), true)
- return first
-}
-
-func builtinArray_push(call FunctionCall) Value {
- thisObject := call.thisObject()
- itemList := call.ArgumentList
- index := int64(toUint32(thisObject.get("length")))
- for len(itemList) > 0 {
- thisObject.put(arrayIndexToString(index), itemList[0], true)
- itemList = itemList[1:]
- index += 1
- }
- length := toValue_int64(index)
- thisObject.put("length", length, true)
- return length
-}
-
-func builtinArray_pop(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
- if 0 == length {
- thisObject.put("length", toValue_uint32(0), true)
- return UndefinedValue()
- }
- last := thisObject.get(arrayIndexToString(length - 1))
- thisObject.delete(arrayIndexToString(length-1), true)
- thisObject.put("length", toValue_int64(length-1), true)
- return last
-}
-
-func builtinArray_join(call FunctionCall) Value {
- separator := ","
- {
- argument := call.Argument(0)
- if argument.IsDefined() {
- separator = toString(argument)
- }
- }
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
- if length == 0 {
- return toValue_string("")
- }
- stringList := make([]string, 0, length)
- for index := int64(0); index < length; index += 1 {
- value := thisObject.get(arrayIndexToString(index))
- stringValue := ""
- switch value._valueType {
- case valueEmpty, valueUndefined, valueNull:
- default:
- stringValue = toString(value)
- }
- stringList = append(stringList, stringValue)
- }
- return toValue_string(strings.Join(stringList, separator))
-}
-
-func builtinArray_splice(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
-
- start := valueToRangeIndex(call.Argument(0), length, false)
- deleteCount := valueToRangeIndex(call.Argument(1), int64(length)-start, true)
- valueArray := make([]Value, deleteCount)
-
- for index := int64(0); index < deleteCount; index++ {
- indexString := arrayIndexToString(int64(start + index))
- if thisObject.hasProperty(indexString) {
- valueArray[index] = thisObject.get(indexString)
- }
- }
-
- // 0, <1, 2, 3, 4>, 5, 6, 7
- // a, b
- // length 8 - delete 4 @ start 1
-
- itemList := []Value{}
- itemCount := int64(len(call.ArgumentList))
- if itemCount > 2 {
- itemCount -= 2 // Less the first two arguments
- itemList = call.ArgumentList[2:]
- } else {
- itemCount = 0
- }
- if itemCount < deleteCount {
- // The Object/Array is shrinking
- stop := int64(length) - deleteCount
- // The new length of the Object/Array before
- // appending the itemList remainder
- // Stopping at the lower bound of the insertion:
- // Move an item from the after the deleted portion
- // to a position after the inserted portion
- for index := start; index < stop; index++ {
- from := arrayIndexToString(index + deleteCount) // Position just after deletion
- to := arrayIndexToString(index + itemCount) // Position just after splice (insertion)
- if thisObject.hasProperty(from) {
- thisObject.put(to, thisObject.get(from), true)
- } else {
- thisObject.delete(to, true)
- }
- }
- // Delete off the end
- // We don't bother to delete below <stop + itemCount> (if any) since those
- // will be overwritten anyway
- for index := int64(length); index > (stop + itemCount); index-- {
- thisObject.delete(arrayIndexToString(index-1), true)
- }
- } else if itemCount > deleteCount {
- // The Object/Array is growing
- // The itemCount is greater than the deleteCount, so we do
- // not have to worry about overwriting what we should be moving
- // ---
- // Starting from the upper bound of the deletion:
- // Move an item from the after the deleted portion
- // to a position after the inserted portion
- for index := int64(length) - deleteCount; index > start; index-- {
- from := arrayIndexToString(index + deleteCount - 1)
- to := arrayIndexToString(index + itemCount - 1)
- if thisObject.hasProperty(from) {
- thisObject.put(to, thisObject.get(from), true)
- } else {
- thisObject.delete(to, true)
- }
- }
- }
-
- for index := int64(0); index < itemCount; index++ {
- thisObject.put(arrayIndexToString(index+start), itemList[index], true)
- }
- thisObject.put("length", toValue_int64(int64(length)+itemCount-deleteCount), true)
-
- return toValue_object(call.runtime.newArrayOf(valueArray))
-}
-
-func builtinArray_slice(call FunctionCall) Value {
- thisObject := call.thisObject()
-
- length := int64(toUint32(thisObject.get("length")))
- start, end := rangeStartEnd(call.ArgumentList, length, false)
-
- if start >= end {
- // Always an empty array
- return toValue_object(call.runtime.newArray(0))
- }
- sliceLength := end - start
- sliceValueArray := make([]Value, sliceLength)
-
- for index := int64(0); index < sliceLength; index++ {
- from := arrayIndexToString(index + start)
- if thisObject.hasProperty(from) {
- sliceValueArray[index] = thisObject.get(from)
- }
- }
-
- return toValue_object(call.runtime.newArrayOf(sliceValueArray))
-}
-
-func builtinArray_unshift(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
- itemList := call.ArgumentList
- itemCount := int64(len(itemList))
-
- for index := length; index > 0; index-- {
- from := arrayIndexToString(index - 1)
- to := arrayIndexToString(index + itemCount - 1)
- if thisObject.hasProperty(from) {
- thisObject.put(to, thisObject.get(from), true)
- } else {
- thisObject.delete(to, true)
- }
- }
-
- for index := int64(0); index < itemCount; index++ {
- thisObject.put(arrayIndexToString(index), itemList[index], true)
- }
-
- newLength := toValue_int64(length + itemCount)
- thisObject.put("length", newLength, true)
- return newLength
-}
-
-func builtinArray_reverse(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := int64(toUint32(thisObject.get("length")))
-
- lower := struct {
- name string
- index int64
- exists bool
- }{}
- upper := lower
-
- lower.index = 0
- middle := length / 2 // Division will floor
-
- for lower.index != middle {
- lower.name = arrayIndexToString(lower.index)
- upper.index = length - lower.index - 1
- upper.name = arrayIndexToString(upper.index)
-
- lower.exists = thisObject.hasProperty(lower.name)
- upper.exists = thisObject.hasProperty(upper.name)
-
- if lower.exists && upper.exists {
- lowerValue := thisObject.get(lower.name)
- upperValue := thisObject.get(upper.name)
- thisObject.put(lower.name, upperValue, true)
- thisObject.put(upper.name, lowerValue, true)
- } else if !lower.exists && upper.exists {
- value := thisObject.get(upper.name)
- thisObject.delete(upper.name, true)
- thisObject.put(lower.name, value, true)
- } else if lower.exists && !upper.exists {
- value := thisObject.get(lower.name)
- thisObject.delete(lower.name, true)
- thisObject.put(upper.name, value, true)
- } else {
- // Nothing happens.
- }
-
- lower.index += 1
- }
-
- return call.This
-}
-
-func sortCompare(thisObject *_object, index0, index1 uint, compare *_object) int {
- j := struct {
- name string
- exists bool
- defined bool
- value string
- }{}
- k := j
- j.name = arrayIndexToString(int64(index0))
- j.exists = thisObject.hasProperty(j.name)
- k.name = arrayIndexToString(int64(index1))
- k.exists = thisObject.hasProperty(k.name)
-
- if !j.exists && !k.exists {
- return 0
- } else if !j.exists {
- return 1
- } else if !k.exists {
- return -1
- }
-
- x := thisObject.get(j.name)
- y := thisObject.get(k.name)
- j.defined = x.IsDefined()
- k.defined = y.IsDefined()
-
- if !j.defined && !k.defined {
- return 0
- } else if !j.defined {
- return 1
- } else if !k.defined {
- return -1
- }
-
- if compare == nil {
- j.value = toString(x)
- k.value = toString(y)
-
- if j.value == k.value {
- return 0
- } else if j.value < k.value {
- return -1
- }
-
- return 1
- }
-
- return int(toInt32(compare.Call(UndefinedValue(), []Value{x, y})))
-}
-
-func arraySortSwap(thisObject *_object, index0, index1 uint) {
-
- j := struct {
- name string
- exists bool
- }{}
- k := j
-
- j.name = arrayIndexToString(int64(index0))
- j.exists = thisObject.hasProperty(j.name)
- k.name = arrayIndexToString(int64(index1))
- k.exists = thisObject.hasProperty(k.name)
-
- if j.exists && k.exists {
- jValue := thisObject.get(j.name)
- kValue := thisObject.get(k.name)
- thisObject.put(j.name, kValue, true)
- thisObject.put(k.name, jValue, true)
- } else if !j.exists && k.exists {
- value := thisObject.get(k.name)
- thisObject.delete(k.name, true)
- thisObject.put(j.name, value, true)
- } else if j.exists && !k.exists {
- value := thisObject.get(j.name)
- thisObject.delete(j.name, true)
- thisObject.put(k.name, value, true)
- } else {
- // Nothing happens.
- }
-}
-
-func arraySortQuickPartition(thisObject *_object, left, right, pivot uint, compare *_object) uint {
- arraySortSwap(thisObject, pivot, right) // Right is now the pivot value
- cursor := left
- for index := left; index < right; index++ {
- if sortCompare(thisObject, index, right, compare) == -1 { // Compare to the pivot value
- arraySortSwap(thisObject, index, cursor)
- cursor += 1
- }
- }
- arraySortSwap(thisObject, cursor, right)
- return cursor
-}
-
-func arraySortQuickSort(thisObject *_object, left, right uint, compare *_object) {
- if left < right {
- pivot := left + (right-left)/2
- pivot = arraySortQuickPartition(thisObject, left, right, pivot, compare)
- if pivot > 0 {
- arraySortQuickSort(thisObject, left, pivot-1, compare)
- }
- arraySortQuickSort(thisObject, pivot+1, right, compare)
- }
-}
-
-func builtinArray_sort(call FunctionCall) Value {
- thisObject := call.thisObject()
- length := uint(toUint32(thisObject.get("length")))
- compareValue := call.Argument(0)
- compare := compareValue._object()
- if compareValue.IsUndefined() {
- } else if !compareValue.isCallable() {
- panic(newTypeError())
- }
- if length > 1 {
- arraySortQuickSort(thisObject, 0, length-1, compare)
- }
- return call.This
-}
-
-func builtinArray_isArray(call FunctionCall) Value {
- return toValue_bool(isArray(call.Argument(0)._object()))
-}
-
-func builtinArray_indexOf(call FunctionCall) Value {
- thisObject, matchValue := call.thisObject(), call.Argument(0)
- if length := int64(toUint32(thisObject.get("length"))); length > 0 {
- index := int64(0)
- if len(call.ArgumentList) > 1 {
- index = toInteger(call.Argument(1)).value
- }
- if index < 0 {
- if index += length; index < 0 {
- index = 0
- }
- } else if index >= length {
- index = -1
- }
- for ; index >= 0 && index < length; index++ {
- name := arrayIndexToString(int64(index))
- if !thisObject.hasProperty(name) {
- continue
- }
- value := thisObject.get(name)
- if strictEqualityComparison(matchValue, value) {
- return toValue_uint32(uint32(index))
- }
- }
- }
- return toValue_int(-1)
-}
-
-func builtinArray_lastIndexOf(call FunctionCall) Value {
- thisObject, matchValue := call.thisObject(), call.Argument(0)
- length := int64(toUint32(thisObject.get("length")))
- index := length - 1
- if len(call.ArgumentList) > 1 {
- index = toInteger(call.Argument(1)).value
- }
- if 0 > index {
- index += length
- }
- if index > length {
- index = length - 1
- } else if 0 > index {
- return toValue_int(-1)
- }
- for ; index >= 0; index-- {
- name := arrayIndexToString(int64(index))
- if !thisObject.hasProperty(name) {
- continue
- }
- value := thisObject.get(name)
- if strictEqualityComparison(matchValue, value) {
- return toValue_uint32(uint32(index))
- }
- }
- return toValue_int(-1)
-}
-
-func builtinArray_every(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- length := int64(toUint32(thisObject.get("length")))
- callThis := call.Argument(1)
- for index := int64(0); index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- if value := thisObject.get(key); iterator.call(callThis, value, toValue_int64(index), this).isTrue() {
- continue
- }
- return FalseValue()
- }
- }
- return TrueValue()
- }
- panic(newTypeError())
-}
-
-func builtinArray_some(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- length := int64(toUint32(thisObject.get("length")))
- callThis := call.Argument(1)
- for index := int64(0); index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- if value := thisObject.get(key); iterator.call(callThis, value, toValue_int64(index), this).isTrue() {
- return TrueValue()
- }
- }
- }
- return FalseValue()
- }
- panic(newTypeError())
-}
-
-func builtinArray_forEach(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- length := int64(toUint32(thisObject.get("length")))
- callThis := call.Argument(1)
- for index := int64(0); index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- iterator.call(callThis, thisObject.get(key), toValue_int64(index), this)
- }
- }
- return UndefinedValue()
- }
- panic(newTypeError())
-}
-
-func builtinArray_map(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- length := int64(toUint32(thisObject.get("length")))
- callThis := call.Argument(1)
- values := make([]Value, length)
- for index := int64(0); index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- values[index] = iterator.call(callThis, thisObject.get(key), index, this)
- } else {
- values[index] = UndefinedValue()
- }
- }
- return toValue_object(call.runtime.newArrayOf(values))
- }
- panic(newTypeError())
-}
-
-func builtinArray_filter(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- length := int64(toUint32(thisObject.get("length")))
- callThis := call.Argument(1)
- values := make([]Value, 0)
- for index := int64(0); index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- value := thisObject.get(key)
- if iterator.call(callThis, value, index, this).isTrue() {
- values = append(values, value)
- }
- }
- }
- return toValue_object(call.runtime.newArrayOf(values))
- }
- panic(newTypeError())
-}
-
-func builtinArray_reduce(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- initial := len(call.ArgumentList) > 1
- start := call.Argument(1)
- length := int64(toUint32(thisObject.get("length")))
- index := int64(0)
- if length > 0 || initial {
- var accumulator Value
- if !initial {
- for ; index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- accumulator = thisObject.get(key)
- index++
- break
- }
- }
- } else {
- accumulator = start
- }
- for ; index < length; index++ {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- accumulator = iterator.call(UndefinedValue(), accumulator, thisObject.get(key), key, this)
- }
- }
- return accumulator
- }
- }
- panic(newTypeError())
-}
-
-func builtinArray_reduceRight(call FunctionCall) Value {
- thisObject := call.thisObject()
- this := toValue_object(thisObject)
- if iterator := call.Argument(0); iterator.isCallable() {
- initial := len(call.ArgumentList) > 1
- start := call.Argument(1)
- length := int64(toUint32(thisObject.get("length")))
- if length > 0 || initial {
- index := length - 1
- var accumulator Value
- if !initial {
- for ; index >= 0; index-- {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- accumulator = thisObject.get(key)
- index -= 1
- break
- }
- }
- } else {
- accumulator = start
- }
- for ; index >= 0; index-- {
- if key := arrayIndexToString(index); thisObject.hasProperty(key) {
- accumulator = iterator.call(UndefinedValue(), accumulator, thisObject.get(key), key, this)
- }
- }
- return accumulator
- }
- }
- panic(newTypeError())
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_boolean.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_boolean.go
deleted file mode 100644
index 1aec693ce..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_boolean.go
+++ /dev/null
@@ -1,28 +0,0 @@
-package otto
-
-// Boolean
-
-func builtinBoolean(call FunctionCall) Value {
- return toValue_bool(toBoolean(call.Argument(0)))
-}
-
-func builtinNewBoolean(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newBoolean(valueOfArrayIndex(argumentList, 0)))
-}
-
-func builtinBoolean_toString(call FunctionCall) Value {
- value := call.This
- if !value.IsBoolean() {
- // Will throw a TypeError if ThisObject is not a Boolean
- value = call.thisClassObject("Boolean").primitiveValue()
- }
- return toValue_string(toString(value))
-}
-
-func builtinBoolean_valueOf(call FunctionCall) Value {
- value := call.This
- if !value.IsBoolean() {
- value = call.thisClassObject("Boolean").primitiveValue()
- }
- return value
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_date.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_date.go
deleted file mode 100644
index 439d367bc..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_date.go
+++ /dev/null
@@ -1,616 +0,0 @@
-package otto
-
-import (
- "math"
- Time "time"
-)
-
-// Date
-
-const (
- // TODO Be like V8?
- // builtinDate_goDateTimeLayout = "Mon Jan 2 2006 15:04:05 GMT-0700 (MST)"
- builtinDate_goDateTimeLayout = Time.RFC1123 // "Mon, 02 Jan 2006 15:04:05 MST"
- builtinDate_goDateLayout = "Mon, 02 Jan 2006"
- builtinDate_goTimeLayout = "15:04:05 MST"
-)
-
-func builtinDate(call FunctionCall) Value {
- date := &_dateObject{}
- date.Set(newDateTime([]Value{}, Time.Local))
- return toValue_string(date.Time().Format(builtinDate_goDateTimeLayout))
-}
-
-func builtinNewDate(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newDate(newDateTime(argumentList, Time.Local)))
-}
-
-func builtinDate_toString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format(builtinDate_goDateTimeLayout))
-}
-
-func builtinDate_toDateString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format(builtinDate_goDateLayout))
-}
-
-func builtinDate_toTimeString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format(builtinDate_goTimeLayout))
-}
-
-func builtinDate_toUTCString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Format(builtinDate_goDateTimeLayout))
-}
-
-func builtinDate_toISOString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Format("2006-01-02T15:04:05.000Z"))
-}
-
-func builtinDate_toJSON(call FunctionCall) Value {
- object := call.thisObject()
- value := object.DefaultValue(defaultValueHintNumber) // FIXME object.primitiveNumberValue
- { // FIXME value.isFinite
- value := toFloat(value)
- if math.IsNaN(value) || math.IsInf(value, 0) {
- return NullValue()
- }
- }
- toISOString := object.get("toISOString")
- if !toISOString.isCallable() {
- panic(newTypeError())
- }
- return toISOString.call(toValue_object(object), []Value{})
-}
-
-func builtinDate_toGMTString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Format("Mon, 02 Jan 2006 15:04:05 GMT"))
-}
-
-func builtinDate_getTime(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- // We do this (convert away from a float) so the user
- // does not get something back in exponential notation
- return toValue_int64(int64(date.Epoch()))
-}
-
-func builtinDate_setTime(call FunctionCall) Value {
- object := call.thisObject()
- date := dateObjectOf(object)
- date.Set(toFloat(call.Argument(0)))
- object.value = date
- return date.Value()
-}
-
-func _builtinDate_beforeSet(call FunctionCall, argumentLimit int, timeLocal bool) (*_object, *_dateObject, *_ecmaTime, []int) {
- object := call.thisObject()
- date := dateObjectOf(object)
- if date.isNaN {
- return nil, nil, nil, nil
- }
-
- if argumentLimit > len(call.ArgumentList) {
- argumentLimit = len(call.ArgumentList)
- }
-
- if argumentLimit == 0 {
- object.value = invalidDateObject
- return nil, nil, nil, nil
- }
-
- valueList := make([]int, argumentLimit)
- for index := 0; index < argumentLimit; index++ {
- value := call.ArgumentList[index]
- if value.IsNaN() {
- object.value = invalidDateObject
- return nil, nil, nil, nil
- }
- integer := toInteger(value)
- if !integer.valid() {
- object.value = invalidDateObject
- return nil, nil, nil, nil
- }
- valueList[index] = int(integer.value)
- }
- baseTime := date.Time()
- if timeLocal {
- baseTime = baseTime.Local()
- }
- ecmaTime := ecmaTime(baseTime)
- return object, &date, &ecmaTime, valueList
-}
-
-func builtinDate_parse(call FunctionCall) Value {
- date := toString(call.Argument(0))
- return toValue_float64(dateParse(date))
-}
-
-func builtinDate_UTC(call FunctionCall) Value {
- return toValue_float64(newDateTime(call.ArgumentList, Time.UTC))
-}
-
-func builtinDate_now(call FunctionCall) Value {
- call.ArgumentList = []Value(nil)
- return builtinDate_UTC(call)
-}
-
-// This is a placeholder
-func builtinDate_toLocaleString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format("2006-01-02 15:04:05"))
-}
-
-// This is a placeholder
-func builtinDate_toLocaleDateString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format("2006-01-02"))
-}
-
-// This is a placeholder
-func builtinDate_toLocaleTimeString(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return toValue_string("Invalid Date")
- }
- return toValue_string(date.Time().Local().Format("15:04:05"))
-}
-
-func builtinDate_valueOf(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return date.Value()
-}
-
-func builtinDate_getYear(call FunctionCall) Value {
- // Will throw a TypeError is ThisObject is nil or
- // does not have Class of "Date"
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Year() - 1900)
-}
-
-func builtinDate_getFullYear(call FunctionCall) Value {
- // Will throw a TypeError is ThisObject is nil or
- // does not have Class of "Date"
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Year())
-}
-
-func builtinDate_getUTCFullYear(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Year())
-}
-
-func builtinDate_getMonth(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(dateFromGoMonth(date.Time().Local().Month()))
-}
-
-func builtinDate_getUTCMonth(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(dateFromGoMonth(date.Time().Month()))
-}
-
-func builtinDate_getDate(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Day())
-}
-
-func builtinDate_getUTCDate(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Day())
-}
-
-func builtinDate_getDay(call FunctionCall) Value {
- // Actually day of the week
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(dateFromGoDay(date.Time().Local().Weekday()))
-}
-
-func builtinDate_getUTCDay(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(dateFromGoDay(date.Time().Weekday()))
-}
-
-func builtinDate_getHours(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Hour())
-}
-
-func builtinDate_getUTCHours(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Hour())
-}
-
-func builtinDate_getMinutes(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Minute())
-}
-
-func builtinDate_getUTCMinutes(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Minute())
-}
-
-func builtinDate_getSeconds(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Second())
-}
-
-func builtinDate_getUTCSeconds(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Second())
-}
-
-func builtinDate_getMilliseconds(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Local().Nanosecond() / (100 * 100 * 100))
-}
-
-func builtinDate_getUTCMilliseconds(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- return toValue_int(date.Time().Nanosecond() / (100 * 100 * 100))
-}
-
-func builtinDate_getTimezoneOffset(call FunctionCall) Value {
- date := dateObjectOf(call.thisObject())
- if date.isNaN {
- return NaNValue()
- }
- timeLocal := date.Time().Local()
- // Is this kosher?
- timeLocalAsUTC := Time.Date(
- timeLocal.Year(),
- timeLocal.Month(),
- timeLocal.Day(),
- timeLocal.Hour(),
- timeLocal.Minute(),
- timeLocal.Second(),
- timeLocal.Nanosecond(),
- Time.UTC,
- )
- return toValue_float64(date.Time().Sub(timeLocalAsUTC).Seconds() / 60)
-}
-
-func builtinDate_setMilliseconds(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 1, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- ecmaTime.millisecond = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCMilliseconds(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 1, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- ecmaTime.millisecond = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setSeconds(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 2, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 1 {
- ecmaTime.millisecond = value[1]
- }
- ecmaTime.second = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCSeconds(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 2, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 1 {
- ecmaTime.millisecond = value[1]
- }
- ecmaTime.second = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setMinutes(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 3, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 2 {
- ecmaTime.millisecond = value[2]
- ecmaTime.second = value[1]
- } else if len(value) > 1 {
- ecmaTime.second = value[1]
- }
- ecmaTime.minute = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCMinutes(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 3, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 2 {
- ecmaTime.millisecond = value[2]
- ecmaTime.second = value[1]
- } else if len(value) > 1 {
- ecmaTime.second = value[1]
- }
- ecmaTime.minute = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setHours(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 4, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 3 {
- ecmaTime.millisecond = value[3]
- ecmaTime.second = value[2]
- ecmaTime.minute = value[1]
- } else if len(value) > 2 {
- ecmaTime.second = value[2]
- ecmaTime.minute = value[1]
- } else if len(value) > 1 {
- ecmaTime.minute = value[1]
- }
- ecmaTime.hour = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCHours(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 4, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 3 {
- ecmaTime.millisecond = value[3]
- ecmaTime.second = value[2]
- ecmaTime.minute = value[1]
- } else if len(value) > 2 {
- ecmaTime.second = value[2]
- ecmaTime.minute = value[1]
- } else if len(value) > 1 {
- ecmaTime.minute = value[1]
- }
- ecmaTime.hour = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setDate(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 1, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- ecmaTime.day = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCDate(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 1, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- ecmaTime.day = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setMonth(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 2, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 1 {
- ecmaTime.day = value[1]
- }
- ecmaTime.month = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCMonth(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 2, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 1 {
- ecmaTime.day = value[1]
- }
- ecmaTime.month = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setYear(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 1, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- year := value[0]
- if 0 <= year && year <= 99 {
- year += 1900
- }
- ecmaTime.year = year
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setFullYear(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 3, true)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 2 {
- ecmaTime.day = value[2]
- ecmaTime.month = value[1]
- } else if len(value) > 1 {
- ecmaTime.month = value[1]
- }
- ecmaTime.year = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-func builtinDate_setUTCFullYear(call FunctionCall) Value {
- object, date, ecmaTime, value := _builtinDate_beforeSet(call, 3, false)
- if ecmaTime == nil {
- return NaNValue()
- }
-
- if len(value) > 2 {
- ecmaTime.day = value[2]
- ecmaTime.month = value[1]
- } else if len(value) > 1 {
- ecmaTime.month = value[1]
- }
- ecmaTime.year = value[0]
-
- date.SetTime(ecmaTime.goTime())
- object.value = *date
- return date.Value()
-}
-
-// toUTCString
-// toISOString
-// toJSONString
-// toJSON
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_error.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_error.go
deleted file mode 100644
index effd7f698..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_error.go
+++ /dev/null
@@ -1,85 +0,0 @@
-package otto
-
-func (runtime *_runtime) newEvalError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.EvalErrorPrototype
- return self
-}
-
-func builtinEvalError(call FunctionCall) Value {
- return toValue_object(call.runtime.newEvalError(call.Argument(0)))
-}
-
-func builtinNewEvalError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newEvalError(valueOfArrayIndex(argumentList, 0)))
-}
-
-func (runtime *_runtime) newTypeError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.TypeErrorPrototype
- return self
-}
-
-func builtinTypeError(call FunctionCall) Value {
- return toValue_object(call.runtime.newTypeError(call.Argument(0)))
-}
-
-func builtinNewTypeError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newTypeError(valueOfArrayIndex(argumentList, 0)))
-}
-
-func (runtime *_runtime) newRangeError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.RangeErrorPrototype
- return self
-}
-
-func builtinRangeError(call FunctionCall) Value {
- return toValue_object(call.runtime.newRangeError(call.Argument(0)))
-}
-
-func builtinNewRangeError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newRangeError(valueOfArrayIndex(argumentList, 0)))
-}
-
-func (runtime *_runtime) newURIError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.URIErrorPrototype
- return self
-}
-
-func (runtime *_runtime) newReferenceError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.ReferenceErrorPrototype
- return self
-}
-
-func builtinReferenceError(call FunctionCall) Value {
- return toValue_object(call.runtime.newReferenceError(call.Argument(0)))
-}
-
-func builtinNewReferenceError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newReferenceError(valueOfArrayIndex(argumentList, 0)))
-}
-
-func (runtime *_runtime) newSyntaxError(message Value) *_object {
- self := runtime.newErrorObject(message)
- self.prototype = runtime.Global.SyntaxErrorPrototype
- return self
-}
-
-func builtinSyntaxError(call FunctionCall) Value {
- return toValue_object(call.runtime.newSyntaxError(call.Argument(0)))
-}
-
-func builtinNewSyntaxError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newSyntaxError(valueOfArrayIndex(argumentList, 0)))
-}
-
-func builtinURIError(call FunctionCall) Value {
- return toValue_object(call.runtime.newURIError(call.Argument(0)))
-}
-
-func builtinNewURIError(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newURIError(valueOfArrayIndex(argumentList, 0)))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_function.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_function.go
deleted file mode 100644
index 80442104d..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_function.go
+++ /dev/null
@@ -1,117 +0,0 @@
-package otto
-
-import (
- "regexp"
- "strings"
- "unicode"
-
- "github.com/robertkrimen/otto/parser"
-)
-
-// Function
-
-func builtinFunction(call FunctionCall) Value {
- return toValue_object(builtinNewFunctionNative(call.runtime, call.ArgumentList))
-}
-
-func builtinNewFunction(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(builtinNewFunctionNative(self.runtime, argumentList))
-}
-
-func argumentList2parameterList(argumentList []Value) []string {
- parameterList := make([]string, 0, len(argumentList))
- for _, value := range argumentList {
- tmp := strings.FieldsFunc(toString(value), func(chr rune) bool {
- return chr == ',' || unicode.IsSpace(chr)
- })
- parameterList = append(parameterList, tmp...)
- }
- return parameterList
-}
-
-var matchIdentifier = regexp.MustCompile(`^[$_\p{L}][$_\p{L}\d}]*$`)
-
-func builtinNewFunctionNative(runtime *_runtime, argumentList []Value) *_object {
- var parameterList, body string
- count := len(argumentList)
- if count > 0 {
- tmp := make([]string, 0, count-1)
- for _, value := range argumentList[0 : count-1] {
- tmp = append(tmp, toString(value))
- }
- parameterList = strings.Join(tmp, ",")
- body = toString(argumentList[count-1])
- }
-
- function, err := parser.ParseFunction(parameterList, body)
- runtime.parseThrow(err) // Will panic/throw appropriately
- cmpl_function := parseExpression(function)
-
- return runtime.newNodeFunction(cmpl_function.(*_nodeFunctionLiteral), runtime.GlobalEnvironment)
-}
-
-func builtinFunction_toString(call FunctionCall) Value {
- object := call.thisClassObject("Function") // Should throw a TypeError unless Function
- return toValue_string(object.value.(_functionObject).source(object))
-}
-
-func builtinFunction_apply(call FunctionCall) Value {
- if !call.This.isCallable() {
- panic(newTypeError())
- }
- this := call.Argument(0)
- if this.IsUndefined() {
- // FIXME Not ECMA5
- this = toValue_object(call.runtime.GlobalObject)
- }
- argumentList := call.Argument(1)
- switch argumentList._valueType {
- case valueUndefined, valueNull:
- return call.thisObject().Call(this, []Value{})
- case valueObject:
- default:
- panic(newTypeError())
- }
-
- arrayObject := argumentList._object()
- thisObject := call.thisObject()
- length := int64(toUint32(arrayObject.get("length")))
- valueArray := make([]Value, length)
- for index := int64(0); index < length; index++ {
- valueArray[index] = arrayObject.get(arrayIndexToString(index))
- }
- return thisObject.Call(this, valueArray)
-}
-
-func builtinFunction_call(call FunctionCall) Value {
- if !call.This.isCallable() {
- panic(newTypeError())
- }
- thisObject := call.thisObject()
- this := call.Argument(0)
- if this.IsUndefined() {
- // FIXME Not ECMA5
- this = toValue_object(call.runtime.GlobalObject)
- }
- if len(call.ArgumentList) >= 1 {
- return thisObject.Call(this, call.ArgumentList[1:])
- }
- return thisObject.Call(this, []Value{})
-}
-
-func builtinFunction_bind(call FunctionCall) Value {
- target := call.This
- if !target.isCallable() {
- panic(newTypeError())
- }
- targetObject := target._object()
-
- this := call.Argument(0)
- argumentList := call.slice(1)
- if this.IsUndefined() {
- // FIXME Do this elsewhere?
- this = toValue_object(call.runtime.GlobalObject)
- }
-
- return toValue_object(call.runtime.newBoundFunction(targetObject, this, argumentList))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_json.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_json.go
deleted file mode 100644
index 2501c242e..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_json.go
+++ /dev/null
@@ -1,285 +0,0 @@
-package otto
-
-import (
- "bytes"
- "encoding/json"
- "math"
- "strings"
-)
-
-type _builtinJSON_parseContext struct {
- call FunctionCall
- reviver Value
-}
-
-func builtinJSON_parse(call FunctionCall) Value {
- ctx := _builtinJSON_parseContext{
- call: call,
- }
- revive := false
- if reviver := call.Argument(1); reviver.isCallable() {
- revive = true
- ctx.reviver = reviver
- }
-
- var root interface{}
- err := json.Unmarshal([]byte(toString(call.Argument(0))), &root)
- if err != nil {
- panic(newSyntaxError(err.Error()))
- }
- value, exists := builtinJSON_parseWalk(ctx, root)
- if !exists {
- value = UndefinedValue()
- }
- if revive {
- root := ctx.call.runtime.newObject()
- root.put("", value, false)
- return builtinJSON_reviveWalk(ctx, root, "")
- }
- return value
-}
-
-func builtinJSON_reviveWalk(ctx _builtinJSON_parseContext, holder *_object, name string) Value {
- value := holder.get(name)
- if object := value._object(); object != nil {
- if isArray(object) {
- length := int64(objectLength(object))
- for index := int64(0); index < length; index += 1 {
- name := arrayIndexToString(index)
- value := builtinJSON_reviveWalk(ctx, object, name)
- if value.IsUndefined() {
- object.delete(name, false)
- } else {
- object.defineProperty(name, value, 0111, false)
- }
- }
- } else {
- object.enumerate(false, func(name string) bool {
- value := builtinJSON_reviveWalk(ctx, object, name)
- if value.IsUndefined() {
- object.delete(name, false)
- } else {
- object.defineProperty(name, value, 0111, false)
- }
- return true
- })
- }
- }
- return ctx.reviver.call(toValue_object(holder), name, value)
-}
-
-func builtinJSON_parseWalk(ctx _builtinJSON_parseContext, rawValue interface{}) (Value, bool) {
- switch value := rawValue.(type) {
- case nil:
- return NullValue(), true
- case bool:
- return toValue_bool(value), true
- case string:
- return toValue_string(value), true
- case float64:
- return toValue_float64(value), true
- case []interface{}:
- arrayValue := make([]Value, len(value))
- for index, rawValue := range value {
- if value, exists := builtinJSON_parseWalk(ctx, rawValue); exists {
- arrayValue[index] = value
- }
- }
- return toValue_object(ctx.call.runtime.newArrayOf(arrayValue)), true
- case map[string]interface{}:
- object := ctx.call.runtime.newObject()
- for name, rawValue := range value {
- if value, exists := builtinJSON_parseWalk(ctx, rawValue); exists {
- object.put(name, value, false)
- }
- }
- return toValue_object(object), true
- }
- return Value{}, false
-}
-
-type _builtinJSON_stringifyContext struct {
- call FunctionCall
- stack []*_object
- propertyList []string
- replacerFunction *Value
- gap string
-}
-
-func builtinJSON_stringify(call FunctionCall) Value {
- ctx := _builtinJSON_stringifyContext{
- call: call,
- stack: []*_object{nil},
- }
- replacer := call.Argument(1)._object()
- if replacer != nil {
- if isArray(replacer) {
- length := objectLength(replacer)
- seen := map[string]bool{}
- propertyList := make([]string, length)
- length = 0
- for index, _ := range propertyList {
- value := replacer.get(arrayIndexToString(int64(index)))
- switch value._valueType {
- case valueObject:
- switch value.value.(*_object).class {
- case "String":
- case "Number":
- default:
- continue
- }
- case valueString:
- case valueNumber:
- default:
- continue
- }
- name := toString(value)
- if seen[name] {
- continue
- }
- seen[name] = true
- length += 1
- propertyList[index] = name
- }
- ctx.propertyList = propertyList[0:length]
- } else if replacer.class == "Function" {
- value := toValue_object(replacer)
- ctx.replacerFunction = &value
- }
- }
- if spaceValue, exists := call.getArgument(2); exists {
- if spaceValue._valueType == valueObject {
- switch spaceValue.value.(*_object).class {
- case "String":
- spaceValue = toValue_string(toString(spaceValue))
- case "Number":
- spaceValue = toNumber(spaceValue)
- }
- }
- switch spaceValue._valueType {
- case valueString:
- value := toString(spaceValue)
- if len(value) > 10 {
- ctx.gap = value[0:10]
- } else {
- ctx.gap = value
- }
- case valueNumber:
- value := toInteger(spaceValue).value
- if value > 10 {
- value = 10
- } else if value < 0 {
- value = 0
- }
- ctx.gap = strings.Repeat(" ", int(value))
- }
- }
- holder := call.runtime.newObject()
- holder.put("", call.Argument(0), false)
- value, exists := builtinJSON_stringifyWalk(ctx, "", holder)
- if !exists {
- return UndefinedValue()
- }
- valueJSON, err := json.Marshal(value)
- if err != nil {
- panic(newTypeError(err.Error()))
- }
- if ctx.gap != "" {
- valueJSON1 := bytes.Buffer{}
- json.Indent(&valueJSON1, valueJSON, "", ctx.gap)
- valueJSON = valueJSON1.Bytes()
- }
- return toValue_string(string(valueJSON))
-}
-
-func builtinJSON_stringifyWalk(ctx _builtinJSON_stringifyContext, key string, holder *_object) (interface{}, bool) {
- value := holder.get(key)
-
- if value.IsObject() {
- object := value._object()
- if toJSON := object.get("toJSON"); toJSON.IsFunction() {
- value = toJSON.call(value, key)
- } else {
- // If the object is a GoStruct or something that implements json.Marshaler
- if object.objectClass.marshalJSON != nil {
- marshaler := object.objectClass.marshalJSON(object)
- if marshaler != nil {
- return marshaler, true
- }
- }
- }
- }
-
- if ctx.replacerFunction != nil {
- value = (*ctx.replacerFunction).call(toValue_object(holder), key, value)
- }
-
- if value._valueType == valueObject {
- switch value.value.(*_object).class {
- case "Boolean":
- value = value._object().value.(Value)
- case "String":
- value = toValue_string(toString(value))
- case "Number":
- value = toNumber(value)
- }
- }
-
- switch value._valueType {
- case valueBoolean:
- return toBoolean(value), true
- case valueString:
- return toString(value), true
- case valueNumber:
- value := toFloat(value)
- if math.IsNaN(value) || math.IsInf(value, 0) {
- return nil, true
- }
- return value, true
- case valueNull:
- return nil, true
- case valueObject:
- holder := value._object()
- if value := value._object(); nil != value {
- for _, object := range ctx.stack {
- if holder == object {
- panic(newTypeError("Converting circular structure to JSON"))
- }
- }
- ctx.stack = append(ctx.stack, value)
- defer func() { ctx.stack = ctx.stack[:len(ctx.stack)-1] }()
- }
- if isArray(holder) {
- length := holder.get("length").value.(uint32)
- array := make([]interface{}, length)
- for index, _ := range array {
- name := arrayIndexToString(int64(index))
- value, _ := builtinJSON_stringifyWalk(ctx, name, holder)
- array[index] = value
- }
- return array, true
- } else if holder.class != "Function" {
- object := map[string]interface{}{}
- if ctx.propertyList != nil {
- for _, name := range ctx.propertyList {
- value, exists := builtinJSON_stringifyWalk(ctx, name, holder)
- if exists {
- object[name] = value
- }
- }
- } else {
- // Go maps are without order, so this doesn't conform to the ECMA ordering
- // standard, but oh well...
- holder.enumerate(false, func(name string) bool {
- value, exists := builtinJSON_stringifyWalk(ctx, name, holder)
- if exists {
- object[name] = value
- }
- return true
- })
- }
- return object, true
- }
- }
- return nil, false
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_math.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_math.go
deleted file mode 100644
index 37f7d8c85..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_math.go
+++ /dev/null
@@ -1,145 +0,0 @@
-package otto
-
-import (
- "math"
- "math/rand"
-)
-
-// Math
-
-func builtinMath_abs(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Abs(number))
-}
-
-func builtinMath_acos(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Acos(number))
-}
-
-func builtinMath_asin(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Asin(number))
-}
-
-func builtinMath_atan(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Atan(number))
-}
-
-func builtinMath_atan2(call FunctionCall) Value {
- y := toFloat(call.Argument(0))
- if math.IsNaN(y) {
- return NaNValue()
- }
- x := toFloat(call.Argument(1))
- if math.IsNaN(x) {
- return NaNValue()
- }
- return toValue_float64(math.Atan2(y, x))
-}
-
-func builtinMath_cos(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Cos(number))
-}
-
-func builtinMath_ceil(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Ceil(number))
-}
-
-func builtinMath_exp(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Exp(number))
-}
-
-func builtinMath_floor(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Floor(number))
-}
-
-func builtinMath_log(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Log(number))
-}
-
-func builtinMath_max(call FunctionCall) Value {
- switch len(call.ArgumentList) {
- case 0:
- return negativeInfinityValue()
- case 1:
- return toValue_float64(toFloat(call.ArgumentList[0]))
- }
- result := toFloat(call.ArgumentList[0])
- if math.IsNaN(result) {
- return NaNValue()
- }
- for _, value := range call.ArgumentList[1:] {
- value := toFloat(value)
- if math.IsNaN(value) {
- return NaNValue()
- }
- result = math.Max(result, value)
- }
- return toValue_float64(result)
-}
-
-func builtinMath_min(call FunctionCall) Value {
- switch len(call.ArgumentList) {
- case 0:
- return positiveInfinityValue()
- case 1:
- return toValue_float64(toFloat(call.ArgumentList[0]))
- }
- result := toFloat(call.ArgumentList[0])
- if math.IsNaN(result) {
- return NaNValue()
- }
- for _, value := range call.ArgumentList[1:] {
- value := toFloat(value)
- if math.IsNaN(value) {
- return NaNValue()
- }
- result = math.Min(result, value)
- }
- return toValue_float64(result)
-}
-
-func builtinMath_pow(call FunctionCall) Value {
- // TODO Make sure this works according to the specification (15.8.2.13)
- x := toFloat(call.Argument(0))
- y := toFloat(call.Argument(1))
- if math.Abs(x) == 1 && math.IsInf(y, 0) {
- return NaNValue()
- }
- return toValue_float64(math.Pow(x, y))
-}
-
-func builtinMath_random(call FunctionCall) Value {
- return toValue_float64(rand.Float64())
-}
-
-func builtinMath_round(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- value := math.Floor(number + 0.5)
- if value == 0 {
- value = math.Copysign(0, number)
- }
- return toValue_float64(value)
-}
-
-func builtinMath_sin(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Sin(number))
-}
-
-func builtinMath_sqrt(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Sqrt(number))
-}
-
-func builtinMath_tan(call FunctionCall) Value {
- number := toFloat(call.Argument(0))
- return toValue_float64(math.Tan(number))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_number.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_number.go
deleted file mode 100644
index 3905f5bb4..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_number.go
+++ /dev/null
@@ -1,93 +0,0 @@
-package otto
-
-import (
- "math"
- "strconv"
-)
-
-// Number
-
-func numberValueFromNumberArgumentList(argumentList []Value) Value {
- if len(argumentList) > 0 {
- return toNumber(argumentList[0])
- }
- return toValue_int(0)
-}
-
-func builtinNumber(call FunctionCall) Value {
- return numberValueFromNumberArgumentList(call.ArgumentList)
-}
-
-func builtinNewNumber(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newNumber(numberValueFromNumberArgumentList(argumentList)))
-}
-
-func builtinNumber_toString(call FunctionCall) Value {
- // Will throw a TypeError if ThisObject is not a Number
- value := call.thisClassObject("Number").primitiveValue()
- radix := 10
- radixArgument := call.Argument(0)
- if radixArgument.IsDefined() {
- integer := toIntegerFloat(radixArgument)
- if integer < 2 || integer > 36 {
- panic(newRangeError("RangeError: toString() radix must be between 2 and 36"))
- }
- radix = int(integer)
- }
- if radix == 10 {
- return toValue_string(toString(value))
- }
- return toValue_string(numberToStringRadix(value, radix))
-}
-
-func builtinNumber_valueOf(call FunctionCall) Value {
- return call.thisClassObject("Number").primitiveValue()
-}
-
-func builtinNumber_toFixed(call FunctionCall) Value {
- precision := toIntegerFloat(call.Argument(0))
- if 20 < precision || 0 > precision {
- panic(newRangeError("toFixed() precision must be between 0 and 20"))
- }
- if call.This.IsNaN() {
- return toValue_string("NaN")
- }
- value := toFloat(call.This)
- if math.Abs(value) >= 1e21 {
- return toValue_string(floatToString(value, 64))
- }
- return toValue_string(strconv.FormatFloat(toFloat(call.This), 'f', int(precision), 64))
-}
-
-func builtinNumber_toExponential(call FunctionCall) Value {
- if call.This.IsNaN() {
- return toValue_string("NaN")
- }
- precision := float64(-1)
- if value := call.Argument(0); value.IsDefined() {
- precision = toIntegerFloat(value)
- if 0 > precision {
- panic(newRangeError("RangeError: toExponential() precision must be greater than 0"))
- }
- }
- return toValue_string(strconv.FormatFloat(toFloat(call.This), 'e', int(precision), 64))
-}
-
-func builtinNumber_toPrecision(call FunctionCall) Value {
- if call.This.IsNaN() {
- return toValue_string("NaN")
- }
- value := call.Argument(0)
- if value.IsUndefined() {
- return toValue_string(toString(call.This))
- }
- precision := toIntegerFloat(value)
- if 1 > precision {
- panic(newRangeError("RangeError: toPrecision() precision must be greater than 1"))
- }
- return toValue_string(strconv.FormatFloat(toFloat(call.This), 'g', int(precision), 64))
-}
-
-func builtinNumber_toLocaleString(call FunctionCall) Value {
- return builtinNumber_toString(call)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_object.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_object.go
deleted file mode 100644
index 2c3648856..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_object.go
+++ /dev/null
@@ -1,289 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-// Object
-
-func builtinObject(call FunctionCall) Value {
- value := call.Argument(0)
- switch value._valueType {
- case valueUndefined, valueNull:
- return toValue_object(call.runtime.newObject())
- }
-
- return toValue_object(call.runtime.toObject(value))
-}
-
-func builtinNewObject(self *_object, _ Value, argumentList []Value) Value {
- value := valueOfArrayIndex(argumentList, 0)
- switch value._valueType {
- case valueNull, valueUndefined:
- case valueNumber, valueString, valueBoolean:
- return toValue_object(self.runtime.toObject(value))
- case valueObject:
- return value
- default:
- }
- return toValue_object(self.runtime.newObject())
-}
-
-func builtinObject_valueOf(call FunctionCall) Value {
- return toValue_object(call.thisObject())
-}
-
-func builtinObject_hasOwnProperty(call FunctionCall) Value {
- propertyName := toString(call.Argument(0))
- thisObject := call.thisObject()
- return toValue_bool(thisObject.hasOwnProperty(propertyName))
-}
-
-func builtinObject_isPrototypeOf(call FunctionCall) Value {
- value := call.Argument(0)
- if !value.IsObject() {
- return FalseValue()
- }
- prototype := call.toObject(value).prototype
- thisObject := call.thisObject()
- for prototype != nil {
- if thisObject == prototype {
- return TrueValue()
- }
- prototype = prototype.prototype
- }
- return FalseValue()
-}
-
-func builtinObject_propertyIsEnumerable(call FunctionCall) Value {
- propertyName := toString(call.Argument(0))
- thisObject := call.thisObject()
- property := thisObject.getOwnProperty(propertyName)
- if property != nil && property.enumerable() {
- return TrueValue()
- }
- return FalseValue()
-}
-
-func builtinObject_toString(call FunctionCall) Value {
- result := ""
- if call.This.IsUndefined() {
- result = "[object Undefined]"
- } else if call.This.IsNull() {
- result = "[object Null]"
- } else {
- result = fmt.Sprintf("[object %s]", call.thisObject().class)
- }
- return toValue_string(result)
-}
-
-func builtinObject_toLocaleString(call FunctionCall) Value {
- toString := call.thisObject().get("toString")
- if !toString.isCallable() {
- panic(newTypeError())
- }
- return toString.call(call.This)
-}
-
-func builtinObject_getPrototypeOf(call FunctionCall) Value {
- objectValue := call.Argument(0)
- object := objectValue._object()
- if object == nil {
- panic(newTypeError())
- }
-
- if object.prototype == nil {
- return NullValue()
- }
-
- return toValue_object(object.prototype)
-}
-
-func builtinObject_getOwnPropertyDescriptor(call FunctionCall) Value {
- objectValue := call.Argument(0)
- object := objectValue._object()
- if object == nil {
- panic(newTypeError())
- }
-
- name := toString(call.Argument(1))
- descriptor := object.getOwnProperty(name)
- if descriptor == nil {
- return UndefinedValue()
- }
- return toValue_object(call.runtime.fromPropertyDescriptor(*descriptor))
-}
-
-func builtinObject_defineProperty(call FunctionCall) Value {
- objectValue := call.Argument(0)
- object := objectValue._object()
- if object == nil {
- panic(newTypeError())
- }
- name := toString(call.Argument(1))
- descriptor := toPropertyDescriptor(call.Argument(2))
- object.defineOwnProperty(name, descriptor, true)
- return objectValue
-}
-
-func builtinObject_defineProperties(call FunctionCall) Value {
- objectValue := call.Argument(0)
- object := objectValue._object()
- if object == nil {
- panic(newTypeError())
- }
-
- properties := call.runtime.toObject(call.Argument(1))
- properties.enumerate(false, func(name string) bool {
- descriptor := toPropertyDescriptor(properties.get(name))
- object.defineOwnProperty(name, descriptor, true)
- return true
- })
-
- return objectValue
-}
-
-func builtinObject_create(call FunctionCall) Value {
- prototypeValue := call.Argument(0)
- if !prototypeValue.IsNull() && !prototypeValue.IsObject() {
- panic(newTypeError())
- }
-
- object := call.runtime.newObject()
- object.prototype = prototypeValue._object()
-
- propertiesValue := call.Argument(1)
- if propertiesValue.IsDefined() {
- properties := call.runtime.toObject(propertiesValue)
- properties.enumerate(false, func(name string) bool {
- descriptor := toPropertyDescriptor(properties.get(name))
- object.defineOwnProperty(name, descriptor, true)
- return true
- })
- }
-
- return toValue_object(object)
-}
-
-func builtinObject_isExtensible(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- return toValue_bool(object.extensible)
- }
- panic(newTypeError())
-}
-
-func builtinObject_preventExtensions(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- object.extensible = false
- } else {
- panic(newTypeError())
- }
- return object
-}
-
-func builtinObject_isSealed(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- if object.extensible {
- return toValue_bool(false)
- }
- result := true
- object.enumerate(true, func(name string) bool {
- property := object.getProperty(name)
- if property.configurable() {
- result = false
- }
- return true
- })
- return toValue_bool(result)
- }
- panic(newTypeError())
-}
-
-func builtinObject_seal(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- object.enumerate(true, func(name string) bool {
- if property := object.getOwnProperty(name); nil != property && property.configurable() {
- property.configureOff()
- object.defineOwnProperty(name, *property, true)
- }
- return true
- })
- object.extensible = false
- } else {
- panic(newTypeError())
- }
- return object
-}
-
-func builtinObject_isFrozen(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- if object.extensible {
- return toValue_bool(false)
- }
- result := true
- object.enumerate(true, func(name string) bool {
- property := object.getProperty(name)
- if property.configurable() || property.writable() {
- result = false
- }
- return true
- })
- return toValue_bool(result)
- }
- panic(newTypeError())
-}
-
-func builtinObject_freeze(call FunctionCall) Value {
- object := call.Argument(0)
- if object := object._object(); object != nil {
- object.enumerate(true, func(name string) bool {
- if property, update := object.getOwnProperty(name), false; nil != property {
- if property.isDataDescriptor() && property.writable() {
- property.writeOff()
- update = true
- }
- if property.configurable() {
- property.configureOff()
- update = true
- }
- if update {
- object.defineOwnProperty(name, *property, true)
- }
- }
- return true
- })
- object.extensible = false
- } else {
- panic(newTypeError())
- }
- return object
-}
-
-func builtinObject_keys(call FunctionCall) Value {
- if object, keys := call.Argument(0)._object(), []Value(nil); nil != object {
- object.enumerate(false, func(name string) bool {
- keys = append(keys, toValue_string(name))
- return true
- })
- return toValue_object(call.runtime.newArrayOf(keys))
- }
- panic(newTypeError())
-}
-
-func builtinObject_getOwnPropertyNames(call FunctionCall) Value {
- if object, propertyNames := call.Argument(0)._object(), []Value(nil); nil != object {
- object.enumerate(true, func(name string) bool {
- if object.hasOwnProperty(name) {
- propertyNames = append(propertyNames, toValue_string(name))
- }
- return true
- })
- return toValue_object(call.runtime.newArrayOf(propertyNames))
- }
- panic(newTypeError())
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_regexp.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_regexp.go
deleted file mode 100644
index 29d009dc2..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_regexp.go
+++ /dev/null
@@ -1,65 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-// RegExp
-
-func builtinRegExp(call FunctionCall) Value {
- pattern := call.Argument(0)
- flags := call.Argument(1)
- if object := pattern._object(); object != nil {
- if object.class == "RegExp" && flags.IsUndefined() {
- return pattern
- }
- }
- return toValue_object(call.runtime.newRegExp(pattern, flags))
-}
-
-func builtinNewRegExp(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newRegExp(
- valueOfArrayIndex(argumentList, 0),
- valueOfArrayIndex(argumentList, 1),
- ))
-}
-
-func builtinRegExp_toString(call FunctionCall) Value {
- thisObject := call.thisObject()
- source := toString(thisObject.get("source"))
- flags := []byte{}
- if toBoolean(thisObject.get("global")) {
- flags = append(flags, 'g')
- }
- if toBoolean(thisObject.get("ignoreCase")) {
- flags = append(flags, 'i')
- }
- if toBoolean(thisObject.get("multiline")) {
- flags = append(flags, 'm')
- }
- return toValue_string(fmt.Sprintf("/%s/%s", source, flags))
-}
-
-func builtinRegExp_exec(call FunctionCall) Value {
- thisObject := call.thisObject()
- target := toString(call.Argument(0))
- match, result := execRegExp(thisObject, target)
- if !match {
- return NullValue()
- }
- return toValue_object(execResultToArray(call.runtime, target, result))
-}
-
-func builtinRegExp_test(call FunctionCall) Value {
- thisObject := call.thisObject()
- target := toString(call.Argument(0))
- match, _ := execRegExp(thisObject, target)
- return toValue_bool(match)
-}
-
-func builtinRegExp_compile(call FunctionCall) Value {
- // This (useless) function is deprecated, but is here to provide some
- // semblance of compatibility.
- // Caveat emptor: it may not be around for long.
- return UndefinedValue()
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_string.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_string.go
deleted file mode 100644
index e2c6a620c..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_string.go
+++ /dev/null
@@ -1,504 +0,0 @@
-package otto
-
-import (
- "bytes"
- "regexp"
- "strconv"
- "strings"
- "unicode/utf8"
-)
-
-// String
-
-func stringValueFromStringArgumentList(argumentList []Value) Value {
- if len(argumentList) > 0 {
- return toValue_string(toString(argumentList[0]))
- }
- return toValue_string("")
-}
-
-func builtinString(call FunctionCall) Value {
- return stringValueFromStringArgumentList(call.ArgumentList)
-}
-
-func builtinNewString(self *_object, _ Value, argumentList []Value) Value {
- return toValue_object(self.runtime.newString(stringValueFromStringArgumentList(argumentList)))
-}
-
-func builtinString_toString(call FunctionCall) Value {
- return call.thisClassObject("String").primitiveValue()
-}
-func builtinString_valueOf(call FunctionCall) Value {
- return call.thisClassObject("String").primitiveValue()
-}
-
-func builtinString_fromCharCode(call FunctionCall) Value {
- chrList := make([]uint16, len(call.ArgumentList))
- for index, value := range call.ArgumentList {
- chrList[index] = toUint16(value)
- }
- return toValue_string16(chrList)
-}
-
-func builtinString_charAt(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- idx := int(toInteger(call.Argument(0)).value)
- chr := stringAt(call.This._object().stringValue(), idx)
- if chr == utf8.RuneError {
- return toValue_string("")
- }
- return toValue_string(string(chr))
-}
-
-func builtinString_charCodeAt(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- idx := int(toInteger(call.Argument(0)).value)
- chr := stringAt(call.This._object().stringValue(), idx)
- if chr == utf8.RuneError {
- return NaNValue()
- }
- return toValue_uint16(uint16(chr))
-}
-
-func builtinString_concat(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- var value bytes.Buffer
- value.WriteString(toString(call.This))
- for _, item := range call.ArgumentList {
- value.WriteString(toString(item))
- }
- return toValue_string(value.String())
-}
-
-func builtinString_indexOf(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- value := toString(call.This)
- target := toString(call.Argument(0))
- if 2 > len(call.ArgumentList) {
- return toValue_int(strings.Index(value, target))
- }
- start := toIntegerFloat(call.Argument(1))
- if 0 > start {
- start = 0
- } else if start >= float64(len(value)) {
- if target == "" {
- return toValue_int(len(value))
- }
- return toValue_int(-1)
- }
- index := strings.Index(value[int(start):], target)
- if index >= 0 {
- index += int(start)
- }
- return toValue_int(index)
-}
-
-func builtinString_lastIndexOf(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- value := toString(call.This)
- target := toString(call.Argument(0))
- if 2 > len(call.ArgumentList) || call.ArgumentList[1].IsUndefined() {
- return toValue_int(strings.LastIndex(value, target))
- }
- length := len(value)
- if length == 0 {
- return toValue_int(strings.LastIndex(value, target))
- }
- start := toInteger(call.ArgumentList[1])
- if !start.valid() {
- // startNumber is infinity, so start is the end of string (start = length)
- return toValue_int(strings.LastIndex(value, target))
- }
- if 0 > start.value {
- start.value = 0
- }
- end := int(start.value) + len(target)
- if end > length {
- end = length
- }
- return toValue_int(strings.LastIndex(value[:end], target))
-}
-
-func builtinString_match(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := toString(call.This)
- matcherValue := call.Argument(0)
- matcher := matcherValue._object()
- if !matcherValue.IsObject() || matcher.class != "RegExp" {
- matcher = call.runtime.newRegExp(matcherValue, UndefinedValue())
- }
- global := toBoolean(matcher.get("global"))
- if !global {
- match, result := execRegExp(matcher, target)
- if !match {
- return NullValue()
- }
- return toValue_object(execResultToArray(call.runtime, target, result))
- }
-
- {
- result := matcher.regExpValue().regularExpression.FindAllStringIndex(target, -1)
- matchCount := len(result)
- if result == nil {
- matcher.put("lastIndex", toValue_int(0), true)
- return UndefinedValue() // !match
- }
- matchCount = len(result)
- valueArray := make([]Value, matchCount)
- for index := 0; index < matchCount; index++ {
- valueArray[index] = toValue_string(target[result[index][0]:result[index][1]])
- }
- matcher.put("lastIndex", toValue_int(result[matchCount-1][1]), true)
- return toValue_object(call.runtime.newArrayOf(valueArray))
- }
-}
-
-var builtinString_replace_Regexp = regexp.MustCompile("\\$(?:[\\$\\&\\'\\`1-9]|0[1-9]|[1-9][0-9])")
-
-func builtinString_findAndReplaceString(input []byte, lastIndex int, match []int, target []byte, replaceValue []byte) (output []byte) {
- matchCount := len(match) / 2
- output = input
- if match[0] != lastIndex {
- output = append(output, target[lastIndex:match[0]]...)
- }
- replacement := builtinString_replace_Regexp.ReplaceAllFunc(replaceValue, func(part []byte) []byte {
- // TODO Check if match[0] or match[1] can be -1 in this scenario
- switch part[1] {
- case '$':
- return []byte{'$'}
- case '&':
- return target[match[0]:match[1]]
- case '`':
- return target[:match[0]]
- case '\'':
- return target[match[1]:len(target)]
- }
- matchNumberParse, error := strconv.ParseInt(string(part[1:]), 10, 64)
- matchNumber := int(matchNumberParse)
- if error != nil || matchNumber >= matchCount {
- return []byte{}
- }
- offset := 2 * matchNumber
- if match[offset] != -1 {
- return target[match[offset]:match[offset+1]]
- }
- return []byte{} // The empty string
- })
- output = append(output, replacement...)
- return output
-}
-
-func builtinString_replace(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := []byte(toString(call.This))
- searchValue := call.Argument(0)
- searchObject := searchValue._object()
-
- // TODO If a capture is -1?
- var search *regexp.Regexp
- global := false
- find := 1
- if searchValue.IsObject() && searchObject.class == "RegExp" {
- regExp := searchObject.regExpValue()
- search = regExp.regularExpression
- if regExp.global {
- find = -1
- }
- } else {
- search = regexp.MustCompile(regexp.QuoteMeta(toString(searchValue)))
- }
-
- found := search.FindAllSubmatchIndex(target, find)
- if found == nil {
- return toValue_string(string(target)) // !match
- }
-
- {
- lastIndex := 0
- result := []byte{}
-
- replaceValue := call.Argument(1)
- if replaceValue.isCallable() {
- target := string(target)
- replace := replaceValue._object()
- for _, match := range found {
- if match[0] != lastIndex {
- result = append(result, target[lastIndex:match[0]]...)
- }
- matchCount := len(match) / 2
- argumentList := make([]Value, matchCount+2)
- for index := 0; index < matchCount; index++ {
- offset := 2 * index
- if match[offset] != -1 {
- argumentList[index] = toValue_string(target[match[offset]:match[offset+1]])
- } else {
- argumentList[index] = UndefinedValue()
- }
- }
- argumentList[matchCount+0] = toValue_int(match[0])
- argumentList[matchCount+1] = toValue_string(target)
- replacement := toString(replace.Call(UndefinedValue(), argumentList))
- result = append(result, []byte(replacement)...)
- lastIndex = match[1]
- }
-
- } else {
- replace := []byte(toString(replaceValue))
- for _, match := range found {
- result = builtinString_findAndReplaceString(result, lastIndex, match, target, replace)
- lastIndex = match[1]
- }
- }
-
- if lastIndex != len(target) {
- result = append(result, target[lastIndex:]...)
- }
-
- if global && searchObject != nil {
- searchObject.put("lastIndex", toValue_int(lastIndex), true)
- }
-
- return toValue_string(string(result))
- }
-
- return UndefinedValue()
-}
-
-func builtinString_search(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := toString(call.This)
- searchValue := call.Argument(0)
- search := searchValue._object()
- if !searchValue.IsObject() || search.class != "RegExp" {
- search = call.runtime.newRegExp(searchValue, UndefinedValue())
- }
- result := search.regExpValue().regularExpression.FindStringIndex(target)
- if result == nil {
- return toValue_int(-1)
- }
- return toValue_int(result[0])
-}
-
-func stringSplitMatch(target string, targetLength int64, index uint, search string, searchLength int64) (bool, uint) {
- if int64(index)+searchLength > searchLength {
- return false, 0
- }
- found := strings.Index(target[index:], search)
- if 0 > found {
- return false, 0
- }
- return true, uint(found)
-}
-
-func builtinString_split(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := toString(call.This)
-
- separatorValue := call.Argument(0)
- limitValue := call.Argument(1)
- limit := -1
- if limitValue.IsDefined() {
- limit = int(toUint32(limitValue))
- }
-
- if limit == 0 {
- return toValue_object(call.runtime.newArray(0))
- }
-
- if separatorValue.IsUndefined() {
- return toValue_object(call.runtime.newArrayOf([]Value{toValue_string(target)}))
- }
-
- if separatorValue.isRegExp() {
- targetLength := len(target)
- search := separatorValue._object().regExpValue().regularExpression
- valueArray := []Value{}
- result := search.FindAllStringSubmatchIndex(target, -1)
- lastIndex := 0
- found := 0
-
- for _, match := range result {
- if match[0] == match[1] {
- // FIXME Ugh, this is a hack
- if match[0] == 0 || match[0] == targetLength {
- continue
- }
- }
-
- if lastIndex != match[0] {
- valueArray = append(valueArray, toValue_string(target[lastIndex:match[0]]))
- found++
- } else if lastIndex == match[0] {
- if lastIndex != -1 {
- valueArray = append(valueArray, toValue_string(""))
- found++
- }
- }
-
- lastIndex = match[1]
- if found == limit {
- goto RETURN
- }
-
- captureCount := len(match) / 2
- for index := 1; index < captureCount; index++ {
- offset := index * 2
- value := UndefinedValue()
- if match[offset] != -1 {
- value = toValue_string(target[match[offset]:match[offset+1]])
- }
- valueArray = append(valueArray, value)
- found++
- if found == limit {
- goto RETURN
- }
- }
- }
-
- if found != limit {
- if lastIndex != targetLength {
- valueArray = append(valueArray, toValue_string(target[lastIndex:targetLength]))
- } else {
- valueArray = append(valueArray, toValue_string(""))
- }
- }
-
- RETURN:
- return toValue_object(call.runtime.newArrayOf(valueArray))
-
- } else {
- separator := toString(separatorValue)
-
- splitLimit := limit
- excess := false
- if limit > 0 {
- splitLimit = limit + 1
- excess = true
- }
-
- split := strings.SplitN(target, separator, splitLimit)
-
- if excess && len(split) > limit {
- split = split[:limit]
- }
-
- valueArray := make([]Value, len(split))
- for index, value := range split {
- valueArray[index] = toValue_string(value)
- }
-
- return toValue_object(call.runtime.newArrayOf(valueArray))
- }
-
- return UndefinedValue()
-}
-
-func builtinString_slice(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := toString(call.This)
-
- length := int64(len(target))
- start, end := rangeStartEnd(call.ArgumentList, length, false)
- if end-start <= 0 {
- return toValue_string("")
- }
- return toValue_string(target[start:end])
-}
-
-func builtinString_substring(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- target := toString(call.This)
-
- length := int64(len(target))
- start, end := rangeStartEnd(call.ArgumentList, length, true)
- if start > end {
- start, end = end, start
- }
- return toValue_string(target[start:end])
-}
-
-func builtinString_substr(call FunctionCall) Value {
- target := toString(call.This)
-
- size := int64(len(target))
- start, length := rangeStartLength(call.ArgumentList, size)
-
- if start >= size {
- return toValue_string("")
- }
-
- if length <= 0 {
- return toValue_string("")
- }
-
- if start+length >= size {
- // Cap length to be to the end of the string
- // start = 3, length = 5, size = 4 [0, 1, 2, 3]
- // 4 - 3 = 1
- // target[3:4]
- length = size - start
- }
-
- return toValue_string(target[start : start+length])
-}
-
-func builtinString_toLowerCase(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue_string(strings.ToLower(toString(call.This)))
-}
-
-func builtinString_toUpperCase(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue_string(strings.ToUpper(toString(call.This)))
-}
-
-// 7.2 Table 2 — Whitespace Characters & 7.3 Table 3 - Line Terminator Characters
-const builtinString_trim_whitespace = "\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u2028\u2029\u202F\u205F\u3000\uFEFF"
-
-func builtinString_trim(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue(strings.Trim(toString(call.This),
- builtinString_trim_whitespace))
-}
-
-// Mozilla extension, not ECMAScript 5
-func builtinString_trimLeft(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue(strings.TrimLeft(toString(call.This),
- builtinString_trim_whitespace))
-}
-
-// Mozilla extension, not ECMAScript 5
-func builtinString_trimRight(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue(strings.TrimRight(toString(call.This),
- builtinString_trim_whitespace))
-}
-
-func builtinString_localeCompare(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- this := toString(call.This)
- that := toString(call.Argument(0))
- if this < that {
- return toValue_int(-1)
- } else if this == that {
- return toValue_int(0)
- }
- return toValue_int(1)
-}
-
-/*
-An alternate version of String.trim
-func builtinString_trim(call FunctionCall) Value {
- checkObjectCoercible(call.This)
- return toValue_string(strings.TrimFunc(toString(call.This), isWhiteSpaceOrLineTerminator))
-}
-*/
-
-func builtinString_toLocaleLowerCase(call FunctionCall) Value {
- return builtinString_toLowerCase(call)
-}
-
-func builtinString_toLocaleUpperCase(call FunctionCall) Value {
- return builtinString_toUpperCase(call)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/builtin_test.go
deleted file mode 100644
index f5be00ab6..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/builtin_test.go
+++ /dev/null
@@ -1,136 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestString_substr(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [
- "abc".substr(0,1), // "a"
- "abc".substr(0,2), // "ab"
- "abc".substr(0,3), // "abc"
- "abc".substr(0,4), // "abc"
- "abc".substr(0,9), // "abc"
- ];
- `, "a,ab,abc,abc,abc")
-
- test(`
- [
- "abc".substr(1,1), // "b"
- "abc".substr(1,2), // "bc"
- "abc".substr(1,3), // "bc"
- "abc".substr(1,4), // "bc"
- "abc".substr(1,9), // "bc"
- ];
- `, "b,bc,bc,bc,bc")
-
- test(`
- [
- "abc".substr(2,1), // "c"
- "abc".substr(2,2), // "c"
- "abc".substr(2,3), // "c"
- "abc".substr(2,4), // "c"
- "abc".substr(2,9), // "c"
- ];
- `, "c,c,c,c,c")
-
- test(`
- [
- "abc".substr(3,1), // ""
- "abc".substr(3,2), // ""
- "abc".substr(3,3), // ""
- "abc".substr(3,4), // ""
- "abc".substr(3,9), // ""
- ];
- `, ",,,,")
-
- test(`
- [
- "abc".substr(0), // "abc"
- "abc".substr(1), // "bc"
- "abc".substr(2), // "c"
- "abc".substr(3), // ""
- "abc".substr(9), // ""
- ];
- `, "abc,bc,c,,")
-
- test(`
- [
- "abc".substr(-9), // "abc"
- "abc".substr(-3), // "abc"
- "abc".substr(-2), // "bc"
- "abc".substr(-1), // "c"
- ];
- `, "abc,abc,bc,c")
-
- test(`
- [
- "abc".substr(-9, 1), // "a"
- "abc".substr(-3, 1), // "a"
- "abc".substr(-2, 1), // "b"
- "abc".substr(-1, 1), // "c"
- "abc".substr(-1, 2), // "c"
- ];
- `, "a,a,b,c,c")
-
- test(`"abcd".substr(3, 5)`, "d")
- })
-}
-
-func Test_builtin_escape(t *testing.T) {
- tt(t, func() {
- is(builtin_escape("abc"), "abc")
-
- is(builtin_escape("="), "%3D")
-
- is(builtin_escape("abc=%+32"), "abc%3D%25+32")
-
- is(builtin_escape("世界"), "%u4E16%u754C")
- })
-}
-
-func Test_builtin_unescape(t *testing.T) {
- tt(t, func() {
- is(builtin_unescape("abc"), "abc")
-
- is(builtin_unescape("=%3D"), "==")
-
- is(builtin_unescape("abc%3D%25+32"), "abc=%+32")
-
- is(builtin_unescape("%u4E16%u754C"), "世界")
- })
-}
-
-func TestGlobal_escape(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [
- escape("abc"), // "abc"
- escape("="), // "%3D"
- escape("abc=%+32"), // "abc%3D%25+32"
- escape("\u4e16\u754c"), // "%u4E16%u754C"
- ];
- `, "abc,%3D,abc%3D%25+32,%u4E16%u754C")
- })
-}
-
-func TestGlobal_unescape(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [
- unescape("abc"), // "abc"
- unescape("=%3D"), // "=="
- unescape("abc%3D%25+32"), // "abc=%+32"
- unescape("%u4E16%u754C"), // "世界"
- ];
- `, "abc,==,abc=%+32,世界")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/clone.go b/Godeps/_workspace/src/github.com/obscuren/otto/clone.go
deleted file mode 100644
index fbdde81c2..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/clone.go
+++ /dev/null
@@ -1,144 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-type _clone struct {
- runtime *_runtime
- stash struct {
- object map[*_object]*_object
- objectEnvironment map[*_objectEnvironment]*_objectEnvironment
- declarativeEnvironment map[*_declarativeEnvironment]*_declarativeEnvironment
- }
-}
-
-func (runtime *_runtime) clone() *_runtime {
-
- self := &_runtime{}
- clone := &_clone{
- runtime: self,
- }
- clone.stash.object = make(map[*_object]*_object)
- clone.stash.objectEnvironment = make(map[*_objectEnvironment]*_objectEnvironment)
- clone.stash.declarativeEnvironment = make(map[*_declarativeEnvironment]*_declarativeEnvironment)
-
- globalObject := clone.object(runtime.GlobalObject)
- self.GlobalEnvironment = self.newObjectEnvironment(globalObject, nil)
- self.GlobalObject = globalObject
- self.Global = _global{
- clone.object(runtime.Global.Object),
- clone.object(runtime.Global.Function),
- clone.object(runtime.Global.Array),
- clone.object(runtime.Global.String),
- clone.object(runtime.Global.Boolean),
- clone.object(runtime.Global.Number),
- clone.object(runtime.Global.Math),
- clone.object(runtime.Global.Date),
- clone.object(runtime.Global.RegExp),
- clone.object(runtime.Global.Error),
- clone.object(runtime.Global.EvalError),
- clone.object(runtime.Global.TypeError),
- clone.object(runtime.Global.RangeError),
- clone.object(runtime.Global.ReferenceError),
- clone.object(runtime.Global.SyntaxError),
- clone.object(runtime.Global.URIError),
- clone.object(runtime.Global.JSON),
-
- clone.object(runtime.Global.ObjectPrototype),
- clone.object(runtime.Global.FunctionPrototype),
- clone.object(runtime.Global.ArrayPrototype),
- clone.object(runtime.Global.StringPrototype),
- clone.object(runtime.Global.BooleanPrototype),
- clone.object(runtime.Global.NumberPrototype),
- clone.object(runtime.Global.DatePrototype),
- clone.object(runtime.Global.RegExpPrototype),
- clone.object(runtime.Global.ErrorPrototype),
- clone.object(runtime.Global.EvalErrorPrototype),
- clone.object(runtime.Global.TypeErrorPrototype),
- clone.object(runtime.Global.RangeErrorPrototype),
- clone.object(runtime.Global.ReferenceErrorPrototype),
- clone.object(runtime.Global.SyntaxErrorPrototype),
- clone.object(runtime.Global.URIErrorPrototype),
- }
-
- self.EnterGlobalExecutionContext()
-
- self.eval = self.GlobalObject.property["eval"].value.(Value).value.(*_object)
- self.GlobalObject.prototype = self.Global.ObjectPrototype
-
- return self
-}
-func (clone *_clone) object(self0 *_object) *_object {
- if self1, exists := clone.stash.object[self0]; exists {
- return self1
- }
- self1 := &_object{}
- clone.stash.object[self0] = self1
- return self0.objectClass.clone(self0, self1, clone)
-}
-
-func (clone *_clone) declarativeEnvironment(self0 *_declarativeEnvironment) (*_declarativeEnvironment, bool) {
- if self1, exists := clone.stash.declarativeEnvironment[self0]; exists {
- return self1, true
- }
- self1 := &_declarativeEnvironment{}
- clone.stash.declarativeEnvironment[self0] = self1
- return self1, false
-}
-
-func (clone *_clone) objectEnvironment(self0 *_objectEnvironment) (*_objectEnvironment, bool) {
- if self1, exists := clone.stash.objectEnvironment[self0]; exists {
- return self1, true
- }
- self1 := &_objectEnvironment{}
- clone.stash.objectEnvironment[self0] = self1
- return self1, false
-}
-
-func (clone *_clone) value(self0 Value) Value {
- self1 := self0
- switch value := self0.value.(type) {
- case *_object:
- self1.value = clone.object(value)
- }
- return self1
-}
-
-func (clone *_clone) valueArray(self0 []Value) []Value {
- self1 := make([]Value, len(self0))
- for index, value := range self0 {
- self1[index] = clone.value(value)
- }
- return self1
-}
-
-func (clone *_clone) environment(self0 _environment) _environment {
- if self0 == nil {
- return nil
- }
- return self0.clone(clone)
-}
-
-func (clone *_clone) property(self0 _property) _property {
- self1 := self0
- if value, valid := self0.value.(Value); valid {
- self1.value = clone.value(value)
- } else {
- panic(fmt.Errorf("self0.value.(Value) != true"))
- }
- return self1
-}
-
-func (clone *_clone) declarativeProperty(self0 _declarativeProperty) _declarativeProperty {
- self1 := self0
- self1.value = clone.value(self0.value)
- return self1
-}
-
-func (clone *_clone) callFunction(self0 _callFunction) _callFunction {
- if self0 == nil {
- return nil
- }
- return self0.clone(clone)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate.go
deleted file mode 100644
index a5b30f6c0..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate.go
+++ /dev/null
@@ -1,87 +0,0 @@
-package otto
-
-import (
- "strconv"
-)
-
-func (self *_runtime) cmpl_evaluate_nodeProgram(node *_nodeProgram) Value {
- self.cmpl_functionDeclaration(node.functionList)
- self.cmpl_variableDeclaration(node.varList)
- return self.cmpl_evaluate_nodeStatementList(node.body)
-}
-
-func (self *_runtime) cmpl_call_nodeFunction(function *_object, environment *_functionEnvironment, node *_nodeFunctionLiteral, this Value, argumentList []Value) Value {
-
- indexOfParameterName := make([]string, len(argumentList))
- // function(abc, def, ghi)
- // indexOfParameterName[0] = "abc"
- // indexOfParameterName[1] = "def"
- // indexOfParameterName[2] = "ghi"
- // ...
-
- argumentsFound := false
- for index, name := range node.parameterList {
- if name == "arguments" {
- argumentsFound = true
- }
- value := UndefinedValue()
- if index < len(argumentList) {
- value = argumentList[index]
- indexOfParameterName[index] = name
- }
- self.localSet(name, value)
- }
-
- if !argumentsFound {
- arguments := self.newArgumentsObject(indexOfParameterName, environment, len(argumentList))
- arguments.defineProperty("callee", toValue_object(function), 0101, false)
- environment.arguments = arguments
- self.localSet("arguments", toValue_object(arguments))
- for index, _ := range argumentList {
- if index < len(node.parameterList) {
- continue
- }
- indexAsString := strconv.FormatInt(int64(index), 10)
- arguments.defineProperty(indexAsString, argumentList[index], 0111, false)
- }
- }
-
- self.cmpl_functionDeclaration(node.functionList)
- self.cmpl_variableDeclaration(node.varList)
-
- result := self.cmpl_evaluate_nodeStatement(node.body)
- if result.isResult() {
- return result
- }
-
- return UndefinedValue()
-}
-
-func (self *_runtime) cmpl_functionDeclaration(list []*_nodeFunctionLiteral) {
- executionContext := self._executionContext(0)
- eval := executionContext.eval
- environment := executionContext.VariableEnvironment
-
- for _, function := range list {
- name := function.name
- value := self.cmpl_evaluate_nodeExpression(function)
- if !environment.HasBinding(name) {
- environment.CreateMutableBinding(name, eval == true)
- }
- // TODO 10.5.5.e
- environment.SetMutableBinding(name, value, false) // TODO strict
- }
-}
-
-func (self *_runtime) cmpl_variableDeclaration(list []string) {
- executionContext := self._executionContext(0)
- eval := executionContext.eval
- environment := executionContext.VariableEnvironment
-
- for _, name := range list {
- if !environment.HasBinding(name) {
- environment.CreateMutableBinding(name, eval == true)
- environment.SetMutableBinding(name, UndefinedValue(), false) // TODO strict
- }
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_expression.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_expression.go
deleted file mode 100644
index 657667b36..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_expression.go
+++ /dev/null
@@ -1,391 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "runtime"
-
- "github.com/robertkrimen/otto/token"
-)
-
-func (self *_runtime) cmpl_evaluate_nodeExpression(node _nodeExpression) Value {
- // Allow interpreter interruption
- // If the Interrupt channel is nil, then
- // we avoid runtime.Gosched() overhead (if any)
- // FIXME: Test this
- if self.Otto.Interrupt != nil {
- runtime.Gosched()
- select {
- case value := <-self.Otto.Interrupt:
- value()
- default:
- }
- }
-
- switch node := node.(type) {
-
- case *_nodeArrayLiteral:
- return self.cmpl_evaluate_nodeArrayLiteral(node)
-
- case *_nodeAssignExpression:
- return self.cmpl_evaluate_nodeAssignExpression(node)
-
- case *_nodeBinaryExpression:
- if node.comparison {
- return self.cmpl_evaluate_nodeBinaryExpression_comparison(node)
- } else {
- return self.cmpl_evaluate_nodeBinaryExpression(node)
- }
-
- case *_nodeBracketExpression:
- return self.cmpl_evaluate_nodeBracketExpression(node)
-
- case *_nodeCallExpression:
- return self.cmpl_evaluate_nodeCallExpression(node, nil)
-
- case *_nodeConditionalExpression:
- return self.cmpl_evaluate_nodeConditionalExpression(node)
-
- case *_nodeDotExpression:
- return self.cmpl_evaluate_nodeDotExpression(node)
-
- case *_nodeFunctionLiteral:
- var local = self.LexicalEnvironment()
- if node.name != "" {
- local = self.newDeclarativeEnvironment(local)
- }
-
- value := toValue_object(self.newNodeFunction(node, local))
- if node.name != "" {
- local.CreateMutableBinding(node.name, false)
- local.SetMutableBinding(node.name, value, false)
- }
- return value
-
- case *_nodeIdentifier:
- name := node.name
- // TODO Should be true or false (strictness) depending on context
- // getIdentifierReference should not return nil, but we check anyway and panic
- // so as not to propagate the nil into something else
- reference := getIdentifierReference(self.LexicalEnvironment(), name, false)
- if reference == nil {
- // Should never get here!
- panic(hereBeDragons("referenceError == nil: " + name))
- }
- return toValue(reference)
-
- case *_nodeLiteral:
- return node.value
-
- case *_nodeNewExpression:
- return self.cmpl_evaluate_nodeNewExpression(node)
-
- case *_nodeObjectLiteral:
- return self.cmpl_evaluate_nodeObjectLiteral(node)
-
- case *_nodeRegExpLiteral:
- return toValue_object(self._newRegExp(node.pattern, node.flags))
-
- case *_nodeSequenceExpression:
- return self.cmpl_evaluate_nodeSequenceExpression(node)
-
- case *_nodeThisExpression:
- return toValue_object(self._executionContext(0).this)
-
- case *_nodeUnaryExpression:
- return self.cmpl_evaluate_nodeUnaryExpression(node)
-
- case *_nodeVariableExpression:
- return self.cmpl_evaluate_nodeVariableExpression(node)
- }
-
- panic(fmt.Errorf("Here be dragons: evaluate_nodeExpression(%T)", node))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeArrayLiteral(node *_nodeArrayLiteral) Value {
-
- valueArray := []Value{}
-
- for _, node := range node.value {
- if node == nil {
- valueArray = append(valueArray, Value{})
- } else {
- valueArray = append(valueArray, self.GetValue(self.cmpl_evaluate_nodeExpression(node)))
- }
- }
-
- result := self.newArrayOf(valueArray)
-
- return toValue_object(result)
-}
-
-func (self *_runtime) cmpl_evaluate_nodeAssignExpression(node *_nodeAssignExpression) Value {
-
- left := self.cmpl_evaluate_nodeExpression(node.left)
- right := self.cmpl_evaluate_nodeExpression(node.right)
- rightValue := self.GetValue(right)
-
- result := rightValue
- if node.operator != token.ASSIGN {
- result = self.calculateBinaryExpression(node.operator, left, rightValue)
- }
-
- self.PutValue(left.reference(), result)
-
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeBinaryExpression(node *_nodeBinaryExpression) Value {
-
- left := self.cmpl_evaluate_nodeExpression(node.left)
- leftValue := self.GetValue(left)
-
- switch node.operator {
- // Logical
- case token.LOGICAL_AND:
- if !toBoolean(leftValue) {
- return leftValue
- }
- right := self.cmpl_evaluate_nodeExpression(node.right)
- return self.GetValue(right)
- case token.LOGICAL_OR:
- if toBoolean(leftValue) {
- return leftValue
- }
- right := self.cmpl_evaluate_nodeExpression(node.right)
- return self.GetValue(right)
- }
-
- return self.calculateBinaryExpression(node.operator, leftValue, self.cmpl_evaluate_nodeExpression(node.right))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeBinaryExpression_comparison(node *_nodeBinaryExpression) Value {
-
- left := self.GetValue(self.cmpl_evaluate_nodeExpression(node.left))
- right := self.GetValue(self.cmpl_evaluate_nodeExpression(node.right))
-
- return toValue_bool(self.calculateComparison(node.operator, left, right))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeBracketExpression(node *_nodeBracketExpression) Value {
- target := self.cmpl_evaluate_nodeExpression(node.left)
- targetValue := self.GetValue(target)
- member := self.cmpl_evaluate_nodeExpression(node.member)
- memberValue := self.GetValue(member)
-
- // TODO Pass in base value as-is, and defer toObject till later?
- return toValue(newPropertyReference(self.toObject(targetValue), toString(memberValue), false))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeCallExpression(node *_nodeCallExpression, withArgumentList []interface{}) Value {
- callee := self.cmpl_evaluate_nodeExpression(node.callee)
- calleeValue := self.GetValue(callee)
- argumentList := []Value{}
- if withArgumentList != nil {
- argumentList = self.toValueArray(withArgumentList...)
- } else {
- for _, argumentNode := range node.argumentList {
- argumentList = append(argumentList, self.GetValue(self.cmpl_evaluate_nodeExpression(argumentNode)))
- }
- }
- this := UndefinedValue()
- calleeReference := callee.reference()
- evalHint := false
- if calleeReference != nil {
- if calleeReference.IsPropertyReference() {
- calleeObject := calleeReference.GetBase().(*_object)
- this = toValue_object(calleeObject)
- } else {
- // TODO ImplictThisValue
- }
- if calleeReference.GetName() == "eval" {
- evalHint = true // Possible direct eval
- }
- }
- if !calleeValue.IsFunction() {
- panic(newTypeError("%v is not a function", calleeValue))
- }
- return self.Call(calleeValue._object(), this, argumentList, evalHint)
-}
-
-func (self *_runtime) cmpl_evaluate_nodeConditionalExpression(node *_nodeConditionalExpression) Value {
- test := self.cmpl_evaluate_nodeExpression(node.test)
- testValue := self.GetValue(test)
- if toBoolean(testValue) {
- return self.cmpl_evaluate_nodeExpression(node.consequent)
- }
- return self.cmpl_evaluate_nodeExpression(node.alternate)
-}
-
-func (self *_runtime) cmpl_evaluate_nodeDotExpression(node *_nodeDotExpression) Value {
- target := self.cmpl_evaluate_nodeExpression(node.left)
- targetValue := self.GetValue(target)
- // TODO Pass in base value as-is, and defer toObject till later?
- object, err := self.objectCoerce(targetValue)
- if err != nil {
- panic(newTypeError(fmt.Sprintf("Cannot access member '%s' of %s", node.identifier, err.Error())))
- }
- return toValue(newPropertyReference(object, node.identifier, false))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeNewExpression(node *_nodeNewExpression) Value {
- callee := self.cmpl_evaluate_nodeExpression(node.callee)
- calleeValue := self.GetValue(callee)
- argumentList := []Value{}
- for _, argumentNode := range node.argumentList {
- argumentList = append(argumentList, self.GetValue(self.cmpl_evaluate_nodeExpression(argumentNode)))
- }
- this := UndefinedValue()
- if !calleeValue.IsFunction() {
- panic(newTypeError("%v is not a function", calleeValue))
- }
- return calleeValue._object().Construct(this, argumentList)
-}
-
-func (self *_runtime) cmpl_evaluate_nodeObjectLiteral(node *_nodeObjectLiteral) Value {
-
- result := self.newObject()
-
- for _, property := range node.value {
- switch property.kind {
- case "value":
- result.defineProperty(property.key, self.GetValue(self.cmpl_evaluate_nodeExpression(property.value)), 0111, false)
- case "get":
- getter := self.newNodeFunction(property.value.(*_nodeFunctionLiteral), self.LexicalEnvironment())
- descriptor := _property{}
- descriptor.mode = 0211
- descriptor.value = _propertyGetSet{getter, nil}
- result.defineOwnProperty(property.key, descriptor, false)
- case "set":
- setter := self.newNodeFunction(property.value.(*_nodeFunctionLiteral), self.LexicalEnvironment())
- descriptor := _property{}
- descriptor.mode = 0211
- descriptor.value = _propertyGetSet{nil, setter}
- result.defineOwnProperty(property.key, descriptor, false)
- default:
- panic(fmt.Errorf("Here be dragons: evaluate_nodeObjectLiteral: invalid property.Kind: %v", property.kind))
- }
- }
-
- return toValue_object(result)
-}
-
-func (self *_runtime) cmpl_evaluate_nodeSequenceExpression(node *_nodeSequenceExpression) Value {
- var result Value
- for _, node := range node.sequence {
- result = self.cmpl_evaluate_nodeExpression(node)
- result = self.GetValue(result)
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeUnaryExpression(node *_nodeUnaryExpression) Value {
-
- target := self.cmpl_evaluate_nodeExpression(node.operand)
- switch node.operator {
- case token.TYPEOF, token.DELETE:
- if target._valueType == valueReference && target.reference().IsUnresolvable() {
- if node.operator == token.TYPEOF {
- return toValue_string("undefined")
- }
- return TrueValue()
- }
- }
-
- switch node.operator {
- case token.NOT:
- targetValue := self.GetValue(target)
- if targetValue.toBoolean() {
- return FalseValue()
- }
- return TrueValue()
- case token.BITWISE_NOT:
- targetValue := self.GetValue(target)
- integerValue := toInt32(targetValue)
- return toValue_int32(^integerValue)
- case token.PLUS:
- targetValue := self.GetValue(target)
- return toValue_float64(targetValue.toFloat())
- case token.MINUS:
- targetValue := self.GetValue(target)
- value := targetValue.toFloat()
- // TODO Test this
- sign := float64(-1)
- if math.Signbit(value) {
- sign = 1
- }
- return toValue_float64(math.Copysign(value, sign))
- case token.INCREMENT:
- targetValue := self.GetValue(target)
- if node.postfix {
- // Postfix++
- oldValue := targetValue.toFloat()
- newValue := toValue_float64(+1 + oldValue)
- self.PutValue(target.reference(), newValue)
- return toValue_float64(oldValue)
- } else {
- // ++Prefix
- newValue := toValue_float64(+1 + targetValue.toFloat())
- self.PutValue(target.reference(), newValue)
- return newValue
- }
- case token.DECREMENT:
- targetValue := self.GetValue(target)
- if node.postfix {
- // Postfix--
- oldValue := targetValue.toFloat()
- newValue := toValue_float64(-1 + oldValue)
- self.PutValue(target.reference(), newValue)
- return toValue_float64(oldValue)
- } else {
- // --Prefix
- newValue := toValue_float64(-1 + targetValue.toFloat())
- self.PutValue(target.reference(), newValue)
- return newValue
- }
- case token.VOID:
- self.GetValue(target) // FIXME Side effect?
- return UndefinedValue()
- case token.DELETE:
- reference := target.reference()
- if reference == nil {
- return TrueValue()
- }
- return toValue_bool(target.reference().Delete())
- case token.TYPEOF:
- targetValue := self.GetValue(target)
- switch targetValue._valueType {
- case valueUndefined:
- return toValue_string("undefined")
- case valueNull:
- return toValue_string("object")
- case valueBoolean:
- return toValue_string("boolean")
- case valueNumber:
- return toValue_string("number")
- case valueString:
- return toValue_string("string")
- case valueObject:
- if targetValue._object().functionValue().call != nil {
- return toValue_string("function")
- }
- return toValue_string("object")
- default:
- // FIXME ?
- }
- }
-
- panic(hereBeDragons())
-}
-
-func (self *_runtime) cmpl_evaluate_nodeVariableExpression(node *_nodeVariableExpression) Value {
- if node.initializer != nil {
- // FIXME If reference is nil
- left := getIdentifierReference(self.LexicalEnvironment(), node.name, false)
- right := self.cmpl_evaluate_nodeExpression(node.initializer)
- rightValue := self.GetValue(right)
-
- self.PutValue(left, rightValue)
- }
- return toValue_string(node.name)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_statement.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_statement.go
deleted file mode 100644
index 6add2baea..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_evaluate_statement.go
+++ /dev/null
@@ -1,410 +0,0 @@
-package otto
-
-import (
- "fmt"
- "runtime"
-
- "github.com/robertkrimen/otto/token"
-)
-
-func (self *_runtime) cmpl_evaluate_nodeStatement(node _nodeStatement) Value {
- // Allow interpreter interruption
- // If the Interrupt channel is nil, then
- // we avoid runtime.Gosched() overhead (if any)
- // FIXME: Test this
- if self.Otto.Interrupt != nil {
- runtime.Gosched()
- select {
- case value := <-self.Otto.Interrupt:
- value()
- default:
- }
- }
-
- switch node := node.(type) {
-
- case *_nodeBlockStatement:
- // FIXME If result is break, then return the empty value?
- return self.cmpl_evaluate_nodeStatementList(node.list)
-
- case *_nodeBranchStatement:
- target := node.label
- switch node.branch { // FIXME Maybe node.kind? node.operator?
- case token.BREAK:
- return toValue(newBreakResult(target))
- case token.CONTINUE:
- return toValue(newContinueResult(target))
- }
-
- case *_nodeDebuggerStatement:
- return Value{} // Nothing happens.
-
- case *_nodeDoWhileStatement:
- return self.cmpl_evaluate_nodeDoWhileStatement(node)
-
- case *_nodeEmptyStatement:
- return Value{}
-
- case *_nodeExpressionStatement:
- return self.cmpl_evaluate_nodeExpression(node.expression)
-
- case *_nodeForInStatement:
- return self.cmpl_evaluate_nodeForInStatement(node)
-
- case *_nodeForStatement:
- return self.cmpl_evaluate_nodeForStatement(node)
-
- case *_nodeIfStatement:
- return self.cmpl_evaluate_nodeIfStatement(node)
-
- case *_nodeLabelledStatement:
- self.labels = append(self.labels, node.label)
- defer func() {
- if len(self.labels) > 0 {
- self.labels = self.labels[:len(self.labels)-1] // Pop the label
- } else {
- self.labels = nil
- }
- }()
- return self.cmpl_evaluate_nodeStatement(node.statement)
-
- case *_nodeReturnStatement:
- if node.argument != nil {
- return toValue(newReturnResult(self.GetValue(self.cmpl_evaluate_nodeExpression(node.argument))))
- }
- return toValue(newReturnResult(UndefinedValue()))
-
- case *_nodeSwitchStatement:
- return self.cmpl_evaluate_nodeSwitchStatement(node)
-
- case *_nodeThrowStatement:
- value := self.GetValue(self.cmpl_evaluate_nodeExpression(node.argument))
- panic(newException(value))
-
- case *_nodeTryStatement:
- return self.cmpl_evaluate_nodeTryStatement(node)
-
- case *_nodeVariableStatement:
- // Variables are already defined, this is initialization only
- for _, variable := range node.list {
- self.cmpl_evaluate_nodeVariableExpression(variable.(*_nodeVariableExpression))
- }
- return Value{}
-
- case *_nodeWhileStatement:
- return self.cmpl_evaluate_nodeWhileStatement(node)
-
- case *_nodeWithStatement:
- return self.cmpl_evaluate_nodeWithStatement(node)
-
- }
-
- panic(fmt.Errorf("Here be dragons: evaluate_nodeStatement(%T)", node))
-}
-
-func (self *_runtime) cmpl_evaluate_nodeStatementList(list []_nodeStatement) Value {
- var result Value
- for _, node := range list {
- value := self.cmpl_evaluate_nodeStatement(node)
- switch value._valueType {
- case valueResult:
- return value
- case valueEmpty:
- default:
- // We have GetValue here to (for example) trigger a
- // ReferenceError (of the not defined variety)
- // Not sure if this is the best way to error out early
- // for such errors or if there is a better way
- // TODO Do we still need this?
- result = self.GetValue(value)
- }
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeDoWhileStatement(node *_nodeDoWhileStatement) Value {
-
- labels := append(self.labels, "")
- self.labels = nil
-
- test := node.test
-
- result := Value{}
-resultBreak:
- for {
- for _, node := range node.body {
- value := self.cmpl_evaluate_nodeStatement(node)
- switch value._valueType {
- case valueResult:
- switch value.evaluateBreakContinue(labels) {
- case resultReturn:
- return value
- case resultBreak:
- break resultBreak
- case resultContinue:
- goto resultContinue
- }
- case valueEmpty:
- default:
- result = value
- }
- }
- resultContinue:
- if !self.GetValue(self.cmpl_evaluate_nodeExpression(test)).isTrue() {
- // Stahp: do ... while (false)
- break
- }
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeForInStatement(node *_nodeForInStatement) Value {
-
- labels := append(self.labels, "")
- self.labels = nil
-
- source := self.cmpl_evaluate_nodeExpression(node.source)
- sourceValue := self.GetValue(source)
-
- switch sourceValue._valueType {
- case valueUndefined, valueNull:
- return emptyValue()
- }
-
- sourceObject := self.toObject(sourceValue)
-
- into := node.into
- body := node.body
-
- result := Value{}
- object := sourceObject
- for object != nil {
- enumerateValue := Value{}
- object.enumerate(false, func(name string) bool {
- into := self.cmpl_evaluate_nodeExpression(into)
- // In the case of: for (var abc in def) ...
- if into.reference() == nil {
- identifier := toString(into)
- // TODO Should be true or false (strictness) depending on context
- into = toValue(getIdentifierReference(self.LexicalEnvironment(), identifier, false))
- }
- self.PutValue(into.reference(), toValue_string(name))
- for _, node := range body {
- value := self.cmpl_evaluate_nodeStatement(node)
- switch value._valueType {
- case valueResult:
- switch value.evaluateBreakContinue(labels) {
- case resultReturn:
- enumerateValue = value
- return false
- case resultBreak:
- object = nil
- return false
- case resultContinue:
- return true
- }
- case valueEmpty:
- default:
- enumerateValue = value
- }
- }
- return true
- })
- if object == nil {
- break
- }
- object = object.prototype
- if !enumerateValue.isEmpty() {
- result = enumerateValue
- }
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeForStatement(node *_nodeForStatement) Value {
-
- labels := append(self.labels, "")
- self.labels = nil
-
- initializer := node.initializer
- test := node.test
- update := node.update
- body := node.body
-
- if initializer != nil {
- initialResult := self.cmpl_evaluate_nodeExpression(initializer)
- self.GetValue(initialResult) // Side-effect trigger
- }
-
- result := Value{}
-resultBreak:
- for {
- if test != nil {
- testResult := self.cmpl_evaluate_nodeExpression(test)
- testResultValue := self.GetValue(testResult)
- if toBoolean(testResultValue) == false {
- break
- }
- }
- for _, node := range body {
- value := self.cmpl_evaluate_nodeStatement(node)
- switch value._valueType {
- case valueResult:
- switch value.evaluateBreakContinue(labels) {
- case resultReturn:
- return value
- case resultBreak:
- break resultBreak
- case resultContinue:
- goto resultContinue
- }
- case valueEmpty:
- default:
- result = value
- }
- }
- resultContinue:
- if update != nil {
- updateResult := self.cmpl_evaluate_nodeExpression(update)
- self.GetValue(updateResult) // Side-effect trigger
- }
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeIfStatement(node *_nodeIfStatement) Value {
- test := self.cmpl_evaluate_nodeExpression(node.test)
- testValue := self.GetValue(test)
- if toBoolean(testValue) {
- return self.cmpl_evaluate_nodeStatement(node.consequent)
- } else if node.alternate != nil {
- return self.cmpl_evaluate_nodeStatement(node.alternate)
- }
-
- return Value{}
-}
-
-func (self *_runtime) cmpl_evaluate_nodeSwitchStatement(node *_nodeSwitchStatement) Value {
-
- labels := append(self.labels, "")
- self.labels = nil
-
- discriminantResult := self.cmpl_evaluate_nodeExpression(node.discriminant)
- target := node.default_
-
- for index, clause := range node.body {
- test := clause.test
- if test != nil {
- if self.calculateComparison(token.STRICT_EQUAL, discriminantResult, self.cmpl_evaluate_nodeExpression(test)) {
- target = index
- break
- }
- }
- }
-
- result := Value{}
- if target != -1 {
- for _, clause := range node.body[target:] {
- for _, statement := range clause.consequent {
- value := self.cmpl_evaluate_nodeStatement(statement)
- switch value._valueType {
- case valueResult:
- switch value.evaluateBreak(labels) {
- case resultReturn:
- return value
- case resultBreak:
- return Value{}
- }
- case valueEmpty:
- default:
- result = value
- }
- }
- }
- }
-
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeTryStatement(node *_nodeTryStatement) Value {
- tryCatchValue, exception := self.tryCatchEvaluate(func() Value {
- return self.cmpl_evaluate_nodeStatement(node.body)
- })
-
- if exception && node.catch != nil {
-
- lexicalEnvironment := self._executionContext(0).newDeclarativeEnvironment(self)
- defer func() {
- self._executionContext(0).LexicalEnvironment = lexicalEnvironment
- }()
- // TODO If necessary, convert TypeError<runtime> => TypeError
- // That, is, such errors can be thrown despite not being JavaScript "native"
- self.localSet(node.catch.parameter, tryCatchValue)
-
- // FIXME node.CatchParameter
- // FIXME node.Catch
- tryCatchValue, exception = self.tryCatchEvaluate(func() Value {
- return self.cmpl_evaluate_nodeStatement(node.catch.body)
- })
- }
-
- if node.finally != nil {
- finallyValue := self.cmpl_evaluate_nodeStatement(node.finally)
- if finallyValue.isResult() {
- return finallyValue
- }
- }
-
- if exception {
- panic(newException(tryCatchValue))
- }
-
- return tryCatchValue
-}
-
-func (self *_runtime) cmpl_evaluate_nodeWhileStatement(node *_nodeWhileStatement) Value {
-
- test := node.test
- body := node.body
- labels := append(self.labels, "")
- self.labels = nil
-
- result := Value{}
-resultBreakContinue:
- for {
- if !self.GetValue(self.cmpl_evaluate_nodeExpression(test)).isTrue() {
- // Stahp: while (false) ...
- break
- }
- for _, node := range body {
- value := self.cmpl_evaluate_nodeStatement(node)
- switch value._valueType {
- case valueResult:
- switch value.evaluateBreakContinue(labels) {
- case resultReturn:
- return value
- case resultBreak:
- break resultBreakContinue
- case resultContinue:
- continue resultBreakContinue
- }
- case valueEmpty:
- default:
- result = value
- }
- }
- }
- return result
-}
-
-func (self *_runtime) cmpl_evaluate_nodeWithStatement(node *_nodeWithStatement) Value {
- object := self.cmpl_evaluate_nodeExpression(node.object)
- objectValue := self.GetValue(object)
- previousLexicalEnvironment, lexicalEnvironment := self._executionContext(0).newLexicalEnvironment(self.toObject(objectValue))
- lexicalEnvironment.ProvideThis = true
- defer func() {
- self._executionContext(0).LexicalEnvironment = previousLexicalEnvironment
- }()
-
- return self.cmpl_evaluate_nodeStatement(node.body)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_function.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_function.go
deleted file mode 100644
index 0c8a9df14..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_function.go
+++ /dev/null
@@ -1,46 +0,0 @@
-package otto
-
-// _cmpl_nodeCallFunction
-type _cmpl_nodeCallFunction struct {
- node *_nodeFunctionLiteral
- scopeEnvironment _environment // Can be either Lexical or Variable
-}
-
-func new_nodeCallFunction(node *_nodeFunctionLiteral, scopeEnvironment _environment) *_cmpl_nodeCallFunction {
- self := &_cmpl_nodeCallFunction{
- node: node,
- }
- self.scopeEnvironment = scopeEnvironment
- return self
-}
-
-func (self _cmpl_nodeCallFunction) Dispatch(function *_object, environment *_functionEnvironment, runtime *_runtime, this Value, argumentList []Value, _ bool) Value {
- return runtime.cmpl_call_nodeFunction(function, environment, self.node, this, argumentList)
-}
-
-func (self _cmpl_nodeCallFunction) ScopeEnvironment() _environment {
- return self.scopeEnvironment
-}
-
-func (self _cmpl_nodeCallFunction) Source(object *_object) string {
- return self.node.source
-}
-
-func (self0 _cmpl_nodeCallFunction) clone(clone *_clone) _callFunction {
- return _cmpl_nodeCallFunction{
- node: self0.node,
- scopeEnvironment: clone.environment(self0.scopeEnvironment),
- }
-}
-
-// ---
-
-func (runtime *_runtime) newNodeFunctionObject(node *_nodeFunctionLiteral, scopeEnvironment _environment) *_object {
- self := runtime.newClassObject("Function")
- self.value = _functionObject{
- call: new_nodeCallFunction(node, scopeEnvironment),
- construct: defaultConstructFunction,
- }
- self.defineProperty("length", toValue_int(len(node.parameterList)), 0000, false)
- return self
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_parse.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_parse.go
deleted file mode 100644
index 7ce1af57d..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_parse.go
+++ /dev/null
@@ -1,630 +0,0 @@
-package otto
-
-import (
- "fmt"
- "regexp"
-
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/token"
-)
-
-var trueLiteral = &_nodeLiteral{value: toValue_bool(true)}
-var falseLiteral = &_nodeLiteral{value: toValue_bool(false)}
-var nullLiteral = &_nodeLiteral{value: NullValue()}
-var emptyStatement = &_nodeEmptyStatement{}
-
-func parseExpression(x ast.Expression) _nodeExpression {
- if x == nil {
- return nil
- }
-
- switch x := x.(type) {
-
- case *ast.ArrayLiteral:
- y := &_nodeArrayLiteral{
- value: make([]_nodeExpression, len(x.Value)),
- }
- for i, value := range x.Value {
- y.value[i] = parseExpression(value)
- }
- return y
-
- case *ast.AssignExpression:
- return &_nodeAssignExpression{
- operator: x.Operator,
- left: parseExpression(x.Left),
- right: parseExpression(x.Right),
- }
-
- case *ast.BinaryExpression:
- return &_nodeBinaryExpression{
- operator: x.Operator,
- left: parseExpression(x.Left),
- right: parseExpression(x.Right),
- comparison: x.Comparison,
- }
-
- case *ast.BooleanLiteral:
- if x.Value {
- return trueLiteral
- }
- return falseLiteral
-
- case *ast.BracketExpression:
- return &_nodeBracketExpression{
- left: parseExpression(x.Left),
- member: parseExpression(x.Member),
- }
-
- case *ast.CallExpression:
- y := &_nodeCallExpression{
- callee: parseExpression(x.Callee),
- argumentList: make([]_nodeExpression, len(x.ArgumentList)),
- }
- for i, value := range x.ArgumentList {
- y.argumentList[i] = parseExpression(value)
- }
- return y
-
- case *ast.ConditionalExpression:
- return &_nodeConditionalExpression{
- test: parseExpression(x.Test),
- consequent: parseExpression(x.Consequent),
- alternate: parseExpression(x.Alternate),
- }
-
- case *ast.DotExpression:
- return &_nodeDotExpression{
- left: parseExpression(x.Left),
- identifier: x.Identifier.Name,
- }
-
- case *ast.FunctionLiteral:
- name := ""
- if x.Name != nil {
- name = x.Name.Name
- }
- y := &_nodeFunctionLiteral{
- name: name,
- body: parseStatement(x.Body),
- source: x.Source,
- }
- if x.ParameterList != nil {
- list := x.ParameterList.List
- y.parameterList = make([]string, len(list))
- for i, value := range list {
- y.parameterList[i] = value.Name
- }
- }
- for _, value := range x.DeclarationList {
- switch value := value.(type) {
- case *ast.FunctionDeclaration:
- y.functionList = append(y.functionList, parseExpression(value.Function).(*_nodeFunctionLiteral))
- case *ast.VariableDeclaration:
- for _, value := range value.List {
- y.varList = append(y.varList, value.Name)
- }
- default:
- panic(fmt.Errorf("Here be dragons: parseProgram.declaration(%T)", value))
- }
- }
- return y
-
- case *ast.Identifier:
- return &_nodeIdentifier{
- name: x.Name,
- }
-
- case *ast.NewExpression:
- y := &_nodeNewExpression{
- callee: parseExpression(x.Callee),
- argumentList: make([]_nodeExpression, len(x.ArgumentList)),
- }
- for i, value := range x.ArgumentList {
- y.argumentList[i] = parseExpression(value)
- }
- return y
-
- case *ast.NullLiteral:
- return nullLiteral
-
- case *ast.NumberLiteral:
- return &_nodeLiteral{
- value: toValue(x.Value),
- }
-
- case *ast.ObjectLiteral:
- y := &_nodeObjectLiteral{
- value: make([]_nodeProperty, len(x.Value)),
- }
- for i, value := range x.Value {
- y.value[i] = _nodeProperty{
- key: value.Key,
- kind: value.Kind,
- value: parseExpression(value.Value),
- }
- }
- return y
-
- case *ast.RegExpLiteral:
- return &_nodeRegExpLiteral{
- flags: x.Flags,
- pattern: x.Pattern,
- }
-
- case *ast.SequenceExpression:
- y := &_nodeSequenceExpression{
- sequence: make([]_nodeExpression, len(x.Sequence)),
- }
- for i, value := range x.Sequence {
- y.sequence[i] = parseExpression(value)
- }
- return y
-
- case *ast.StringLiteral:
- return &_nodeLiteral{
- value: toValue_string(x.Value),
- }
-
- case *ast.ThisExpression:
- return &_nodeThisExpression{}
-
- case *ast.UnaryExpression:
- return &_nodeUnaryExpression{
- operator: x.Operator,
- operand: parseExpression(x.Operand),
- postfix: x.Postfix,
- }
-
- case *ast.VariableExpression:
- return &_nodeVariableExpression{
- name: x.Name,
- initializer: parseExpression(x.Initializer),
- }
-
- }
-
- panic(fmt.Errorf("Here be dragons: parseExpression(%T)", x))
-}
-
-func parseStatement(x ast.Statement) _nodeStatement {
- if x == nil {
- return nil
- }
-
- switch x := x.(type) {
-
- case *ast.BlockStatement:
- y := &_nodeBlockStatement{
- list: make([]_nodeStatement, len(x.List)),
- }
- for i, value := range x.List {
- y.list[i] = parseStatement(value)
- }
- return y
-
- case *ast.BranchStatement:
- y := &_nodeBranchStatement{
- branch: x.Token,
- }
- if x.Label != nil {
- y.label = x.Label.Name
- }
- return y
-
- case *ast.DebuggerStatement:
- return &_nodeDebuggerStatement{}
-
- case *ast.DoWhileStatement:
- y := &_nodeDoWhileStatement{
- test: parseExpression(x.Test),
- }
- body := parseStatement(x.Body)
- if block, ok := body.(*_nodeBlockStatement); ok {
- y.body = block.list
- } else {
- y.body = append(y.body, body)
- }
- return y
-
- case *ast.EmptyStatement:
- return emptyStatement
-
- case *ast.ExpressionStatement:
- return &_nodeExpressionStatement{
- expression: parseExpression(x.Expression),
- }
-
- case *ast.ForInStatement:
- y := &_nodeForInStatement{
- into: parseExpression(x.Into),
- source: parseExpression(x.Source),
- }
- body := parseStatement(x.Body)
- if block, ok := body.(*_nodeBlockStatement); ok {
- y.body = block.list
- } else {
- y.body = append(y.body, body)
- }
- return y
-
- case *ast.ForStatement:
- y := &_nodeForStatement{
- initializer: parseExpression(x.Initializer),
- update: parseExpression(x.Update),
- test: parseExpression(x.Test),
- }
- body := parseStatement(x.Body)
- if block, ok := body.(*_nodeBlockStatement); ok {
- y.body = block.list
- } else {
- y.body = append(y.body, body)
- }
- return y
-
- case *ast.IfStatement:
- return &_nodeIfStatement{
- test: parseExpression(x.Test),
- consequent: parseStatement(x.Consequent),
- alternate: parseStatement(x.Alternate),
- }
-
- case *ast.LabelledStatement:
- return &_nodeLabelledStatement{
- label: x.Label.Name,
- statement: parseStatement(x.Statement),
- }
-
- case *ast.ReturnStatement:
- return &_nodeReturnStatement{
- argument: parseExpression(x.Argument),
- }
-
- case *ast.SwitchStatement:
- y := &_nodeSwitchStatement{
- discriminant: parseExpression(x.Discriminant),
- default_: x.Default,
- body: make([]*_nodeCaseStatement, len(x.Body)),
- }
- for i, p := range x.Body {
- q := &_nodeCaseStatement{
- test: parseExpression(p.Test),
- consequent: make([]_nodeStatement, len(p.Consequent)),
- }
- for j, value := range p.Consequent {
- q.consequent[j] = parseStatement(value)
- }
- y.body[i] = q
- }
- return y
-
- case *ast.ThrowStatement:
- return &_nodeThrowStatement{
- argument: parseExpression(x.Argument),
- }
-
- case *ast.TryStatement:
- y := &_nodeTryStatement{
- body: parseStatement(x.Body),
- finally: parseStatement(x.Finally),
- }
- if x.Catch != nil {
- y.catch = &_nodeCatchStatement{
- parameter: x.Catch.Parameter.Name,
- body: parseStatement(x.Catch.Body),
- }
- }
- return y
-
- case *ast.VariableStatement:
- y := &_nodeVariableStatement{
- list: make([]_nodeExpression, len(x.List)),
- }
- for i, value := range x.List {
- y.list[i] = parseExpression(value)
- }
- return y
-
- case *ast.WhileStatement:
- y := &_nodeWhileStatement{
- test: parseExpression(x.Test),
- }
- body := parseStatement(x.Body)
- if block, ok := body.(*_nodeBlockStatement); ok {
- y.body = block.list
- } else {
- y.body = append(y.body, body)
- }
- return y
-
- case *ast.WithStatement:
- return &_nodeWithStatement{
- object: parseExpression(x.Object),
- body: parseStatement(x.Body),
- }
-
- }
-
- panic(fmt.Errorf("Here be dragons: parseStatement(%T)", x))
-}
-
-func cmpl_parse(x *ast.Program) *_nodeProgram {
- y := &_nodeProgram{
- body: make([]_nodeStatement, len(x.Body)),
- }
- for i, value := range x.Body {
- y.body[i] = parseStatement(value)
- }
- for _, value := range x.DeclarationList {
- switch value := value.(type) {
- case *ast.FunctionDeclaration:
- y.functionList = append(y.functionList, parseExpression(value.Function).(*_nodeFunctionLiteral))
- case *ast.VariableDeclaration:
- for _, value := range value.List {
- y.varList = append(y.varList, value.Name)
- }
- default:
- panic(fmt.Errorf("Here be dragons: parseProgram.DeclarationList(%T)", value))
- }
- }
- return y
-}
-
-type _nodeProgram struct {
- body []_nodeStatement
-
- varList []string
- functionList []*_nodeFunctionLiteral
-
- variableList []_nodeDeclaration
-}
-
-type _nodeDeclaration struct {
- name string
- definition _node
-}
-
-type _node interface {
-}
-
-type (
- _nodeExpression interface {
- _node
- _expressionNode()
- }
-
- _nodeArrayLiteral struct {
- value []_nodeExpression
- }
-
- _nodeAssignExpression struct {
- operator token.Token
- left _nodeExpression
- right _nodeExpression
- }
-
- _nodeBinaryExpression struct {
- operator token.Token
- left _nodeExpression
- right _nodeExpression
- comparison bool
- }
-
- _nodeBracketExpression struct {
- left _nodeExpression
- member _nodeExpression
- }
-
- _nodeCallExpression struct {
- callee _nodeExpression
- argumentList []_nodeExpression
- }
-
- _nodeConditionalExpression struct {
- test _nodeExpression
- consequent _nodeExpression
- alternate _nodeExpression
- }
-
- _nodeDotExpression struct {
- left _nodeExpression
- identifier string
- }
-
- _nodeFunctionLiteral struct {
- name string
- body _nodeStatement
- source string
- parameterList []string
- varList []string
- functionList []*_nodeFunctionLiteral
- }
-
- _nodeIdentifier struct {
- name string
- }
-
- _nodeLiteral struct {
- value Value
- }
-
- _nodeNewExpression struct {
- callee _nodeExpression
- argumentList []_nodeExpression
- }
-
- _nodeObjectLiteral struct {
- value []_nodeProperty
- }
-
- _nodeProperty struct {
- key string
- kind string
- value _nodeExpression
- }
-
- _nodeRegExpLiteral struct {
- flags string
- pattern string // Value?
- regexp *regexp.Regexp
- }
-
- _nodeSequenceExpression struct {
- sequence []_nodeExpression
- }
-
- _nodeThisExpression struct {
- }
-
- _nodeUnaryExpression struct {
- operator token.Token
- operand _nodeExpression
- postfix bool
- }
-
- _nodeVariableExpression struct {
- name string
- initializer _nodeExpression
- }
-)
-
-type (
- _nodeStatement interface {
- _node
- _statementNode()
- }
-
- _nodeBlockStatement struct {
- list []_nodeStatement
- }
-
- _nodeBranchStatement struct {
- branch token.Token
- label string
- }
-
- _nodeCaseStatement struct {
- test _nodeExpression
- consequent []_nodeStatement
- }
-
- _nodeCatchStatement struct {
- parameter string
- body _nodeStatement
- }
-
- _nodeDebuggerStatement struct {
- }
-
- _nodeDoWhileStatement struct {
- test _nodeExpression
- body []_nodeStatement
- }
-
- _nodeEmptyStatement struct {
- }
-
- _nodeExpressionStatement struct {
- expression _nodeExpression
- }
-
- _nodeForInStatement struct {
- into _nodeExpression
- source _nodeExpression
- body []_nodeStatement
- }
-
- _nodeForStatement struct {
- initializer _nodeExpression
- update _nodeExpression
- test _nodeExpression
- body []_nodeStatement
- }
-
- _nodeIfStatement struct {
- test _nodeExpression
- consequent _nodeStatement
- alternate _nodeStatement
- }
-
- _nodeLabelledStatement struct {
- label string
- statement _nodeStatement
- }
-
- _nodeReturnStatement struct {
- argument _nodeExpression
- }
-
- _nodeSwitchStatement struct {
- discriminant _nodeExpression
- default_ int
- body []*_nodeCaseStatement
- }
-
- _nodeThrowStatement struct {
- argument _nodeExpression
- }
-
- _nodeTryStatement struct {
- body _nodeStatement
- catch *_nodeCatchStatement
- finally _nodeStatement
- }
-
- _nodeVariableStatement struct {
- list []_nodeExpression
- }
-
- _nodeWhileStatement struct {
- test _nodeExpression
- body []_nodeStatement
- }
-
- _nodeWithStatement struct {
- object _nodeExpression
- body _nodeStatement
- }
-)
-
-// _expressionNode
-
-func (*_nodeArrayLiteral) _expressionNode() {}
-func (*_nodeAssignExpression) _expressionNode() {}
-func (*_nodeBinaryExpression) _expressionNode() {}
-func (*_nodeBracketExpression) _expressionNode() {}
-func (*_nodeCallExpression) _expressionNode() {}
-func (*_nodeConditionalExpression) _expressionNode() {}
-func (*_nodeDotExpression) _expressionNode() {}
-func (*_nodeFunctionLiteral) _expressionNode() {}
-func (*_nodeIdentifier) _expressionNode() {}
-func (*_nodeLiteral) _expressionNode() {}
-func (*_nodeNewExpression) _expressionNode() {}
-func (*_nodeObjectLiteral) _expressionNode() {}
-func (*_nodeRegExpLiteral) _expressionNode() {}
-func (*_nodeSequenceExpression) _expressionNode() {}
-func (*_nodeThisExpression) _expressionNode() {}
-func (*_nodeUnaryExpression) _expressionNode() {}
-func (*_nodeVariableExpression) _expressionNode() {}
-
-// _statementNode
-
-func (*_nodeBlockStatement) _statementNode() {}
-func (*_nodeBranchStatement) _statementNode() {}
-func (*_nodeCaseStatement) _statementNode() {}
-func (*_nodeCatchStatement) _statementNode() {}
-func (*_nodeDebuggerStatement) _statementNode() {}
-func (*_nodeDoWhileStatement) _statementNode() {}
-func (*_nodeEmptyStatement) _statementNode() {}
-func (*_nodeExpressionStatement) _statementNode() {}
-func (*_nodeForInStatement) _statementNode() {}
-func (*_nodeForStatement) _statementNode() {}
-func (*_nodeIfStatement) _statementNode() {}
-func (*_nodeLabelledStatement) _statementNode() {}
-func (*_nodeReturnStatement) _statementNode() {}
-func (*_nodeSwitchStatement) _statementNode() {}
-func (*_nodeThrowStatement) _statementNode() {}
-func (*_nodeTryStatement) _statementNode() {}
-func (*_nodeVariableStatement) _statementNode() {}
-func (*_nodeWhileStatement) _statementNode() {}
-func (*_nodeWithStatement) _statementNode() {}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_test.go
deleted file mode 100644
index 01ee86e17..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/cmpl_test.go
+++ /dev/null
@@ -1,54 +0,0 @@
-package otto
-
-import (
- "testing"
-
- "github.com/robertkrimen/otto/parser"
-)
-
-func Test_cmpl(t *testing.T) {
- tt(t, func() {
- vm := New()
-
- test := func(src string, expect ...interface{}) {
- program, err := parser.ParseFile(nil, "", src, 0)
- is(err, nil)
- {
- program := cmpl_parse(program)
- value := vm.runtime.cmpl_evaluate_nodeProgram(program)
- if len(expect) > 0 {
- is(value, expect[0])
- }
- }
- }
-
- test(``, Value{})
-
- test(`var abc = 1; abc;`, 1)
-
- test(`var abc = 1 + 1; abc;`, 2)
-
- test(`1 + 2;`, 3)
- })
-}
-
-func TestParse_cmpl(t *testing.T) {
- tt(t, func() {
-
- test := func(src string) {
- program, err := parser.ParseFile(nil, "", src, 0)
- is(err, nil)
- is(cmpl_parse(program), "!=", nil)
- }
-
- test(``)
-
- test(`var abc = 1; abc;`)
-
- test(`
- function abc() {
- return;
- }
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/console.go b/Godeps/_workspace/src/github.com/obscuren/otto/console.go
deleted file mode 100644
index 30333ad08..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/console.go
+++ /dev/null
@@ -1,51 +0,0 @@
-package otto
-
-import (
- "fmt"
- "os"
- "strings"
-)
-
-func formatForConsole(argumentList []Value) string {
- output := []string{}
- for _, argument := range argumentList {
- output = append(output, fmt.Sprintf("%v", argument))
- }
- return strings.Join(output, " ")
-}
-
-func builtinConsole_log(call FunctionCall) Value {
- fmt.Fprintln(os.Stdout, formatForConsole(call.ArgumentList))
- return UndefinedValue()
-}
-
-func builtinConsole_error(call FunctionCall) Value {
- fmt.Fprintln(os.Stdout, formatForConsole(call.ArgumentList))
- return UndefinedValue()
-}
-
-// Nothing happens.
-func builtinConsole_dir(call FunctionCall) Value {
- return UndefinedValue()
-}
-
-func builtinConsole_time(call FunctionCall) Value {
- return UndefinedValue()
-}
-
-func builtinConsole_timeEnd(call FunctionCall) Value {
- return UndefinedValue()
-}
-
-func builtinConsole_trace(call FunctionCall) Value {
- return UndefinedValue()
-}
-
-func builtinConsole_assert(call FunctionCall) Value {
- return UndefinedValue()
-}
-
-func (runtime *_runtime) newConsole() *_object {
-
- return newConsoleObject(runtime)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/date_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/date_test.go
deleted file mode 100644
index 18ab528db..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/date_test.go
+++ /dev/null
@@ -1,478 +0,0 @@
-package otto
-
-import (
- "math"
- "testing"
- "time"
-)
-
-func mockTimeLocal(location *time.Location) func() {
- local := time.Local
- time.Local = location
- return func() {
- time.Local = local
- }
-}
-
-// Passing or failing should not be dependent on what time zone we're in
-func mockUTC() func() {
- return mockTimeLocal(time.UTC)
-}
-
-func TestDate(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- time0 := time.Unix(1348616313, 47*1000*1000).Local()
-
- test(`Date`, "function Date() { [native code] }")
- test(`new Date(0).toUTCString()`, "Thu, 01 Jan 1970 00:00:00 UTC")
- test(`new Date(0).toGMTString()`, "Thu, 01 Jan 1970 00:00:00 GMT")
- if false {
- // TODO toLocale{Date,Time}String
- test(`new Date(0).toLocaleString()`, "")
- test(`new Date(0).toLocaleDateString()`, "")
- test(`new Date(0).toLocaleTimeString()`, "")
- }
- test(`new Date(1348616313).getTime()`, 1348616313)
- test(`new Date(1348616313).toUTCString()`, "Fri, 16 Jan 1970 14:36:56 UTC")
- test(`abc = new Date(1348616313047); abc.toUTCString()`, "Tue, 25 Sep 2012 23:38:33 UTC")
- test(`abc.getYear()`, time0.Year()-1900)
- test(`abc.getFullYear()`, time0.Year())
- test(`abc.getUTCFullYear()`, 2012)
- test(`abc.getMonth()`, int(time0.Month())-1) // Remember, the JavaScript month is 0-based
- test(`abc.getUTCMonth()`, 8)
- test(`abc.getDate()`, time0.Day())
- test(`abc.getUTCDate()`, 25)
- test(`abc.getDay()`, int(time0.Weekday()))
- test(`abc.getUTCDay()`, 2)
- test(`abc.getHours()`, time0.Hour())
- test(`abc.getUTCHours()`, 23)
- test(`abc.getMinutes()`, time0.Minute())
- test(`abc.getUTCMinutes()`, 38)
- test(`abc.getSeconds()`, time0.Second())
- test(`abc.getUTCSeconds()`, 33)
- test(`abc.getMilliseconds()`, time0.Nanosecond()/(1000*1000)) // In honor of the 47%
- test(`abc.getUTCMilliseconds()`, 47)
- _, offset := time0.Zone()
- test(`abc.getTimezoneOffset()`, offset/-60)
-
- test(`new Date("Xyzzy").getTime()`, math.NaN())
-
- test(`abc.setFullYear(2011); abc.toUTCString()`, "Sun, 25 Sep 2011 23:38:33 UTC")
- test(`new Date(12564504e5).toUTCString()`, "Sun, 25 Oct 2009 06:00:00 UTC")
- test(`new Date(2009, 9, 25).toUTCString()`, "Sun, 25 Oct 2009 00:00:00 UTC")
- test(`+(new Date(2009, 9, 25))`, 1256428800000)
-
- format := "Mon, 2 Jan 2006 15:04:05 MST"
-
- time1 := time.Unix(1256450400, 0)
- time0 = time.Date(time1.Year(), time1.Month(), time1.Day(), time1.Hour(), time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
-
- time0 = time.Date(time1.Year(), time1.Month(), time1.Day(), time1.Hour(), time1.Minute(), time1.Second(), 2001*1000*1000, time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setMilliseconds(2001); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), time1.Month(), time1.Day(), time1.Hour(), time1.Minute(), 61, time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setSeconds("61"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), time1.Month(), time1.Day(), time1.Hour(), 61, time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setMinutes("61"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), time1.Month(), time1.Day(), 5, time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setHours("5"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), time1.Month(), 26, time1.Hour(), time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setDate("26"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), 10, time1.Day(), time1.Hour(), time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setMonth(9); abc.toUTCString()`, time0.Format(format))
- test(`abc = new Date(12564504e5); abc.setMonth("09"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(time1.Year(), 11, time1.Day(), time1.Hour(), time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setMonth("10"); abc.toUTCString()`, time0.Format(format))
-
- time0 = time.Date(2010, time1.Month(), time1.Day(), time1.Hour(), time1.Minute(), time1.Second(), time1.Nanosecond(), time1.Location()).UTC()
- test(`abc = new Date(12564504e5); abc.setFullYear(2010); abc.toUTCString()`, time0.Format(format))
-
- test(`new Date("2001-01-01T10:01:02.000").getTime()`, 978343262000)
-
- // Date()
- test(`typeof Date()`, "string")
- test(`typeof Date(2006, 1, 2)`, "string")
-
- test(`
- abc = Object.getOwnPropertyDescriptor(Date, "parse");
- [ abc.value === Date.parse, abc.writable, abc.enumerable, abc.configurable ];
- `, "true,true,false,true")
-
- test(`
- abc = Object.getOwnPropertyDescriptor(Date.prototype, "toTimeString");
- [ abc.value === Date.prototype.toTimeString, abc.writable, abc.enumerable, abc.configurable ];
- `, "true,true,false,true")
-
- test(`
- var abc = Object.getOwnPropertyDescriptor(Date, "prototype");
- [ [ typeof Date.prototype ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "object,false,false,false")
- })
-}
-
-func TestDate_parse(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`Date.parse("2001-01-01T10:01:02.000")`, 978343262000)
-
- test(`Date.parse("2006-01-02T15:04:05.000")`, 1136214245000)
-
- test(`Date.parse("2006")`, 1136073600000)
-
- test(`Date.parse("1970-01-16T14:36:56+00:00")`, 1348616000)
-
- test(`Date.parse("1970-01-16T14:36:56.313+00:00")`, 1348616313)
-
- test(`Date.parse("1970-01-16T14:36:56.000")`, 1348616000)
-
- test(`Date.parse.length`, 1)
- })
-}
-
-func TestDate_UTC(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`Date.UTC(2009, 9, 25)`, 1256428800000)
-
- test(`Date.UTC.length`, 7)
- })
-}
-
-func TestDate_now(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- // FIXME I think this too risky
- test(`+(""+Date.now()).substr(0, 10)`, float64(epochToInteger(timeToEpoch(time.Now()))/1000))
-
- test(`Date.now() - Date.now(1,2,3) < 24 * 60 * 60`, true)
- })
-}
-
-func TestDate_toISOString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`new Date(0).toISOString()`, "1970-01-01T00:00:00.000Z")
- })
-}
-
-func TestDate_toJSON(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`new Date(0).toJSON()`, "1970-01-01T00:00:00.000Z")
- })
-}
-
-func TestDate_setYear(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`new Date(12564504e5).setYear(96)`, 846223200000)
-
- test(`new Date(12564504e5).setYear(1996)`, 846223200000)
-
- test(`new Date(12564504e5).setYear(2000)`, 972453600000)
- })
-}
-
-func TestDateDefaultValue(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- var date = new Date();
- date + 0 === date.toString() + "0";
- `, true)
- })
-}
-
-func TestDate_April1978(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- var abc = new Date(1978,3);
- [ abc.getYear(), abc.getMonth(), abc.valueOf() ];
- `, "78,3,260236800000")
- })
-}
-
-func TestDate_setMilliseconds(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date();
- def = abc.setMilliseconds();
- [ abc, def ];
- `, "Invalid Date,NaN")
- })
-}
-
-func TestDate_new(t *testing.T) {
- // FIXME?
- // This is probably incorrect, due to differences in Go date/time handling
- // versus ECMA date/time handling, but we'll leave this here for
- // future reference
- return
-
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- [
- new Date(1899, 11).valueOf(),
- new Date(1899, 12).valueOf(),
- new Date(1900, 0).valueOf()
- ]
- `, "-2211638400000,-2208960000000,-2208960000000")
- })
-}
-
-func TestDateComparison(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- var now0 = Date.now();
- var now1 = (new Date()).toString();
- [ now0 === now1, Math.abs(now0 - Date.parse(now1)) <= 1000 ];
- `, "false,true")
- })
-}
-
-func TestDate_setSeconds(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setSeconds(10, 12);
-
- def.setSeconds(10);
- def.setMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setUTCSeconds(10, 12);
-
- def.setUTCSeconds(10);
- def.setUTCMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`Date.prototype.setSeconds.length`, 2)
- test(`Date.prototype.setUTCSeconds.length`, 2)
- })
-}
-
-func TestDate_setMinutes(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setMinutes(8, 10, 12);
-
- def.setMinutes(8);
- def.setSeconds(10);
- def.setMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setUTCMinutes(8, 10, 12);
-
- def.setUTCMinutes(8);
- def.setUTCSeconds(10);
- def.setUTCMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`Date.prototype.setMinutes.length`, 3)
- test(`Date.prototype.setUTCMinutes.length`, 3)
- })
-}
-
-func TestDate_setHours(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setHours(6, 8, 10, 12);
-
- def.setHours(6);
- def.setMinutes(8);
- def.setSeconds(10);
- def.setMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setUTCHours(6, 8, 10, 12);
-
- def.setUTCHours(6);
- def.setUTCMinutes(8);
- def.setUTCSeconds(10);
- def.setUTCMilliseconds(12);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`Date.prototype.setHours.length`, 4)
- test(`Date.prototype.setUTCHours.length`, 4)
- })
-}
-
-func TestDate_setMonth(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setMonth(6, 8);
-
- def.setMonth(6);
- def.setDate(8);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setUTCMonth(6, 8);
-
- def.setUTCMonth(6);
- def.setUTCDate(8);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`Date.prototype.setMonth.length`, 2)
- test(`Date.prototype.setUTCMonth.length`, 2)
- })
-}
-
-func TestDate_setFullYear(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setFullYear(1981, 6, 8);
-
- def.setFullYear(1981);
- def.setMonth(6);
- def.setDate(8);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`
- abc = new Date(1980, 10);
- def = new Date(abc);
-
- abc.setUTCFullYear(1981, 6, 8);
-
- def.setUTCFullYear(1981);
- def.setUTCMonth(6);
- def.setUTCDate(8);
-
- abc.valueOf() === def.valueOf();
- `, true)
-
- test(`Date.prototype.setFullYear.length`, 3)
- test(`Date.prototype.setUTCFullYear.length`, 3)
- })
-}
-
-func TestDate_setTime(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- var abc = new Date(1999, 6, 1);
- var def = new Date();
- def.setTime(abc.getTime());
- [ def, abc.valueOf() == def.valueOf() ];
- `, "Thu, 01 Jul 1999 00:00:00 UTC,true")
-
- test(`Date.prototype.setTime.length`, 1)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/dbg.go b/Godeps/_workspace/src/github.com/obscuren/otto/dbg.go
deleted file mode 100644
index 51fbdc206..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/dbg.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// This file was AUTOMATICALLY GENERATED by dbg-import (smuggol) for github.com/robertkrimen/dbg
-
-package otto
-
-import (
- Dbg "github.com/robertkrimen/otto/dbg"
-)
-
-var dbg, dbgf = Dbg.New()
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/dbg/dbg.go b/Godeps/_workspace/src/github.com/obscuren/otto/dbg/dbg.go
deleted file mode 100644
index 83bf6c573..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/dbg/dbg.go
+++ /dev/null
@@ -1,387 +0,0 @@
-// This file was AUTOMATICALLY GENERATED by dbg-import (smuggol) from github.com/robertkrimen/dbg
-
-/*
-Package dbg is a println/printf/log-debugging utility library.
-
- import (
- Dbg "github.com/robertkrimen/dbg"
- )
-
- dbg, dbgf := Dbg.New()
-
- dbg("Emit some debug stuff", []byte{120, 121, 122, 122, 121}, math.Pi)
- # "2013/01/28 16:50:03 Emit some debug stuff [120 121 122 122 121] 3.141592653589793"
-
- dbgf("With a %s formatting %.2f", "little", math.Pi)
- # "2013/01/28 16:51:55 With a little formatting (3.14)"
-
- dbgf("%/fatal//A fatal debug statement: should not be here")
- # "A fatal debug statement: should not be here"
- # ...and then, os.Exit(1)
-
- dbgf("%/panic//Can also panic %s", "this")
- # "Can also panic this"
- # ...as a panic, equivalent to: panic("Can also panic this")
-
- dbgf("Any %s arguments without a corresponding %%", "extra", "are treated like arguments to dbg()")
- # "2013/01/28 17:14:40 Any extra arguments (without a corresponding %) are treated like arguments to dbg()"
-
- dbgf("%d %d", 1, 2, 3, 4, 5)
- # "2013/01/28 17:16:32 Another example: 1 2 3 4 5"
-
- dbgf("%@: Include the function name for a little context (via %s)", "%@")
- # "2013... github.com/robertkrimen/dbg.TestSynopsis: Include the function name for a little context (via %@)"
-
-By default, dbg uses log (log.Println, log.Printf, log.Panic, etc.) for output.
-However, you can also provide your own output destination by invoking dbg.New with
-a customization function:
-
- import (
- "bytes"
- Dbg "github.com/robertkrimen/dbg"
- "os"
- )
-
- # dbg to os.Stderr
- dbg, dbgf := Dbg.New(func(dbgr *Dbgr) {
- dbgr.SetOutput(os.Stderr)
- })
-
- # A slightly contrived example:
- var buffer bytes.Buffer
- dbg, dbgf := New(func(dbgr *Dbgr) {
- dbgr.SetOutput(&buffer)
- })
-
-*/
-package dbg
-
-import (
- "bytes"
- "fmt"
- "io"
- "log"
- "os"
- "regexp"
- "runtime"
- "strings"
- "unicode"
-)
-
-type _frmt struct {
- ctl string
- format string
- operandCount int
- panic bool
- fatal bool
- check bool
-}
-
-var (
- ctlTest = regexp.MustCompile(`^\s*%/`)
- ctlScan = regexp.MustCompile(`%?/(panic|fatal|check)(?:\s|$)`)
-)
-
-func operandCount(format string) int {
- count := 0
- end := len(format)
- for at := 0; at < end; {
- for at < end && format[at] != '%' {
- at++
- }
- at++
- if at < end {
- if format[at] != '%' && format[at] != '@' {
- count++
- }
- at++
- }
- }
- return count
-}
-
-func parseFormat(format string) (frmt _frmt) {
- if ctlTest.MatchString(format) {
- format = strings.TrimLeftFunc(format, unicode.IsSpace)
- index := strings.Index(format, "//")
- if index != -1 {
- frmt.ctl = format[0:index]
- format = format[index+2:] // Skip the second slash via +2 (instead of +1)
- } else {
- frmt.ctl = format
- format = ""
- }
- for _, tmp := range ctlScan.FindAllStringSubmatch(frmt.ctl, -1) {
- for _, value := range tmp[1:] {
- switch value {
- case "panic":
- frmt.panic = true
- case "fatal":
- frmt.fatal = true
- case "check":
- frmt.check = true
- }
- }
- }
- }
- frmt.format = format
- frmt.operandCount = operandCount(format)
- return
-}
-
-type Dbgr struct {
- emit _emit
-}
-
-type DbgFunction func(values ...interface{})
-
-func NewDbgr() *Dbgr {
- self := &Dbgr{}
- return self
-}
-
-/*
-New will create and return a pair of debugging functions. You can customize where
-they output to by passing in an (optional) customization function:
-
- import (
- Dbg "github.com/robertkrimen/dbg"
- "os"
- )
-
- # dbg to os.Stderr
- dbg, dbgf := Dbg.New(func(dbgr *Dbgr) {
- dbgr.SetOutput(os.Stderr)
- })
-
-*/
-func New(options ...interface{}) (dbg DbgFunction, dbgf DbgFunction) {
- dbgr := NewDbgr()
- if len(options) > 0 {
- if fn, ok := options[0].(func(*Dbgr)); ok {
- fn(dbgr)
- }
- }
- return dbgr.DbgDbgf()
-}
-
-func (self Dbgr) Dbg(values ...interface{}) {
- self.getEmit().emit(_frmt{}, "", values...)
-}
-
-func (self Dbgr) Dbgf(values ...interface{}) {
- self.dbgf(values...)
-}
-
-func (self Dbgr) DbgDbgf() (dbg DbgFunction, dbgf DbgFunction) {
- dbg = func(vl ...interface{}) {
- self.Dbg(vl...)
- }
- dbgf = func(vl ...interface{}) {
- self.dbgf(vl...)
- }
- return dbg, dbgf // Redundant, but...
-}
-
-func (self Dbgr) dbgf(values ...interface{}) {
-
- var frmt _frmt
- if len(values) > 0 {
- tmp := fmt.Sprint(values[0])
- frmt = parseFormat(tmp)
- values = values[1:]
- }
-
- buffer_f := bytes.Buffer{}
- format := frmt.format
- end := len(format)
- for at := 0; at < end; {
- last := at
- for at < end && format[at] != '%' {
- at++
- }
- if at > last {
- buffer_f.WriteString(format[last:at])
- }
- if at >= end {
- break
- }
- // format[at] == '%'
- at++
- // format[at] == ?
- if format[at] == '@' {
- depth := 2
- pc, _, _, _ := runtime.Caller(depth)
- name := runtime.FuncForPC(pc).Name()
- buffer_f.WriteString(name)
- } else {
- buffer_f.WriteString(format[at-1 : at+1])
- }
- at++
- }
-
- //values_f := append([]interface{}{}, values[0:frmt.operandCount]...)
- values_f := values[0:frmt.operandCount]
- values_dbg := values[frmt.operandCount:]
- if len(values_dbg) > 0 {
- // Adjust frmt.format:
- // (%v instead of %s because: frmt.check)
- {
- tmp := format
- if len(tmp) > 0 {
- if unicode.IsSpace(rune(tmp[len(tmp)-1])) {
- buffer_f.WriteString("%v")
- } else {
- buffer_f.WriteString(" %v")
- }
- } else if frmt.check {
- // Performing a check, so no output
- } else {
- buffer_f.WriteString("%v")
- }
- }
-
- // Adjust values_f:
- if !frmt.check {
- tmp := []string{}
- for _, value := range values_dbg {
- tmp = append(tmp, fmt.Sprintf("%v", value))
- }
- // First, make a copy of values_f, so we avoid overwriting values_dbg when appending
- values_f = append([]interface{}{}, values_f...)
- values_f = append(values_f, strings.Join(tmp, " "))
- }
- }
-
- format = buffer_f.String()
- if frmt.check {
- // We do not actually emit to the log, but panic if
- // a non-nil value is detected (e.g. a non-nil error)
- for _, value := range values_dbg {
- if value != nil {
- if format == "" {
- panic(value)
- } else {
- panic(fmt.Sprintf(format, append(values_f, value)...))
- }
- }
- }
- } else {
- self.getEmit().emit(frmt, format, values_f...)
- }
-}
-
-// Idiot-proof &Dbgr{}, etc.
-func (self *Dbgr) getEmit() _emit {
- if self.emit == nil {
- self.emit = standardEmit()
- }
- return self.emit
-}
-
-// SetOutput will accept the following as a destination for output:
-//
-// *log.Logger Print*/Panic*/Fatal* of the logger
-// io.Writer -
-// nil Reset to the default output (os.Stderr)
-// "log" Print*/Panic*/Fatal* via the "log" package
-//
-func (self *Dbgr) SetOutput(output interface{}) {
- if output == nil {
- self.emit = standardEmit()
- return
- }
- switch output := output.(type) {
- case *log.Logger:
- self.emit = _emitLogger{
- logger: output,
- }
- return
- case io.Writer:
- self.emit = _emitWriter{
- writer: output,
- }
- return
- case string:
- if output == "log" {
- self.emit = _emitLog{}
- return
- }
- }
- panic(output)
-}
-
-// ======== //
-// = emit = //
-// ======== //
-
-func standardEmit() _emit {
- return _emitWriter{
- writer: os.Stderr,
- }
-}
-
-func ln(tmp string) string {
- length := len(tmp)
- if length > 0 && tmp[length-1] != '\n' {
- return tmp + "\n"
- }
- return tmp
-}
-
-type _emit interface {
- emit(_frmt, string, ...interface{})
-}
-
-type _emitWriter struct {
- writer io.Writer
-}
-
-func (self _emitWriter) emit(frmt _frmt, format string, values ...interface{}) {
- if format == "" {
- fmt.Fprintln(self.writer, values...)
- } else {
- if frmt.panic {
- panic(fmt.Sprintf(format, values...))
- }
- fmt.Fprintf(self.writer, ln(format), values...)
- if frmt.fatal {
- os.Exit(1)
- }
- }
-}
-
-type _emitLogger struct {
- logger *log.Logger
-}
-
-func (self _emitLogger) emit(frmt _frmt, format string, values ...interface{}) {
- if format == "" {
- self.logger.Println(values...)
- } else {
- if frmt.panic {
- self.logger.Panicf(format, values...)
- } else if frmt.fatal {
- self.logger.Fatalf(format, values...)
- } else {
- self.logger.Printf(format, values...)
- }
- }
-}
-
-type _emitLog struct {
-}
-
-func (self _emitLog) emit(frmt _frmt, format string, values ...interface{}) {
- if format == "" {
- log.Println(values...)
- } else {
- if frmt.panic {
- log.Panicf(format, values...)
- } else if frmt.fatal {
- log.Fatalf(format, values...)
- } else {
- log.Printf(format, values...)
- }
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/documentation_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/documentation_test.go
deleted file mode 100644
index dca5093f7..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/documentation_test.go
+++ /dev/null
@@ -1,95 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-func ExampleSynopsis() {
-
- vm := New()
- vm.Run(`
- abc = 2 + 2;
- console.log("The value of abc is " + abc); // 4
- `)
-
- value, _ := vm.Get("abc")
- {
- value, _ := value.ToInteger()
- fmt.Println(value)
- }
-
- vm.Set("def", 11)
- vm.Run(`
- console.log("The value of def is " + def);
- `)
-
- vm.Set("xyzzy", "Nothing happens.")
- vm.Run(`
- console.log(xyzzy.length);
- `)
-
- value, _ = vm.Run("xyzzy.length")
- {
- value, _ := value.ToInteger()
- fmt.Println(value)
- }
-
- value, err := vm.Run("abcdefghijlmnopqrstuvwxyz.length")
- fmt.Println(value)
- fmt.Println(err)
-
- vm.Set("sayHello", func(call FunctionCall) Value {
- fmt.Printf("Hello, %s.\n", call.Argument(0).String())
- return UndefinedValue()
- })
-
- vm.Set("twoPlus", func(call FunctionCall) Value {
- right, _ := call.Argument(0).ToInteger()
- result, _ := vm.ToValue(2 + right)
- return result
- })
-
- value, _ = vm.Run(`
- sayHello("Xyzzy");
- sayHello();
-
- result = twoPlus(2.0);
- `)
- fmt.Println(value)
-
- // Output:
- // The value of abc is 4
- // 4
- // The value of def is 11
- // 16
- // 16
- // undefined
- // ReferenceError: abcdefghijlmnopqrstuvwxyz is not defined
- // Hello, Xyzzy.
- // Hello, undefined.
- // 4
-}
-
-func ExampleConsole() {
-
- vm := New()
- console := map[string]interface{}{
- "log": func(call FunctionCall) Value {
- fmt.Println("console.log:", formatForConsole(call.ArgumentList))
- return UndefinedValue()
- },
- }
-
- err := vm.Set("console", console)
-
- value, err := vm.Run(`
- console.log("Hello, World.");
- `)
- fmt.Println(value)
- fmt.Println(err)
-
- // Output:
- // console.log: Hello, World.
- // undefined
- // <nil>
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/environment.go b/Godeps/_workspace/src/github.com/obscuren/otto/environment.go
deleted file mode 100644
index 891a3c9af..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/environment.go
+++ /dev/null
@@ -1,280 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-// _environment
-
-type _environment interface {
- HasBinding(string) bool
-
- CreateMutableBinding(string, bool)
- SetMutableBinding(string, Value, bool)
- // SetMutableBinding with Lazy CreateMutableBinding(..., true)
- SetValue(string, Value, bool)
-
- GetBindingValue(string, bool) Value
- GetValue(string, bool) Value // GetBindingValue
- DeleteBinding(string) bool
- ImplicitThisValue() *_object
-
- Outer() _environment
-
- newReference(string, bool) _reference
- clone(clone *_clone) _environment
- runtimeOf() *_runtime
-}
-
-// _functionEnvironment
-
-type _functionEnvironment struct {
- _declarativeEnvironment
- arguments *_object
- indexOfArgumentName map[string]string
-}
-
-func (runtime *_runtime) newFunctionEnvironment(outer _environment) *_functionEnvironment {
- return &_functionEnvironment{
- _declarativeEnvironment: _declarativeEnvironment{
- runtime: runtime,
- outer: outer,
- property: map[string]_declarativeProperty{},
- },
- }
-}
-
-func (self0 _functionEnvironment) clone(clone *_clone) _environment {
- return &_functionEnvironment{
- *(self0._declarativeEnvironment.clone(clone).(*_declarativeEnvironment)),
- clone.object(self0.arguments),
- self0.indexOfArgumentName,
- }
-}
-
-func (self _functionEnvironment) runtimeOf() *_runtime {
- return self._declarativeEnvironment.runtimeOf()
-}
-
-// _objectEnvironment
-
-type _objectEnvironment struct {
- runtime *_runtime
- outer _environment
- Object *_object
- ProvideThis bool
-}
-
-func (self *_objectEnvironment) runtimeOf() *_runtime {
- return self.runtime
-}
-
-func (runtime *_runtime) newObjectEnvironment(object *_object, outer _environment) *_objectEnvironment {
- if object == nil {
- object = runtime.newBaseObject()
- object.class = "environment"
- }
- return &_objectEnvironment{
- runtime: runtime,
- outer: outer,
- Object: object,
- }
-}
-
-func (self0 *_objectEnvironment) clone(clone *_clone) _environment {
- self1, exists := clone.objectEnvironment(self0)
- if exists {
- return self1
- }
- *self1 = _objectEnvironment{
- clone.runtime,
- clone.environment(self0.outer),
- clone.object(self0.Object),
- self0.ProvideThis,
- }
- return self1
-}
-
-func (self *_objectEnvironment) HasBinding(name string) bool {
- return self.Object.hasProperty(name)
-}
-
-func (self *_objectEnvironment) CreateMutableBinding(name string, deletable bool) {
- if self.Object.hasProperty(name) {
- panic(hereBeDragons())
- }
- mode := _propertyMode(0111)
- if !deletable {
- mode = _propertyMode(0110)
- }
- // TODO False?
- self.Object.defineProperty(name, UndefinedValue(), mode, false)
-}
-
-func (self *_objectEnvironment) SetMutableBinding(name string, value Value, strict bool) {
- self.Object.put(name, value, strict)
-}
-
-func (self *_objectEnvironment) SetValue(name string, value Value, throw bool) {
- if !self.HasBinding(name) {
- self.CreateMutableBinding(name, true) // Configurable by default
- }
- self.SetMutableBinding(name, value, throw)
-}
-
-func (self *_objectEnvironment) GetBindingValue(name string, strict bool) Value {
- if self.Object.hasProperty(name) {
- return self.Object.get(name)
- }
- if strict {
- panic(newReferenceError("Not Defined", name))
- }
- return UndefinedValue()
-}
-
-func (self *_objectEnvironment) GetValue(name string, throw bool) Value {
- return self.GetBindingValue(name, throw)
-}
-
-func (self *_objectEnvironment) DeleteBinding(name string) bool {
- return self.Object.delete(name, false)
-}
-
-func (self *_objectEnvironment) ImplicitThisValue() *_object {
- if self.ProvideThis {
- return self.Object
- }
- return nil
-}
-
-func (self *_objectEnvironment) Outer() _environment {
- return self.outer
-}
-
-func (self *_objectEnvironment) newReference(name string, strict bool) _reference {
- return newPropertyReference(self.Object, name, strict)
-}
-
-// _declarativeEnvironment
-
-func (runtime *_runtime) newDeclarativeEnvironment(outer _environment) *_declarativeEnvironment {
- return &_declarativeEnvironment{
- runtime: runtime,
- outer: outer,
- property: map[string]_declarativeProperty{},
- }
-}
-
-func (self0 *_declarativeEnvironment) clone(clone *_clone) _environment {
- self1, exists := clone.declarativeEnvironment(self0)
- if exists {
- return self1
- }
- property := make(map[string]_declarativeProperty, len(self0.property))
- for index, value := range self0.property {
- property[index] = clone.declarativeProperty(value)
- }
- *self1 = _declarativeEnvironment{
- clone.runtime,
- clone.environment(self0.outer),
- property,
- }
- return self1
-}
-
-type _declarativeProperty struct {
- value Value
- mutable bool
- deletable bool
- readable bool
-}
-
-type _declarativeEnvironment struct {
- runtime *_runtime
- outer _environment
- property map[string]_declarativeProperty
-}
-
-func (self *_declarativeEnvironment) HasBinding(name string) bool {
- _, exists := self.property[name]
- return exists
-}
-
-func (self *_declarativeEnvironment) runtimeOf() *_runtime {
- return self.runtime
-}
-
-func (self *_declarativeEnvironment) CreateMutableBinding(name string, deletable bool) {
- _, exists := self.property[name]
- if exists {
- panic(fmt.Errorf("CreateMutableBinding: %s: already exists", name))
- }
- self.property[name] = _declarativeProperty{
- value: UndefinedValue(),
- mutable: true,
- deletable: deletable,
- readable: false,
- }
-}
-
-func (self *_declarativeEnvironment) SetMutableBinding(name string, value Value, strict bool) {
- property, exists := self.property[name]
- if !exists {
- panic(fmt.Errorf("SetMutableBinding: %s: missing", name))
- }
- if property.mutable {
- property.value = value
- self.property[name] = property
- } else {
- typeErrorResult(strict)
- }
-}
-
-func (self *_declarativeEnvironment) SetValue(name string, value Value, throw bool) {
- if !self.HasBinding(name) {
- self.CreateMutableBinding(name, false) // NOT deletable by default
- }
- self.SetMutableBinding(name, value, throw)
-}
-
-func (self *_declarativeEnvironment) GetBindingValue(name string, strict bool) Value {
- property, exists := self.property[name]
- if !exists {
- panic(fmt.Errorf("GetBindingValue: %s: missing", name))
- }
- if !property.mutable && !property.readable {
- if strict {
- panic(newTypeError())
- }
- return UndefinedValue()
- }
- return property.value
-}
-
-func (self *_declarativeEnvironment) GetValue(name string, throw bool) Value {
- return self.GetBindingValue(name, throw)
-}
-
-func (self *_declarativeEnvironment) DeleteBinding(name string) bool {
- property, exists := self.property[name]
- if !exists {
- return true
- }
- if !property.deletable {
- return false
- }
- delete(self.property, name)
- return true
-}
-
-func (self *_declarativeEnvironment) ImplicitThisValue() *_object {
- return nil
-}
-
-func (self *_declarativeEnvironment) Outer() _environment {
- return self.outer
-}
-
-func (self *_declarativeEnvironment) newReference(name string, strict bool) _reference {
- return newEnvironmentReference(self, name, strict, nil)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/error.go b/Godeps/_workspace/src/github.com/obscuren/otto/error.go
deleted file mode 100644
index 887b954bd..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/error.go
+++ /dev/null
@@ -1,152 +0,0 @@
-package otto
-
-import (
- "errors"
- "fmt"
-
- "github.com/robertkrimen/otto/ast"
-)
-
-type _exception struct {
- value interface{}
-}
-
-func newException(value interface{}) *_exception {
- return &_exception{
- value: value,
- }
-}
-
-func (self *_exception) eject() interface{} {
- value := self.value
- self.value = nil // Prevent Go from holding on to the value, whatever it is
- return value
-}
-
-type _error struct {
- Name string
- Message string
-
- Line int // Hackish -- line where the error/exception occurred
-}
-
-var messageDetail map[string]string = map[string]string{
- "notDefined": "%v is not defined",
-}
-
-func messageFromDescription(description string, argumentList ...interface{}) string {
- message := messageDetail[description]
- if message == "" {
- message = description
- }
- message = fmt.Sprintf(message, argumentList...)
- return message
-}
-
-func (self _error) MessageValue() Value {
- if self.Message == "" {
- return UndefinedValue()
- }
- return toValue_string(self.Message)
-}
-
-func (self _error) String() string {
- if len(self.Name) == 0 {
- return self.Message
- }
- if len(self.Message) == 0 {
- return self.Name
- }
- return fmt.Sprintf("%s: %s", self.Name, self.Message)
-}
-
-func newError(name string, argumentList ...interface{}) _error {
- description := ""
- var node ast.Node = nil
- length := len(argumentList)
- if length > 0 {
- if node, _ = argumentList[length-1].(ast.Node); node != nil || argumentList[length-1] == nil {
- argumentList = argumentList[0 : length-1]
- length -= 1
- }
- if length > 0 {
- description, argumentList = argumentList[0].(string), argumentList[1:]
- }
- }
- return _error{
- Name: name,
- Message: messageFromDescription(description, argumentList...),
- Line: -1,
- }
- //error := _error{
- // Name: name,
- // Message: messageFromDescription(description, argumentList...),
- // Line: -1,
- //}
- //if node != nil {
- // error.Line = ast.position()
- //}
- //return error
-}
-
-func newReferenceError(argumentList ...interface{}) _error {
- return newError("ReferenceError", argumentList...)
-}
-
-func newTypeError(argumentList ...interface{}) _error {
- return newError("TypeError", argumentList...)
-}
-
-func newRangeError(argumentList ...interface{}) _error {
- return newError("RangeError", argumentList...)
-}
-
-func newSyntaxError(argumentList ...interface{}) _error {
- return newError("SyntaxError", argumentList...)
-}
-
-func newURIError(argumentList ...interface{}) _error {
- return newError("URIError", argumentList...)
-}
-
-func typeErrorResult(throw bool) bool {
- if throw {
- panic(newTypeError())
- }
- return false
-}
-
-func catchPanic(function func()) (err error) {
- // FIXME
- defer func() {
- if caught := recover(); caught != nil {
- if exception, ok := caught.(*_exception); ok {
- caught = exception.eject()
- }
- switch caught := caught.(type) {
- //case *_syntaxError:
- // err = errors.New(fmt.Sprintf("%s (line %d)", caught.String(), caught.Line+0))
- // return
- case _error:
- if caught.Line == -1 {
- err = errors.New(caught.String())
- } else {
- // We're 0-based (for now), hence the + 1
- err = errors.New(fmt.Sprintf("%s (line %d)", caught.String(), caught.Line+1))
- }
- return
- case Value:
- err = errors.New(toString(caught))
- return
- //case string:
- // if strings.HasPrefix(caught, "SyntaxError:") {
- // err = errors.New(caught)
- // return
- // }
- }
- panic(caught)
- }
- }()
- function()
- return nil
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/error_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/error_test.go
deleted file mode 100644
index d0580c618..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/error_test.go
+++ /dev/null
@@ -1,62 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestError(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ Error.prototype.name, Error.prototype.message, Error.prototype.hasOwnProperty("message") ];
- `, "Error,,true")
- })
-}
-
-func TestError_instanceof(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`(new TypeError()) instanceof Error`, true)
- })
-}
-
-func TestPanicValue(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- vm.Set("abc", func(call FunctionCall) Value {
- value, err := call.Otto.Run(`({ def: 3.14159 })`)
- is(err, nil)
- panic(value)
- })
-
- test(`
- try {
- abc();
- }
- catch (err) {
- error = err;
- }
- [ error instanceof Error, error.message, error.def ];
- `, "false,,3.14159")
- })
-}
-
-func Test_catchPanic(t *testing.T) {
- tt(t, func() {
- vm := New()
-
- _, err := vm.Run(`
- A syntax error that
- does not define
- var;
- abc;
- `)
- is(err, "!=", nil)
-
- _, err = vm.Call(`abc.def`, nil)
- is(err, "!=", nil)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/evaluate.go b/Godeps/_workspace/src/github.com/obscuren/otto/evaluate.go
deleted file mode 100644
index d8c74c0f6..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/evaluate.go
+++ /dev/null
@@ -1,317 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "strings"
-
- "github.com/robertkrimen/otto/token"
-)
-
-func (self *_runtime) evaluateMultiply(left float64, right float64) Value {
- // TODO 11.5.1
- return UndefinedValue()
-}
-
-func (self *_runtime) evaluateDivide(left float64, right float64) Value {
- if math.IsNaN(left) || math.IsNaN(right) {
- return NaNValue()
- }
- if math.IsInf(left, 0) && math.IsInf(right, 0) {
- return NaNValue()
- }
- if left == 0 && right == 0 {
- return NaNValue()
- }
- if math.IsInf(left, 0) {
- if math.Signbit(left) == math.Signbit(right) {
- return positiveInfinityValue()
- } else {
- return negativeInfinityValue()
- }
- }
- if math.IsInf(right, 0) {
- if math.Signbit(left) == math.Signbit(right) {
- return positiveZeroValue()
- } else {
- return negativeZeroValue()
- }
- }
- if right == 0 {
- if math.Signbit(left) == math.Signbit(right) {
- return positiveInfinityValue()
- } else {
- return negativeInfinityValue()
- }
- }
- return toValue_float64(left / right)
-}
-
-func (self *_runtime) evaluateModulo(left float64, right float64) Value {
- // TODO 11.5.3
- return UndefinedValue()
-}
-
-func (self *_runtime) calculateBinaryExpression(operator token.Token, left Value, right Value) Value {
-
- leftValue := self.GetValue(left)
-
- switch operator {
-
- // Additive
- case token.PLUS:
- leftValue = toPrimitive(leftValue)
- rightValue := self.GetValue(right)
- rightValue = toPrimitive(rightValue)
-
- if leftValue.IsString() || rightValue.IsString() {
- return toValue_string(strings.Join([]string{leftValue.toString(), rightValue.toString()}, ""))
- } else {
- return toValue_float64(leftValue.toFloat() + rightValue.toFloat())
- }
- case token.MINUS:
- rightValue := self.GetValue(right)
- return toValue_float64(leftValue.toFloat() - rightValue.toFloat())
-
- // Multiplicative
- case token.MULTIPLY:
- rightValue := self.GetValue(right)
- return toValue_float64(leftValue.toFloat() * rightValue.toFloat())
- case token.SLASH:
- rightValue := self.GetValue(right)
- return self.evaluateDivide(leftValue.toFloat(), rightValue.toFloat())
- case token.REMAINDER:
- rightValue := self.GetValue(right)
- return toValue_float64(math.Mod(leftValue.toFloat(), rightValue.toFloat()))
-
- // Logical
- case token.LOGICAL_AND:
- left := toBoolean(leftValue)
- if !left {
- return FalseValue()
- }
- return toValue_bool(toBoolean(self.GetValue(right)))
- case token.LOGICAL_OR:
- left := toBoolean(leftValue)
- if left {
- return TrueValue()
- }
- return toValue_bool(toBoolean(self.GetValue(right)))
-
- // Bitwise
- case token.AND:
- rightValue := self.GetValue(right)
- return toValue_int32(toInt32(leftValue) & toInt32(rightValue))
- case token.OR:
- rightValue := self.GetValue(right)
- return toValue_int32(toInt32(leftValue) | toInt32(rightValue))
- case token.EXCLUSIVE_OR:
- rightValue := self.GetValue(right)
- return toValue_int32(toInt32(leftValue) ^ toInt32(rightValue))
-
- // Shift
- // (Masking of 0x1f is to restrict the shift to a maximum of 31 places)
- case token.SHIFT_LEFT:
- rightValue := self.GetValue(right)
- return toValue_int32(toInt32(leftValue) << (toUint32(rightValue) & 0x1f))
- case token.SHIFT_RIGHT:
- rightValue := self.GetValue(right)
- return toValue_int32(toInt32(leftValue) >> (toUint32(rightValue) & 0x1f))
- case token.UNSIGNED_SHIFT_RIGHT:
- rightValue := self.GetValue(right)
- // Shifting an unsigned integer is a logical shift
- return toValue_uint32(toUint32(leftValue) >> (toUint32(rightValue) & 0x1f))
-
- case token.INSTANCEOF:
- rightValue := self.GetValue(right)
- if !rightValue.IsObject() {
- panic(newTypeError("Expecting a function in instanceof check, but got: %v", rightValue))
- }
- return toValue_bool(rightValue._object().HasInstance(leftValue))
-
- case token.IN:
- rightValue := self.GetValue(right)
- if !rightValue.IsObject() {
- panic(newTypeError())
- }
- return toValue_bool(rightValue._object().hasProperty(toString(leftValue)))
- }
-
- panic(hereBeDragons(operator))
-}
-
-func valueKindDispatchKey(left _valueType, right _valueType) int {
- return (int(left) << 2) + int(right)
-}
-
-var equalDispatch map[int](func(Value, Value) bool) = makeEqualDispatch()
-
-func makeEqualDispatch() map[int](func(Value, Value) bool) {
- key := valueKindDispatchKey
- return map[int](func(Value, Value) bool){
-
- key(valueNumber, valueObject): func(x Value, y Value) bool { return x.toFloat() == y.toFloat() },
- key(valueString, valueObject): func(x Value, y Value) bool { return x.toFloat() == y.toFloat() },
- key(valueObject, valueNumber): func(x Value, y Value) bool { return x.toFloat() == y.toFloat() },
- key(valueObject, valueString): func(x Value, y Value) bool { return x.toFloat() == y.toFloat() },
- }
-}
-
-type _lessThanResult int
-
-const (
- lessThanFalse _lessThanResult = iota
- lessThanTrue
- lessThanUndefined
-)
-
-func calculateLessThan(left Value, right Value, leftFirst bool) _lessThanResult {
-
- x := UndefinedValue()
- y := x
-
- if leftFirst {
- x = toNumberPrimitive(left)
- y = toNumberPrimitive(right)
- } else {
- y = toNumberPrimitive(right)
- x = toNumberPrimitive(left)
- }
-
- result := false
- if x._valueType != valueString || y._valueType != valueString {
- x, y := x.toFloat(), y.toFloat()
- if math.IsNaN(x) || math.IsNaN(y) {
- return lessThanUndefined
- }
- result = x < y
- } else {
- x, y := x.toString(), y.toString()
- result = x < y
- }
-
- if result {
- return lessThanTrue
- }
-
- return lessThanFalse
-}
-
-var lessThanTable [4](map[_lessThanResult]bool) = [4](map[_lessThanResult]bool){
- // <
- map[_lessThanResult]bool{
- lessThanFalse: false,
- lessThanTrue: true,
- lessThanUndefined: false,
- },
-
- // >
- map[_lessThanResult]bool{
- lessThanFalse: false,
- lessThanTrue: true,
- lessThanUndefined: false,
- },
-
- // <=
- map[_lessThanResult]bool{
- lessThanFalse: true,
- lessThanTrue: false,
- lessThanUndefined: false,
- },
-
- // >=
- map[_lessThanResult]bool{
- lessThanFalse: true,
- lessThanTrue: false,
- lessThanUndefined: false,
- },
-}
-
-func (self *_runtime) calculateComparison(comparator token.Token, left Value, right Value) bool {
-
- // FIXME Use strictEqualityComparison?
- // TODO This might be redundant now (with regards to evaluateComparison)
- x := self.GetValue(left)
- y := self.GetValue(right)
-
- kindEqualKind := false
- result := true
- negate := false
-
- switch comparator {
- case token.LESS:
- result = lessThanTable[0][calculateLessThan(x, y, true)]
- case token.GREATER:
- result = lessThanTable[1][calculateLessThan(y, x, false)]
- case token.LESS_OR_EQUAL:
- result = lessThanTable[2][calculateLessThan(y, x, false)]
- case token.GREATER_OR_EQUAL:
- result = lessThanTable[3][calculateLessThan(x, y, true)]
- case token.STRICT_NOT_EQUAL:
- negate = true
- fallthrough
- case token.STRICT_EQUAL:
- if x._valueType != y._valueType {
- result = false
- } else {
- kindEqualKind = true
- }
- case token.NOT_EQUAL:
- negate = true
- fallthrough
- case token.EQUAL:
- if x._valueType == y._valueType {
- kindEqualKind = true
- } else if x._valueType <= valueUndefined && y._valueType <= valueUndefined {
- result = true
- } else if x._valueType <= valueUndefined || y._valueType <= valueUndefined {
- result = false
- } else if x._valueType <= valueString && y._valueType <= valueString {
- result = x.toFloat() == y.toFloat()
- } else if x._valueType == valueBoolean {
- result = self.calculateComparison(token.EQUAL, toValue_float64(x.toFloat()), y)
- } else if y._valueType == valueBoolean {
- result = self.calculateComparison(token.EQUAL, x, toValue_float64(y.toFloat()))
- } else if x._valueType == valueObject {
- result = self.calculateComparison(token.EQUAL, toPrimitive(x), y)
- } else if y._valueType == valueObject {
- result = self.calculateComparison(token.EQUAL, x, toPrimitive(y))
- } else {
- panic(hereBeDragons("Unable to test for equality: %v ==? %v", x, y))
- }
- default:
- panic(fmt.Errorf("Unknown comparator %s", comparator.String()))
- }
-
- if kindEqualKind {
- switch x._valueType {
- case valueUndefined, valueNull:
- result = true
- case valueNumber:
- x := x.toFloat()
- y := y.toFloat()
- if math.IsNaN(x) || math.IsNaN(y) {
- result = false
- } else {
- result = x == y
- }
- case valueString:
- result = x.toString() == y.toString()
- case valueBoolean:
- result = x.toBoolean() == y.toBoolean()
- case valueObject:
- result = x._object() == y._object()
- default:
- goto ERROR
- }
- }
-
- if negate {
- result = !result
- }
-
- return result
-
-ERROR:
- panic(hereBeDragons("%v (%v) %s %v (%v)", x, x._valueType, comparator, y, y._valueType))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/execution_context.go b/Godeps/_workspace/src/github.com/obscuren/otto/execution_context.go
deleted file mode 100644
index 07d891022..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/execution_context.go
+++ /dev/null
@@ -1,40 +0,0 @@
-package otto
-
-type _executionContext struct {
- LexicalEnvironment _environment
- VariableEnvironment _environment
- this *_object
- eval bool // Replace this with kind?
-}
-
-func newExecutionContext(lexical _environment, variable _environment, this *_object) *_executionContext {
- return &_executionContext{
- LexicalEnvironment: lexical,
- VariableEnvironment: variable,
- this: this,
- }
-}
-
-func (self *_executionContext) getValue(name string) Value {
- strict := false
- return self.LexicalEnvironment.GetValue(name, strict)
-}
-
-func (self *_executionContext) setValue(name string, value Value, throw bool) {
- self.LexicalEnvironment.SetValue(name, value, throw)
-}
-
-func (self *_executionContext) newLexicalEnvironment(object *_object) (_environment, *_objectEnvironment) {
- // Get runtime from the object (for now)
- runtime := object.runtime
- previousLexical := self.LexicalEnvironment
- newLexical := runtime.newObjectEnvironment(object, self.LexicalEnvironment)
- self.LexicalEnvironment = newLexical
- return previousLexical, newLexical
-}
-
-func (self *_executionContext) newDeclarativeEnvironment(runtime *_runtime) _environment {
- previousLexical := self.LexicalEnvironment
- self.LexicalEnvironment = runtime.newDeclarativeEnvironment(self.LexicalEnvironment)
- return previousLexical
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/file/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/file/README.markdown
deleted file mode 100644
index 72bbdb1fd..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/file/README.markdown
+++ /dev/null
@@ -1,72 +0,0 @@
-# file
---
- import "github.com/robertkrimen/otto/file"
-
-Package file encapsulates the file abstractions used by the ast & parser.
-
-## Usage
-
-#### type FileSet
-
-```go
-type FileSet struct {
-}
-```
-
-A FileSet represents a set of source files.
-
-#### func (*FileSet) AddFile
-
-```go
-func (self *FileSet) AddFile(filename, src string) int
-```
-AddFile adds a new file with the given filename and src.
-
-This an internal method, but exported for cross-package use.
-
-#### func (*FileSet) Position
-
-```go
-func (self *FileSet) Position(idx Idx) *Position
-```
-Position converts an Idx in the FileSet into a Position.
-
-#### type Idx
-
-```go
-type Idx int
-```
-
-Idx is a compact encoding of a source position within a file set. It can be
-converted into a Position for a more convenient, but much larger,
-representation.
-
-#### type Position
-
-```go
-type Position struct {
- Filename string // The filename where the error occurred, if any
- Offset int // The src offset
- Line int // The line number, starting at 1
- Column int // The column number, starting at 1 (The character count)
-
-}
-```
-
-Position describes an arbitrary source position including the filename, line,
-and column location.
-
-#### func (*Position) String
-
-```go
-func (self *Position) String() string
-```
-String returns a string in one of several forms:
-
- file:line:column A valid position with filename
- line:column A valid position without filename
- file An invalid position with filename
- - An invalid position without filename
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/file/file.go b/Godeps/_workspace/src/github.com/obscuren/otto/file/file.go
deleted file mode 100644
index 5e893d819..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/file/file.go
+++ /dev/null
@@ -1,106 +0,0 @@
-// Package file encapsulates the file abstractions used by the ast & parser.
-//
-package file
-
-import (
- "fmt"
- "strings"
-)
-
-// Idx is a compact encoding of a source position within a file set.
-// It can be converted into a Position for a more convenient, but much
-// larger, representation.
-type Idx int
-
-// Position describes an arbitrary source position
-// including the filename, line, and column location.
-type Position struct {
- Filename string // The filename where the error occurred, if any
- Offset int // The src offset
- Line int // The line number, starting at 1
- Column int // The column number, starting at 1 (The character count)
-
-}
-
-// A Position is valid if the line number is > 0.
-
-func (self *Position) isValid() bool {
- return self.Line > 0
-}
-
-// String returns a string in one of several forms:
-//
-// file:line:column A valid position with filename
-// line:column A valid position without filename
-// file An invalid position with filename
-// - An invalid position without filename
-//
-func (self *Position) String() string {
- str := self.Filename
- if self.isValid() {
- if str != "" {
- str += ":"
- }
- str += fmt.Sprintf("%d:%d", self.Line, self.Column)
- }
- if str == "" {
- str = "-"
- }
- return str
-}
-
-// FileSet
-
-// A FileSet represents a set of source files.
-type FileSet struct {
- files []*_file
- last *_file
-}
-
-// AddFile adds a new file with the given filename and src.
-//
-// This an internal method, but exported for cross-package use.
-func (self *FileSet) AddFile(filename, src string) int {
- base := self.nextBase()
- file := &_file{
- filename: filename,
- src: src,
- base: base,
- }
- self.files = append(self.files, file)
- self.last = file
- return base
-}
-
-func (self *FileSet) nextBase() int {
- if self.last == nil {
- return 1
- }
- return self.last.base + len(self.last.src) + 1
-}
-
-// Position converts an Idx in the FileSet into a Position.
-func (self *FileSet) Position(idx Idx) *Position {
- position := &Position{}
- for _, file := range self.files {
- if idx <= Idx(file.base+len(file.src)) {
- offset := int(idx) - file.base
- src := file.src[:offset]
- position.Filename = file.filename
- position.Offset = offset
- position.Line = 1 + strings.Count(src, "\n")
- if index := strings.LastIndex(src, "\n"); index >= 0 {
- position.Column = offset - index
- } else {
- position.Column = 1 + len(src)
- }
- }
- }
- return position
-}
-
-type _file struct {
- filename string
- src string
- base int // This will always be 1 or greater
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/function_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/function_test.go
deleted file mode 100644
index bd438022d..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/function_test.go
+++ /dev/null
@@ -1,272 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestFunction(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = Object.getOwnPropertyDescriptor(Function, "prototype");
- [ [ typeof Function.prototype, typeof Function.prototype.length, Function.prototype.length ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "function,number,0,false,false,false")
- })
-}
-
-func Test_argumentList2parameterList(t *testing.T) {
- tt(t, func() {
- is(argumentList2parameterList([]Value{toValue("abc, def"), toValue("ghi")}), []string{"abc", "def", "ghi"})
- })
-}
-
-func TestFunction_new(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- new Function({});
- `, "SyntaxError: Unexpected identifier")
-
- test(`
- var abc = Function("def, ghi", "jkl", "return def+ghi+jkl");
- [ typeof abc, abc instanceof Function, abc("ab", "ba", 1) ];
- `, "function,true,abba1")
-
- test(`raise:
- var abc = {
- toString: function() { throw 1; }
- };
- var def = {
- toString: function() { throw 2; }
- };
- var ghi = new Function(abc, def);
- ghi;
- `, "1")
-
- // S15.3.2.1_A3_T10
- test(`raise:
- var abc = {
- toString: function() { return "z;x"; }
- };
- var def = "return this";
- var ghi = new Function(abc, def);
- ghi;
- `, "SyntaxError: Unexpected token ;")
-
- test(`raise:
- var abc;
- var def = "return true";
- var ghi = new Function(null, def);
- ghi;
- `, "SyntaxError: Unexpected token null")
- })
-}
-
-func TestFunction_apply(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Function.prototype.apply.length`, 2)
- test(`String.prototype.substring.apply("abc", [1, 11])`, "bc")
- })
-}
-
-func TestFunction_call(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Function.prototype.call.length`, 1)
- test(`String.prototype.substring.call("abc", 1, 11)`, "bc")
- })
-}
-
-func TestFunctionArguments(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // Should not be able to delete arguments
- test(`
- function abc(def, arguments){
- delete def;
- return def;
- }
- abc(1);
- `, 1)
-
- // Again, should not be able to delete arguments
- test(`
- function abc(def){
- delete def;
- return def;
- }
- abc(1);
- `, 1)
-
- // Test typeof of a function argument
- test(`
- function abc(def, ghi, jkl){
- return typeof jkl
- }
- abc("1st", "2nd", "3rd", "4th", "5th");
- `, "string")
-
- test(`
- function abc(def, ghi, jkl){
- arguments[0] = 3.14;
- arguments[1] = 'Nothing happens';
- arguments[2] = 42;
- if (3.14 === def && 'Nothing happens' === ghi && 42 === jkl)
- return true;
- }
- abc(-1, 4.2, 314);
- `, true)
- })
-}
-
-func TestFunctionDeclarationInFunction(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // Function declarations happen AFTER parameter/argument declarations
- // That is, a function declared within a function will shadow/overwrite
- // declared parameters
-
- test(`
- function abc(def){
- return def;
- function def(){
- return 1;
- }
- }
- typeof abc();
- `, "function")
- })
-}
-
-func TestArguments_defineOwnProperty(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc;
- var def = true;
- var ghi = {};
- (function (a, b, c) {
- Object.defineProperty(arguments, "0", {
- value: 42,
- writable: false,
- enumerable: false,
- configurable: false
- });
- Object.defineProperty(arguments, "1", {
- value: 3.14,
- configurable: true,
- enumerable: true
- });
- abc = Object.getOwnPropertyDescriptor(arguments, "0");
- for (var name in arguments) {
- ghi[name] = (ghi[name] || 0) + 1;
- if (name === "0") {
- def = false;
- }
- }
- }(0, 1, 2));
- [ abc.value, abc.writable, abc.enumerable, abc.configurable, def, ghi["1"] ];
- `, "42,false,false,false,true,1")
- })
-}
-
-func TestFunction_bind(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- abc = function(){
- return "abc";
- };
- def = abc.bind();
- [ typeof def.prototype, typeof def.hasOwnProperty, def.hasOwnProperty("caller"), def.hasOwnProperty("arguments"), def() ];
- `, "object,function,true,true,abc")
-
- test(`
- abc = function(){
- return arguments[1];
- };
- def = abc.bind(undefined, "abc");
- ghi = abc.bind(undefined, "abc", "ghi");
- [ def(), def("def"), ghi("def") ];
- `, ",def,ghi")
-
- test(`
- var abc = function () {};
- var ghi;
- try {
- Object.defineProperty(Function.prototype, "xyzzy", {
- value: 1001,
- writable: true,
- enumerable: true,
- configurable: true
- });
- var def = abc.bind({});
- ghi = !def.hasOwnProperty("xyzzy") && ghi.xyzzy === 1001;
- } finally {
- delete Function.prototype.xyzzy;
- }
- [ ghi ];
- `, "true")
-
- test(`
- var abc = function (def, ghi) {};
- var jkl = abc.bind({});
- var mno = abc.bind({}, 1, 2);
- [ jkl.length, mno.length ];
- `, "2,0")
-
- test(`raise:
- Math.bind();
- `, "TypeError: undefined is not a function")
-
- test(`
- function construct(fn, arguments) {
- var bound = Function.prototype.bind.apply(fn, [null].concat(arguments));
- return new bound();
- }
- var abc = construct(Date, [1957, 4, 27]);
- Object.prototype.toString.call(abc);
- `, "[object Date]")
-
- test(`
- var fn = function (x, y, z) {
- var result = {};
- result.abc = x + y + z;
- result.def = arguments[0] === "a" && arguments.length === 3;
- return result;
- };
- var newFn = Function.prototype.bind.call(fn, {}, "a", "b", "c");
- var result = new newFn();
- [ result.hasOwnProperty("abc"), result.hasOwnProperty("def"), result.abc, result.def ];
- `, "true,true,abc,true")
- })
-}
-
-func TestFunction_toString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- Function.prototype.toString.call(undefined);
- `, "TypeError")
-
- test(`
- abc = function() { return -1 ;
-}
- 1;
- abc.toString();
- `, "function() { return -1 ;\n}")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/global.go b/Godeps/_workspace/src/github.com/obscuren/otto/global.go
deleted file mode 100644
index 87030a0e0..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/global.go
+++ /dev/null
@@ -1,214 +0,0 @@
-package otto
-
-import (
- "strconv"
- "time"
-)
-
-var (
- prototypeValueObject = interface{}(nil)
- prototypeValueFunction = _functionObject{
- call: _nativeCallFunction{"", func(_ FunctionCall) Value {
- return UndefinedValue()
- }},
- }
- prototypeValueString = _stringASCII("")
- // TODO Make this just false?
- prototypeValueBoolean = Value{
- _valueType: valueBoolean,
- value: false,
- }
- prototypeValueNumber = Value{
- _valueType: valueNumber,
- value: 0,
- }
- prototypeValueDate = _dateObject{
- epoch: 0,
- isNaN: false,
- time: time.Unix(0, 0).UTC(),
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- }
- prototypeValueRegExp = _regExpObject{
- regularExpression: nil,
- global: false,
- ignoreCase: false,
- multiline: false,
- source: "",
- flags: "",
- }
-)
-
-func newContext() *_runtime {
-
- self := &_runtime{}
-
- self.GlobalEnvironment = self.newObjectEnvironment(nil, nil)
- self.GlobalObject = self.GlobalEnvironment.Object
-
- self.EnterGlobalExecutionContext()
-
- _newContext(self)
-
- self.eval = self.GlobalObject.property["eval"].value.(Value).value.(*_object)
- self.GlobalObject.prototype = self.Global.ObjectPrototype
- //self.parser = ast.NewParser()
-
- return self
-}
-
-func (runtime *_runtime) newBaseObject() *_object {
- self := newObject(runtime, "")
- return self
-}
-
-func (runtime *_runtime) newClassObject(class string) *_object {
- return newObject(runtime, class)
-}
-
-func (runtime *_runtime) newPrimitiveObject(class string, value Value) *_object {
- self := runtime.newClassObject(class)
- self.value = value
- return self
-}
-
-func (self *_object) primitiveValue() Value {
- switch value := self.value.(type) {
- case Value:
- return value
- case _stringObject:
- return toValue_string(value.String())
- }
- return Value{}
-}
-
-func (self *_object) hasPrimitive() bool {
- switch self.value.(type) {
- case Value, _stringObject:
- return true
- }
- return false
-}
-
-func (runtime *_runtime) newObject() *_object {
- self := runtime.newClassObject("Object")
- self.prototype = runtime.Global.ObjectPrototype
- return self
-}
-
-func (runtime *_runtime) newArray(length uint32) *_object {
- self := runtime.newArrayObject(length)
- self.prototype = runtime.Global.ArrayPrototype
- return self
-}
-
-func (runtime *_runtime) newArrayOf(valueArray []Value) *_object {
- self := runtime.newArray(uint32(len(valueArray)))
- for index, value := range valueArray {
- if value.isEmpty() {
- continue
- }
- self.defineProperty(strconv.FormatInt(int64(index), 10), value, 0111, false)
- }
- return self
-}
-
-func (runtime *_runtime) newString(value Value) *_object {
- self := runtime.newStringObject(value)
- self.prototype = runtime.Global.StringPrototype
- return self
-}
-
-func (runtime *_runtime) newBoolean(value Value) *_object {
- self := runtime.newBooleanObject(value)
- self.prototype = runtime.Global.BooleanPrototype
- return self
-}
-
-func (runtime *_runtime) newNumber(value Value) *_object {
- self := runtime.newNumberObject(value)
- self.prototype = runtime.Global.NumberPrototype
- return self
-}
-
-func (runtime *_runtime) newRegExp(patternValue Value, flagsValue Value) *_object {
-
- pattern := ""
- flags := ""
- if object := patternValue._object(); object != nil && object.class == "RegExp" {
- if flagsValue.IsDefined() {
- panic(newTypeError("Cannot supply flags when constructing one RegExp from another"))
- }
- regExp := object.regExpValue()
- pattern = regExp.source
- flags = regExp.flags
- } else {
- if patternValue.IsDefined() {
- pattern = toString(patternValue)
- }
- if flagsValue.IsDefined() {
- flags = toString(flagsValue)
- }
- }
-
- return runtime._newRegExp(pattern, flags)
-}
-
-func (runtime *_runtime) _newRegExp(pattern string, flags string) *_object {
- self := runtime.newRegExpObject(pattern, flags)
- self.prototype = runtime.Global.RegExpPrototype
- return self
-}
-
-// TODO Should (probably) be one argument, right? This is redundant
-func (runtime *_runtime) newDate(epoch float64) *_object {
- self := runtime.newDateObject(epoch)
- self.prototype = runtime.Global.DatePrototype
- return self
-}
-
-func (runtime *_runtime) newError(name string, message Value) *_object {
- var self *_object
- switch name {
- case "EvalError":
- return runtime.newEvalError(message)
- case "TypeError":
- return runtime.newTypeError(message)
- case "RangeError":
- return runtime.newRangeError(message)
- case "ReferenceError":
- return runtime.newReferenceError(message)
- case "SyntaxError":
- return runtime.newSyntaxError(message)
- case "URIError":
- return runtime.newURIError(message)
- }
-
- self = runtime.newErrorObject(message)
- self.prototype = runtime.Global.ErrorPrototype
- if name != "" {
- self.defineProperty("name", toValue_string(name), 0111, false)
- }
- return self
-}
-
-func (runtime *_runtime) newNativeFunction(name string, _nativeFunction _nativeFunction) *_object {
- self := runtime.newNativeFunctionObject(name, _nativeFunction, 0)
- self.prototype = runtime.Global.FunctionPrototype
- prototype := runtime.newObject()
- self.defineProperty("prototype", toValue_object(prototype), 0100, false)
- prototype.defineProperty("constructor", toValue_object(self), 0100, false)
- return self
-}
-
-func (runtime *_runtime) newNodeFunction(node *_nodeFunctionLiteral, scopeEnvironment _environment) *_object {
- // TODO Implement 13.2 fully
- self := runtime.newNodeFunctionObject(node, scopeEnvironment)
- self.prototype = runtime.Global.FunctionPrototype
- prototype := runtime.newObject()
- self.defineProperty("prototype", toValue_object(prototype), 0100, false)
- prototype.defineProperty("constructor", toValue_object(self), 0101, false)
- return self
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/global_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/global_test.go
deleted file mode 100644
index c5204e54c..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/global_test.go
+++ /dev/null
@@ -1,352 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "strings"
- "testing"
-)
-
-func TestGlobal(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- runtime := vm.vm.runtime
-
- {
- call := func(object interface{}, src string, argumentList ...interface{}) Value {
- var tgt *Object
- switch object := object.(type) {
- case Value:
- tgt = object.Object()
- case *Object:
- tgt = object
- case *_object:
- tgt = toValue_object(object).Object()
- default:
- panic("Here be dragons.")
- }
- value, err := tgt.Call(src, argumentList...)
- is(err, nil)
- return value
- }
-
- value := runtime.localGet("Object")._object().Call(UndefinedValue(), []Value{toValue(runtime.newObject())})
- is(value.IsObject(), true)
- is(value, "[object Object]")
- is(value._object().prototype == runtime.Global.ObjectPrototype, true)
- is(value._object().prototype == runtime.Global.Object.get("prototype")._object(), true)
- is(value._object().get("toString"), "function toString() { [native code] }")
- is(call(value.Object(), "hasOwnProperty", "hasOwnProperty"), false)
-
- is(call(value._object().get("toString")._object().prototype, "toString"), "function () { [native code] }") // TODO Is this right?
- is(value._object().get("toString")._object().get("toString"), "function toString() { [native code] }")
- is(value._object().get("toString")._object().get("toString")._object(), "function toString() { [native code] }")
-
- is(call(value._object(), "propertyIsEnumerable", "isPrototypeOf"), false)
- value._object().put("xyzzy", toValue_string("Nothing happens."), false)
- is(call(value, "propertyIsEnumerable", "isPrototypeOf"), false)
- is(call(value, "propertyIsEnumerable", "xyzzy"), true)
- is(value._object().get("xyzzy"), "Nothing happens.")
-
- is(call(runtime.localGet("Object"), "isPrototypeOf", value), false)
- is(call(runtime.localGet("Object")._object().get("prototype"), "isPrototypeOf", value), true)
- is(call(runtime.localGet("Function"), "isPrototypeOf", value), false)
-
- is(runtime.newObject().prototype == runtime.Global.Object.get("prototype")._object(), true)
-
- abc := runtime.newBoolean(toValue_bool(true))
- is(toValue_object(abc), "true") // TODO Call primitive?
-
- def := runtime.localGet("Boolean")._object().Construct(UndefinedValue(), []Value{})
- is(def, "false") // TODO Call primitive?
- }
-
- test(`new Number().constructor == Number`, true)
-
- test(`this.hasOwnProperty`, "function hasOwnProperty() { [native code] }")
-
- test(`eval.length === 1`, true)
- test(`eval.prototype === undefined`, true)
- test(`raise: new eval()`, "TypeError: function eval() { [native code] } is not a constructor")
-
- test(`
- [
- [ delete undefined, undefined ],
- [ delete NaN, NaN ],
- [ delete Infinity, Infinity ],
- ];
- `, "false,,false,NaN,false,Infinity")
-
- test(`
- Object.getOwnPropertyNames(Function('return this')()).sort();
- `, "Array,Boolean,Date,Error,EvalError,Function,Infinity,JSON,Math,NaN,Number,Object,RangeError,ReferenceError,RegExp,String,SyntaxError,TypeError,URIError,console,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,escape,eval,isFinite,isNaN,parseFloat,parseInt,undefined,unescape")
-
- // __defineGetter__,__defineSetter__,__lookupGetter__,__lookupSetter__,constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf
- test(`
- Object.getOwnPropertyNames(Object.prototype).sort();
- `, "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf")
-
- // arguments,caller,length,name,prototype
- test(`
- Object.getOwnPropertyNames(EvalError).sort();
- `, "length,prototype")
-
- test(`
- var abc = [];
- var def = [EvalError, RangeError, ReferenceError, SyntaxError, TypeError, URIError];
- for (constructor in def) {
- abc.push(def[constructor] === def[constructor].prototype.constructor);
- }
- def = [Array, Boolean, Date, Function, Number, Object, RegExp, String, SyntaxError];
- for (constructor in def) {
- abc.push(def[constructor] === def[constructor].prototype.constructor);
- }
- abc;
- `, "true,true,true,true,true,true,true,true,true,true,true,true,true,true,true")
-
- test(`
- [ Array.prototype.constructor === Array, Array.constructor === Function ];
- `, "true,true")
-
- test(`
- [ Number.prototype.constructor === Number, Number.constructor === Function ];
- `, "true,true")
-
- test(`
- [ Function.prototype.constructor === Function, Function.constructor === Function ];
- `, "true,true")
- })
-}
-
-func TestGlobalLength(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ Object.length, Function.length, RegExp.length, Math.length ];
- `, "1,1,2,")
- })
-}
-
-func TestGlobalError(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ TypeError.length, TypeError(), TypeError("Nothing happens.") ];
- `, "1,TypeError,TypeError: Nothing happens.")
-
- test(`
- [ URIError.length, URIError(), URIError("Nothing happens.") ];
- `, "1,URIError,URIError: Nothing happens.")
- })
-}
-
-func TestGlobalReadOnly(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Number.POSITIVE_INFINITY`, math.Inf(1))
-
- test(`
- Number.POSITIVE_INFINITY = 1;
- `, 1)
-
- test(`Number.POSITIVE_INFINITY`, math.Inf(1))
-
- test(`
- Number.POSITIVE_INFINITY = 1;
- Number.POSITIVE_INFINITY;
- `, math.Inf(1))
- })
-}
-
-func Test_isNaN(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`isNaN(0)`, false)
- test(`isNaN("Xyzzy")`, true)
- test(`isNaN()`, true)
- test(`isNaN(NaN)`, true)
- test(`isNaN(Infinity)`, false)
-
- test(`isNaN.length === 1`, true)
- test(`isNaN.prototype === undefined`, true)
- })
-}
-
-func Test_isFinite(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`isFinite(0)`, true)
- test(`isFinite("Xyzzy")`, false)
- test(`isFinite()`, false)
- test(`isFinite(NaN)`, false)
- test(`isFinite(Infinity)`, false)
- test(`isFinite(new Number(451));`, true)
-
- test(`isFinite.length === 1`, true)
- test(`isFinite.prototype === undefined`, true)
- })
-}
-
-func Test_parseInt(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`parseInt("0")`, 0)
- test(`parseInt("11")`, 11)
- test(`parseInt(" 11")`, 11)
- test(`parseInt("11 ")`, 11)
- test(`parseInt(" 11 ")`, 11)
- test(`parseInt(" 11\n")`, 11)
- test(`parseInt(" 11\n", 16)`, 17)
-
- test(`parseInt("Xyzzy")`, _NaN)
-
- test(`parseInt(" 0x11\n", 16)`, 17)
- test(`parseInt("0x0aXyzzy", 16)`, 10)
- test(`parseInt("0x1", 0)`, 1)
- test(`parseInt("0x10000000000000000000", 16)`, float64(75557863725914323419136))
-
- test(`parseInt.length === 2`, true)
- test(`parseInt.prototype === undefined`, true)
- })
-}
-
-func Test_parseFloat(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`parseFloat("0")`, 0)
- test(`parseFloat("11")`, 11)
- test(`parseFloat(" 11")`, 11)
- test(`parseFloat("11 ")`, 11)
- test(`parseFloat(" 11 ")`, 11)
- test(`parseFloat(" 11\n")`, 11)
- test(`parseFloat(" 11\n", 16)`, 11)
- test(`parseFloat("11.1")`, 11.1)
-
- test(`parseFloat("Xyzzy")`, _NaN)
-
- test(`parseFloat(" 0x11\n", 16)`, 0)
- test(`parseFloat("0x0a")`, 0)
- test(`parseFloat("0x0aXyzzy")`, 0)
- test(`parseFloat("Infinity")`, _Infinity)
- test(`parseFloat("infinity")`, _NaN)
- test(`parseFloat("0x")`, 0)
- test(`parseFloat("11x")`, 11)
- test(`parseFloat("Infinity1")`, _Infinity)
-
- test(`parseFloat.length === 1`, true)
- test(`parseFloat.prototype === undefined`, true)
- })
-}
-
-func Test_encodeURI(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`encodeURI("http://example.com/ Nothing happens.")`, "http://example.com/%20Nothing%20happens.")
- test(`encodeURI("http://example.com/ _^#")`, "http://example.com/%20_%5E#")
- test(`encodeURI(String.fromCharCode("0xE000"))`, "%EE%80%80")
- test(`encodeURI(String.fromCharCode("0xFFFD"))`, "%EF%BF%BD")
- test(`raise: encodeURI(String.fromCharCode("0xDC00"))`, "URIError: URI malformed")
-
- test(`encodeURI.length === 1`, true)
- test(`encodeURI.prototype === undefined`, true)
- })
-}
-
-func Test_encodeURIComponent(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`encodeURIComponent("http://example.com/ Nothing happens.")`, "http%3A%2F%2Fexample.com%2F%20Nothing%20happens.")
- test(`encodeURIComponent("http://example.com/ _^#")`, "http%3A%2F%2Fexample.com%2F%20_%5E%23")
- })
-}
-
-func Test_decodeURI(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`decodeURI(encodeURI("http://example.com/ Nothing happens."))`, "http://example.com/ Nothing happens.")
- test(`decodeURI(encodeURI("http://example.com/ _^#"))`, "http://example.com/ _^#")
- test(`raise: decodeURI("http://example.com/ _^#%")`, "URIError: URI malformed")
- test(`raise: decodeURI("%DF%7F")`, "URIError: URI malformed")
- for _, check := range strings.Fields("+ %3B %2F %3F %3A %40 %26 %3D %2B %24 %2C %23") {
- test(fmt.Sprintf(`decodeURI("%s")`, check), check)
- }
-
- test(`decodeURI.length === 1`, true)
- test(`decodeURI.prototype === undefined`, true)
- })
-}
-
-func Test_decodeURIComponent(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`decodeURIComponent(encodeURI("http://example.com/ Nothing happens."))`, "http://example.com/ Nothing happens.")
- test(`decodeURIComponent(encodeURI("http://example.com/ _^#"))`, "http://example.com/ _^#")
-
- test(`decodeURIComponent.length === 1`, true)
- test(`decodeURIComponent.prototype === undefined`, true)
-
- test(`
- var global = Function('return this')();
- var abc = Object.getOwnPropertyDescriptor(global, "decodeURIComponent");
- [ abc.value === global.decodeURIComponent, abc.writable, abc.enumerable, abc.configurable ];
- `, "true,true,false,true")
- })
-}
-
-func TestGlobal_skipEnumeration(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var found = [];
- for (var test in this) {
- if (false ||
- test === 'NaN' ||
- test === 'undefined' ||
- test === 'Infinity' ||
- false) {
- found.push(test)
- }
- }
- found.length;
- `, 0)
-
- test(`
- var found = [];
- for (var test in this) {
- if (false ||
- test === 'Object' ||
- test === 'Function' ||
- test === 'String' ||
- test === 'Number' ||
- test === 'Array' ||
- test === 'Boolean' ||
- test === 'Date' ||
- test === 'RegExp' ||
- test === 'Error' ||
- test === 'EvalError' ||
- test === 'RangeError' ||
- test === 'ReferenceError' ||
- test === 'SyntaxError' ||
- test === 'TypeError' ||
- test === 'URIError' ||
- false) {
- found.push(test)
- }
- }
- found.length;
- `, 0)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/inline b/Godeps/_workspace/src/github.com/obscuren/otto/inline
deleted file mode 100644
index a16d87ad7..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/inline
+++ /dev/null
@@ -1,1066 +0,0 @@
-#!/usr/bin/env perl
-
-my $_fmt;
-$_fmt = "gofmt";
-$_fmt = "cat -n" if "cat" eq ($ARGV[0] || "");
-
-use strict;
-use warnings;
-use IO::File;
-
-my $self = __PACKAGE__;
-
-sub functionLabel ($) {
- return "$_[0]_function";
-}
-
-sub trim ($) {
- local $_ = shift;
- s/^\s*//, s/\s*$// for $_;
- return $_;
-}
-
-open my $fmt, "|-", "$_fmt" or die $!;
-
-$fmt->print(<<_END_);
-package otto
-
-import (
- "math"
-)
-
-func _newContext(runtime *_runtime) {
-@{[ join "\n", $self->newContext() ]}
-}
-
-func newConsoleObject(runtime *_runtime) *_object {
-@{[ join "\n", $self->newConsoleObject() ]}
-}
-_END_
-
-for (qw/int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 float32 float64/) {
- $fmt->print(<<_END_);
-
-func toValue_$_(value $_) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-_END_
-}
-
-$fmt->print(<<_END_);
-
-func toValue_string(value string) Value {
- return Value{
- _valueType: valueString,
- value: value,
- }
-}
-
-func toValue_string16(value []uint16) Value {
- return Value{
- _valueType: valueString,
- value: value,
- }
-}
-
-func toValue_bool(value bool) Value {
- return Value{
- _valueType: valueBoolean,
- value: value,
- }
-}
-
-func toValue_object(value *_object) Value {
- return Value{
- _valueType: valueObject,
- value: value,
- }
-}
-_END_
-
-close $fmt;
-
-sub newConsoleObject {
- my $self = shift;
-
- return
- $self->block(sub {
- my $class = "Console";
- my @got = $self->functionDeclare(
- $class,
- "log", 0,
- "debug:log", 0,
- "info:log", 0,
- "error", 0,
- "warn:error", 0,
- "dir", 0,
- "time", 0,
- "timeEnd", 0,
- "trace", 0,
- "assert", 0,
- );
- return
- "return @{[ $self->newObject(@got) ]}"
- }),
- ;
-}
-
-sub newContext {
- my $self = shift;
- return
- # ObjectPrototype
- $self->block(sub {
- my $class = "Object";
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- undef,
- "prototypeValueObject",
- ),
- }),
-
- # FunctionPrototype
- $self->block(sub {
- my $class = "Function";
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- "prototypeValueFunction",
- ),
- }),
-
- # ObjectPrototype
- $self->block(sub {
- my $class = "Object";
- my @got = $self->functionDeclare(
- $class,
- "valueOf", 0,
- "toString", 0,
- "toLocaleString", 0,
- "hasOwnProperty", 1,
- "isPrototypeOf", 1,
- "propertyIsEnumerable", 1,
- );
- my @propertyMap = $self->propertyMap(
- @got,
- $self->property("constructor", undef),
- );
- my $propertyOrder = $self->propertyOrder(@propertyMap);
- $propertyOrder =~ s/^propertyOrder: //;
- return
- ".${class}Prototype.property =", @propertyMap,
- ".${class}Prototype.propertyOrder =", $propertyOrder,
- }),
-
- # FunctionPrototype
- $self->block(sub {
- my $class = "Function";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "apply", 2,
- "call", 1,
- "bind", 1,
- );
- my @propertyMap = $self->propertyMap(
- @got,
- $self->property("constructor", undef),
- $self->property("length", $self->numberValue(0), "0"),
- );
- my $propertyOrder = $self->propertyOrder(@propertyMap);
- $propertyOrder =~ s/^propertyOrder: //;
- return
- ".${class}Prototype.property =", @propertyMap,
- ".${class}Prototype.propertyOrder =", $propertyOrder,
- }),
-
- # Object
- $self->block(sub {
- my $class = "Object";
- return
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- "getPrototypeOf", 1,
- "getOwnPropertyDescriptor", 2,
- "defineProperty", 3,
- "defineProperties", 2,
- "create", 2,
- "isExtensible", 1,
- "preventExtensions", 1,
- "isSealed", 1,
- "seal", 1,
- "isFrozen", 1,
- "freeze", 1,
- "keys", 1,
- "getOwnPropertyNames", 1,
- ),
- ),
- }),
-
- # Function
- $self->block(sub {
- my $class = "Function";
- return
- "Function :=",
- $self->globalFunction(
- $class,
- 1,
- ),
- ".$class = Function",
- }),
-
- # Array
- $self->block(sub {
- my $class = "Array";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "toLocaleString", 0,
- "concat", 1,
- "join", 1,
- "splice", 2,
- "shift", 0,
- "pop", 0,
- "push", 1,
- "slice", 2,
- "unshift", 1,
- "reverse", 0,
- "sort", 1,
- "indexOf", 1,
- "lastIndexOf", 1,
- "every", 1,
- "some", 1,
- "forEach", 1,
- "map", 1,
- "filter", 1,
- "reduce", 1,
- "reduceRight", 1,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classArray",
- ".ObjectPrototype",
- undef,
- $self->property("length", $self->numberValue("uint32(0)"), "0100"),
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- "isArray", 1,
- ),
- ),
- }),
-
- # String
- $self->block(sub {
- my $class = "String";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "valueOf", 0,
- "charAt", 1,
- "charCodeAt", 1,
- "concat", 1,
- "indexOf", 1,
- "lastIndexOf", 1,
- "match", 1,
- "replace", 2,
- "search", 1,
- "split", 2,
- "slice", 2,
- "substring", 2,
- "toLowerCase", 0,
- "toUpperCase", 0,
- "substr", 2,
- "trim", 0,
- "trimLeft", 0,
- "trimRight", 0,
- "localeCompare", 1,
- "toLocaleLowerCase", 0,
- "toLocaleUpperCase", 0,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classString",
- ".ObjectPrototype",
- "prototypeValueString",
- $self->property("length", $self->numberValue("int(0)"), "0"),
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- "fromCharCode", 1,
- ),
- ),
- }),
-
- # Boolean
- $self->block(sub {
- my $class = "Boolean";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "valueOf", 0,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- "prototypeValueBoolean",
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- ),
- ),
- }),
-
- # Number
- $self->block(sub {
- my $class = "Number";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "valueOf", 0,
- "toFixed", 1,
- "toExponential", 1,
- "toPrecision", 1,
- "toLocaleString", 1,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- "prototypeValueNumber",
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- ),
- $self->numberConstantDeclare(
- "MAX_VALUE", "math.MaxFloat64",
- "MIN_VALUE", "math.SmallestNonzeroFloat64",
- "NaN", "math.NaN()",
- "NEGATIVE_INFINITY", "math.Inf(-1)",
- "POSITIVE_INFINITY", "math.Inf(+1)",
- ),
- ),
- }),
-
- # Math
- $self->block(sub {
- my $class = "Math";
- return
- ".$class =",
- $self->globalObject(
- $class,
- $self->functionDeclare(
- $class,
- "abs", 1,
- "acos", 1,
- "asin", 1,
- "atan", 1,
- "atan2", 1,
- "ceil", 1,
- "cos", 1,
- "exp", 1,
- "floor", 1,
- "log", 1,
- "max", 2,
- "min", 2,
- "pow", 2,
- "random", 0,
- "round", 1,
- "sin", 1,
- "sqrt", 1,
- "tan", 1,
- ),
- $self->numberConstantDeclare(
- "E", "math.E",
- "LN10", "math.Ln10",
- "LN2", "math.Ln2",
- "LOG2E", "math.Log2E",
- "LOG10E", "math.Log10E",
- "PI", "math.Pi",
- "SQRT1_2", "sqrt1_2",
- "SQRT2", "math.Sqrt2",
- )
- ),
- }),
-
- # Date
- $self->block(sub {
- my $class = "Date";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "toDateString", 0,
- "toTimeString", 0,
- "toUTCString", 0,
- "toISOString", 0,
- "toJSON", 1,
- "toGMTString", 0,
- "toLocaleString", 0,
- "toLocaleDateString", 0,
- "toLocaleTimeString", 0,
- "valueOf", 0,
- "getTime", 0,
- "getYear", 0,
- "getFullYear", 0,
- "getUTCFullYear", 0,
- "getMonth", 0,
- "getUTCMonth", 0,
- "getDate", 0,
- "getUTCDate", 0,
- "getDay", 0,
- "getUTCDay", 0,
- "getHours", 0,
- "getUTCHours", 0,
- "getMinutes", 0,
- "getUTCMinutes", 0,
- "getSeconds", 0,
- "getUTCSeconds", 0,
- "getMilliseconds", 0,
- "getUTCMilliseconds", 0,
- "getTimezoneOffset", 0,
- "setTime", 1,
- "setMilliseconds", 1,
- "setUTCMilliseconds", 1,
- "setSeconds", 2,
- "setUTCSeconds", 2,
- "setMinutes", 3,
- "setUTCMinutes", 3,
- "setHours", 4,
- "setUTCHours", 4,
- "setDate", 1,
- "setUTCDate", 1,
- "setMonth", 2,
- "setUTCMonth", 2,
- "setYear", 1,
- "setFullYear", 3,
- "setUTCFullYear", 3,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- "prototypeValueDate",
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 7,
- $self->functionDeclare(
- $class,
- "parse", 1,
- "UTC", 7,
- "now", 0,
- ),
- ),
- }),
-
- # RegExp
- $self->block(sub {
- my $class = "RegExp";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- "exec", 1,
- "test", 1,
- "compile", 1,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- "prototypeValueRegExp",
- @got,
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 2,
- $self->functionDeclare(
- $class,
- ),
- ),
- }),
-
- # Error
- $self->block(sub {
- my $class = "Error";
- my @got = $self->functionDeclare(
- $class,
- "toString", 0,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ObjectPrototype",
- undef,
- @got,
- $self->property("name", $self->stringValue("Error")),
- $self->property("message", $self->stringValue("")),
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- ),
- ),
- }),
-
- (map {
- my $class = "${_}Error";
- $self->block(sub {
- my @got = $self->functionDeclare(
- $class,
- );
- return
- ".${class}Prototype =",
- $self->globalPrototype(
- $class,
- "_classObject",
- ".ErrorPrototype",
- undef,
- @got,
- $self->property("name", $self->stringValue($class)),
- ),
- ".$class =",
- $self->globalFunction(
- $class,
- 1,
- $self->functionDeclare(
- $class,
- ),
- ),
- });
- } qw/Eval Type Range Reference Syntax URI/),
-
- # JSON
- $self->block(sub {
- my $class = "JSON";
- return
- ".$class =",
- $self->globalObject(
- $class,
- $self->functionDeclare(
- $class,
- "parse", 2,
- "stringify", 3,
- ),
- ),
- }),
-
- # Global
- $self->block(sub {
- my $class = "Global";
- my @got = $self->functionDeclare(
- $class,
- "eval", 1,
- "parseInt", 2,
- "parseFloat", 1,
- "isNaN", 1,
- "isFinite", 1,
- "decodeURI", 1,
- "decodeURIComponent", 1,
- "encodeURI", 1,
- "encodeURIComponent", 1,
- "escape", 1,
- "unescape", 1,
- );
- my @propertyMap = $self->propertyMap(
- @got,
- $self->globalDeclare(
- "Object",
- "Function",
- "Array",
- "String",
- "Boolean",
- "Number",
- "Math",
- "Date",
- "RegExp",
- "Error",
- "EvalError",
- "TypeError",
- "RangeError",
- "ReferenceError",
- "SyntaxError",
- "URIError",
- "JSON",
- ),
- $self->property("undefined", $self->undefinedValue(), "0"),
- $self->property("NaN", $self->numberValue("math.NaN()"), "0"),
- $self->property("Infinity", $self->numberValue("math.Inf(+1)"), "0"),
- );
- my $propertyOrder = $self->propertyOrder(@propertyMap);
- $propertyOrder =~ s/^propertyOrder: //;
- return
- "runtime.GlobalObject.property =",
- @propertyMap,
- "runtime.GlobalObject.propertyOrder =",
- $propertyOrder,
- ;
- }),
- ;
-}
-
-sub propertyMap {
- my $self = shift;
- return "map[string]_property{", (join ",\n", @_, ""), "}",
-}
-
-our (@preblock, @postblock);
-sub block {
- my $self = shift;
- local @preblock = ();
- local @postblock = ();
- my @input = $_[0]->();
- my @output;
- while (@input) {
- local $_ = shift @input;
- if (m/^\./) {
- $_ = "runtime.Global$_";
- }
- if (m/ :?=$/) {
- $_ .= shift @input;
- }
- push @output, $_;
- }
- return
- "{",
- @preblock,
- @output,
- @postblock,
- "}",
- ;
-}
-
-sub numberConstantDeclare {
- my $self = shift;
- my @got;
- while (@_) {
- my $name = shift;
- my $value = shift;
- push @got, $self->property($name, $self->numberValue($value), "0"),
- }
- return @got;
-}
-
-sub functionDeclare {
- my $self = shift;
- my $class = shift;
- my $builtin = "builtin${class}";
- my @got;
- while (@_) {
- my $name = shift;
- my $length = shift;
- $name = $self->newFunction($name, "${builtin}_", $length);
- push @got, $self->functionProperty($name),
- }
- return @got;
-}
-
-sub globalDeclare {
- my $self = shift;
- my @got;
- while (@_) {
- my $name = shift;
- push @got, $self->property($name, $self->objectValue("runtime.Global.$name"), "0101"),
- }
- return @got;
-}
-
-sub propertyOrder {
- my $self = shift;
- my $propertyMap = join "", @_;
-
- my (@keys) = $propertyMap =~ m/("\w+"):/g;
- my $propertyOrder =
- join "\n", "propertyOrder: []string{", (join ",\n", @keys, ""), "}";
- return $propertyOrder;
-}
-
-sub globalObject {
- my $self = shift;
- my $name = shift;
-
- my $propertyMap = "";
- if (@_) {
- $propertyMap = join "\n", $self->propertyMap(@_);
- my $propertyOrder = $self->propertyOrder($propertyMap);
- $propertyMap = "property: $propertyMap,\n$propertyOrder,";
- }
-
- return trim <<_END_;
-&_object{
- runtime: runtime,
- class: "$name",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- $propertyMap
-}
-_END_
-}
-
-sub globalFunction {
- my $self = shift;
- my $name = shift;
- my $length = shift;
-
- my $builtin = "builtin${name}";
- my $builtinNew = "builtinNew${name}";
- my $prototype = "runtime.Global.${name}Prototype";
- my $propertyMap = "";
- unshift @_,
- $self->property("length", $self->numberValue($length), "0"),
- $self->property("prototype", $self->objectValue($prototype), "0"),
- ;
-
- if (@_) {
- $propertyMap = join "\n", $self->propertyMap(@_);
- my $propertyOrder = $self->propertyOrder($propertyMap);
- $propertyMap = "property: $propertyMap,\n$propertyOrder,";
- }
-
- push @postblock, $self->statement(
- "$prototype.property[\"constructor\"] =",
- $self->property(undef, $self->objectValue("runtime.Global.${name}"), "0101"),
- );
-
- return trim <<_END_;
-&_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: @{[ $self->functionOf($self->nativeCallFunction($name, $builtin), $builtinNew) ]},
- $propertyMap
-}
-_END_
-}
-
-sub nativeCallFunction {
- my $self = shift;
- my $name = shift;
- my $func = shift;
- return trim <<_END_;
-_nativeCallFunction{ "$name", $func }
-_END_
-}
-
-sub globalPrototype {
- my $self = shift;
- my $class = shift;
- my $classObject = shift;
- my $prototype = shift;
- my $value = shift;
-
- if (!defined $prototype) {
- $prototype = "nil";
- }
-
- if (!defined $value) {
- $value = "nil";
- }
-
- if ($prototype =~ m/^\./) {
- $prototype = "runtime.Global$prototype";
- }
-
- my $propertyMap = "";
- if (@_) {
- $propertyMap = join "\n", $self->propertyMap(@_);
- my $propertyOrder = $self->propertyOrder($propertyMap);
- $propertyMap = "property: $propertyMap,\n$propertyOrder,";
- }
-
- return trim <<_END_;
-&_object{
- runtime: runtime,
- class: "$class",
- objectClass: $classObject,
- prototype: $prototype,
- extensible: true,
- value: $value,
- $propertyMap
-}
-_END_
-}
-
-sub newFunction {
- my $self = shift;
- my $name = shift;
- my $func = shift;
- my $length = shift;
-
- my @name = ($name, $name);
- if ($name =~ m/^(\w+):(\w+)$/) {
- @name = ($1, $2);
- $name = $name[0];
- }
-
- if ($func =~ m/^builtin\w+_$/) {
- $func = "$func$name[1]";
- }
-
- my $propertyOrder = "";
- my @propertyMap = (
- $self->property("length", $self->numberValue($length), "0"),
- );
-
- if (@propertyMap) {
- $propertyOrder = $self->propertyOrder(@propertyMap);
- $propertyOrder = "$propertyOrder,";
- }
-
- my $label = functionLabel($name);
- push @preblock, $self->statement(
- "$label := @{[ trim <<_END_ ]}",
-&_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: @{[ join "\n", $self->propertyMap(@propertyMap) ]},
- $propertyOrder
- value: @{[ $self->functionOf($self->nativeCallFunction($name, $func)) ]},
-}
-_END_
- );
-
- return $name;
-}
-
-sub newObject {
- my $self = shift;
-
- my $propertyMap = join "\n", $self->propertyMap(@_);
- my $propertyOrder = $self->propertyOrder($propertyMap);
-
- return trim <<_END_;
-&_object{
- runtime: runtime,
- class: "Object",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- property: $propertyMap,
- $propertyOrder,
-}
-_END_
-}
-
-sub newPrototypeObject {
- my $self = shift;
- my $class = shift;
- my $objectClass = shift;
- my $value = shift;
- if (defined $value) {
- $value = "value: $value,";
- }
-
- my $propertyMap = join "\n", $self->propertyMap(@_);
- my $propertyOrder = $self->propertyOrder($propertyMap);
-
- return trim <<_END_;
-&_object{
- runtime: runtime,
- class: "$class",
- objectClass: $objectClass,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- property: $propertyMap,
- $propertyOrder,
- $value
-}
-_END_
-}
-
-sub functionProperty {
- my $self = shift;
- my $name = shift;
-
- return $self->property(
- $name,
- $self->objectValue(functionLabel($name))
- );
-}
-
-sub statement {
- my $self = shift;
- return join "\n", @_;
-}
-
-sub functionOf {
- my $self = shift;
- my $call = shift;
- my $construct = shift;
- if ($construct) {
- $construct = "construct: $construct,";
- } else {
- $construct = "";
- }
-
- return trim <<_END_
-_functionObject{
- call: $call,
- $construct
-}
-_END_
-}
-
-sub nameProperty {
- my $self = shift;
- my $name = shift;
- my $value = shift;
-
- return trim <<_END_;
-"$name": _property{
- mode: 0101,
- value: $value,
-}
-_END_
-}
-
-sub numberValue {
- my $self = shift;
- my $value = shift;
- return trim <<_END_;
-Value{
- _valueType: valueNumber,
- value: $value,
-}
-_END_
-}
-
-sub property {
- my $self = shift;
- my $name = shift;
- my $value = shift;
- my $mode = shift;
- $mode = "0101" unless defined $mode;
- if (! defined $value) {
- $value = "Value{}";
- }
- if (defined $name) {
- return trim <<_END_;
-"$name": _property{
- mode: $mode,
- value: $value,
-}
-_END_
- } else {
- return trim <<_END_;
-_property{
- mode: $mode,
- value: $value,
-}
-_END_
- }
-
-}
-
-sub objectProperty {
- my $self = shift;
- my $name = shift;
- my $value = shift;
-
- return trim <<_END_;
-"$name": _property{
- mode: 0101,
- value: @{[ $self->objectValue($value)]},
-}
-_END_
-}
-
-sub objectValue {
- my $self = shift;
- my $value = shift;
- return trim <<_END_
-Value{
- _valueType: valueObject,
- value: $value,
-}
-_END_
-}
-
-sub stringValue {
- my $self = shift;
- my $value = shift;
- return trim <<_END_
-Value{
- _valueType: valueString,
- value: "$value",
-}
-_END_
-}
-
-sub booleanValue {
- my $self = shift;
- my $value = shift;
- return trim <<_END_
-Value{
- _valueType: valueBoolean,
- value: $value,
-}
-_END_
-}
-
-sub undefinedValue {
- my $self = shift;
- return trim <<_END_
-Value{
- _valueType: valueUndefined,
-}
-_END_
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/inline.go b/Godeps/_workspace/src/github.com/obscuren/otto/inline.go
deleted file mode 100644
index f8c1d6347..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/inline.go
+++ /dev/null
@@ -1,6463 +0,0 @@
-package otto
-
-import (
- "math"
-)
-
-func _newContext(runtime *_runtime) {
- {
- runtime.Global.ObjectPrototype = &_object{
- runtime: runtime,
- class: "Object",
- objectClass: _classObject,
- prototype: nil,
- extensible: true,
- value: prototypeValueObject,
- }
- }
- {
- runtime.Global.FunctionPrototype = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueFunction,
- }
- }
- {
- valueOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"valueOf", builtinObject_valueOf},
- },
- }
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinObject_toString},
- },
- }
- toLocaleString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleString", builtinObject_toLocaleString},
- },
- }
- hasOwnProperty_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"hasOwnProperty", builtinObject_hasOwnProperty},
- },
- }
- isPrototypeOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isPrototypeOf", builtinObject_isPrototypeOf},
- },
- }
- propertyIsEnumerable_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"propertyIsEnumerable", builtinObject_propertyIsEnumerable},
- },
- }
- runtime.Global.ObjectPrototype.property = map[string]_property{
- "valueOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: valueOf_function,
- },
- },
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "toLocaleString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleString_function,
- },
- },
- "hasOwnProperty": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: hasOwnProperty_function,
- },
- },
- "isPrototypeOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isPrototypeOf_function,
- },
- },
- "propertyIsEnumerable": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: propertyIsEnumerable_function,
- },
- },
- "constructor": _property{
- mode: 0101,
- value: Value{},
- },
- }
- runtime.Global.ObjectPrototype.propertyOrder = []string{
- "valueOf",
- "toString",
- "toLocaleString",
- "hasOwnProperty",
- "isPrototypeOf",
- "propertyIsEnumerable",
- "constructor",
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinFunction_toString},
- },
- }
- apply_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"apply", builtinFunction_apply},
- },
- }
- call_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"call", builtinFunction_call},
- },
- }
- bind_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"bind", builtinFunction_bind},
- },
- }
- runtime.Global.FunctionPrototype.property = map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "apply": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: apply_function,
- },
- },
- "call": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: call_function,
- },
- },
- "bind": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: bind_function,
- },
- },
- "constructor": _property{
- mode: 0101,
- value: Value{},
- },
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- }
- runtime.Global.FunctionPrototype.propertyOrder = []string{
- "toString",
- "apply",
- "call",
- "bind",
- "constructor",
- "length",
- }
- }
- {
- getPrototypeOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getPrototypeOf", builtinObject_getPrototypeOf},
- },
- }
- getOwnPropertyDescriptor_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getOwnPropertyDescriptor", builtinObject_getOwnPropertyDescriptor},
- },
- }
- defineProperty_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"defineProperty", builtinObject_defineProperty},
- },
- }
- defineProperties_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"defineProperties", builtinObject_defineProperties},
- },
- }
- create_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"create", builtinObject_create},
- },
- }
- isExtensible_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isExtensible", builtinObject_isExtensible},
- },
- }
- preventExtensions_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"preventExtensions", builtinObject_preventExtensions},
- },
- }
- isSealed_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isSealed", builtinObject_isSealed},
- },
- }
- seal_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"seal", builtinObject_seal},
- },
- }
- isFrozen_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isFrozen", builtinObject_isFrozen},
- },
- }
- freeze_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"freeze", builtinObject_freeze},
- },
- }
- keys_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"keys", builtinObject_keys},
- },
- }
- getOwnPropertyNames_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getOwnPropertyNames", builtinObject_getOwnPropertyNames},
- },
- }
- runtime.Global.Object = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Object", builtinObject},
- construct: builtinNewObject,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ObjectPrototype,
- },
- },
- "getPrototypeOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getPrototypeOf_function,
- },
- },
- "getOwnPropertyDescriptor": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getOwnPropertyDescriptor_function,
- },
- },
- "defineProperty": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: defineProperty_function,
- },
- },
- "defineProperties": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: defineProperties_function,
- },
- },
- "create": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: create_function,
- },
- },
- "isExtensible": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isExtensible_function,
- },
- },
- "preventExtensions": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: preventExtensions_function,
- },
- },
- "isSealed": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isSealed_function,
- },
- },
- "seal": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: seal_function,
- },
- },
- "isFrozen": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isFrozen_function,
- },
- },
- "freeze": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: freeze_function,
- },
- },
- "keys": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: keys_function,
- },
- },
- "getOwnPropertyNames": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getOwnPropertyNames_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- "getPrototypeOf",
- "getOwnPropertyDescriptor",
- "defineProperty",
- "defineProperties",
- "create",
- "isExtensible",
- "preventExtensions",
- "isSealed",
- "seal",
- "isFrozen",
- "freeze",
- "keys",
- "getOwnPropertyNames",
- },
- }
- runtime.Global.ObjectPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Object,
- },
- }
- }
- {
- Function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Function", builtinFunction},
- construct: builtinNewFunction,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.FunctionPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.Function = Function
- runtime.Global.FunctionPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Function,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinArray_toString},
- },
- }
- toLocaleString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleString", builtinArray_toLocaleString},
- },
- }
- concat_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"concat", builtinArray_concat},
- },
- }
- join_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"join", builtinArray_join},
- },
- }
- splice_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"splice", builtinArray_splice},
- },
- }
- shift_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"shift", builtinArray_shift},
- },
- }
- pop_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"pop", builtinArray_pop},
- },
- }
- push_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"push", builtinArray_push},
- },
- }
- slice_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"slice", builtinArray_slice},
- },
- }
- unshift_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"unshift", builtinArray_unshift},
- },
- }
- reverse_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"reverse", builtinArray_reverse},
- },
- }
- sort_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"sort", builtinArray_sort},
- },
- }
- indexOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"indexOf", builtinArray_indexOf},
- },
- }
- lastIndexOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"lastIndexOf", builtinArray_lastIndexOf},
- },
- }
- every_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"every", builtinArray_every},
- },
- }
- some_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"some", builtinArray_some},
- },
- }
- forEach_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"forEach", builtinArray_forEach},
- },
- }
- map_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"map", builtinArray_map},
- },
- }
- filter_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"filter", builtinArray_filter},
- },
- }
- reduce_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"reduce", builtinArray_reduce},
- },
- }
- reduceRight_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"reduceRight", builtinArray_reduceRight},
- },
- }
- isArray_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isArray", builtinArray_isArray},
- },
- }
- runtime.Global.ArrayPrototype = &_object{
- runtime: runtime,
- class: "Array",
- objectClass: _classArray,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "length": _property{
- mode: 0100,
- value: Value{
- _valueType: valueNumber,
- value: uint32(0),
- },
- },
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "toLocaleString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleString_function,
- },
- },
- "concat": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: concat_function,
- },
- },
- "join": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: join_function,
- },
- },
- "splice": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: splice_function,
- },
- },
- "shift": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: shift_function,
- },
- },
- "pop": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: pop_function,
- },
- },
- "push": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: push_function,
- },
- },
- "slice": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: slice_function,
- },
- },
- "unshift": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: unshift_function,
- },
- },
- "reverse": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: reverse_function,
- },
- },
- "sort": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: sort_function,
- },
- },
- "indexOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: indexOf_function,
- },
- },
- "lastIndexOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: lastIndexOf_function,
- },
- },
- "every": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: every_function,
- },
- },
- "some": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: some_function,
- },
- },
- "forEach": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: forEach_function,
- },
- },
- "map": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: map_function,
- },
- },
- "filter": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: filter_function,
- },
- },
- "reduce": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: reduce_function,
- },
- },
- "reduceRight": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: reduceRight_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "toString",
- "toLocaleString",
- "concat",
- "join",
- "splice",
- "shift",
- "pop",
- "push",
- "slice",
- "unshift",
- "reverse",
- "sort",
- "indexOf",
- "lastIndexOf",
- "every",
- "some",
- "forEach",
- "map",
- "filter",
- "reduce",
- "reduceRight",
- },
- }
- runtime.Global.Array = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Array", builtinArray},
- construct: builtinNewArray,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ArrayPrototype,
- },
- },
- "isArray": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isArray_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- "isArray",
- },
- }
- runtime.Global.ArrayPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Array,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinString_toString},
- },
- }
- valueOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"valueOf", builtinString_valueOf},
- },
- }
- charAt_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"charAt", builtinString_charAt},
- },
- }
- charCodeAt_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"charCodeAt", builtinString_charCodeAt},
- },
- }
- concat_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"concat", builtinString_concat},
- },
- }
- indexOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"indexOf", builtinString_indexOf},
- },
- }
- lastIndexOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"lastIndexOf", builtinString_lastIndexOf},
- },
- }
- match_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"match", builtinString_match},
- },
- }
- replace_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"replace", builtinString_replace},
- },
- }
- search_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"search", builtinString_search},
- },
- }
- split_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"split", builtinString_split},
- },
- }
- slice_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"slice", builtinString_slice},
- },
- }
- substring_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"substring", builtinString_substring},
- },
- }
- toLowerCase_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLowerCase", builtinString_toLowerCase},
- },
- }
- toUpperCase_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toUpperCase", builtinString_toUpperCase},
- },
- }
- substr_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"substr", builtinString_substr},
- },
- }
- trim_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"trim", builtinString_trim},
- },
- }
- trimLeft_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"trimLeft", builtinString_trimLeft},
- },
- }
- trimRight_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"trimRight", builtinString_trimRight},
- },
- }
- localeCompare_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"localeCompare", builtinString_localeCompare},
- },
- }
- toLocaleLowerCase_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleLowerCase", builtinString_toLocaleLowerCase},
- },
- }
- toLocaleUpperCase_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleUpperCase", builtinString_toLocaleUpperCase},
- },
- }
- fromCharCode_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"fromCharCode", builtinString_fromCharCode},
- },
- }
- runtime.Global.StringPrototype = &_object{
- runtime: runtime,
- class: "String",
- objectClass: _classString,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueString,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: int(0),
- },
- },
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "valueOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: valueOf_function,
- },
- },
- "charAt": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: charAt_function,
- },
- },
- "charCodeAt": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: charCodeAt_function,
- },
- },
- "concat": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: concat_function,
- },
- },
- "indexOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: indexOf_function,
- },
- },
- "lastIndexOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: lastIndexOf_function,
- },
- },
- "match": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: match_function,
- },
- },
- "replace": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: replace_function,
- },
- },
- "search": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: search_function,
- },
- },
- "split": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: split_function,
- },
- },
- "slice": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: slice_function,
- },
- },
- "substring": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: substring_function,
- },
- },
- "toLowerCase": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLowerCase_function,
- },
- },
- "toUpperCase": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toUpperCase_function,
- },
- },
- "substr": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: substr_function,
- },
- },
- "trim": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: trim_function,
- },
- },
- "trimLeft": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: trimLeft_function,
- },
- },
- "trimRight": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: trimRight_function,
- },
- },
- "localeCompare": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: localeCompare_function,
- },
- },
- "toLocaleLowerCase": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleLowerCase_function,
- },
- },
- "toLocaleUpperCase": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleUpperCase_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "toString",
- "valueOf",
- "charAt",
- "charCodeAt",
- "concat",
- "indexOf",
- "lastIndexOf",
- "match",
- "replace",
- "search",
- "split",
- "slice",
- "substring",
- "toLowerCase",
- "toUpperCase",
- "substr",
- "trim",
- "trimLeft",
- "trimRight",
- "localeCompare",
- "toLocaleLowerCase",
- "toLocaleUpperCase",
- },
- }
- runtime.Global.String = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"String", builtinString},
- construct: builtinNewString,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.StringPrototype,
- },
- },
- "fromCharCode": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: fromCharCode_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- "fromCharCode",
- },
- }
- runtime.Global.StringPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.String,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinBoolean_toString},
- },
- }
- valueOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"valueOf", builtinBoolean_valueOf},
- },
- }
- runtime.Global.BooleanPrototype = &_object{
- runtime: runtime,
- class: "Boolean",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueBoolean,
- property: map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "valueOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: valueOf_function,
- },
- },
- },
- propertyOrder: []string{
- "toString",
- "valueOf",
- },
- }
- runtime.Global.Boolean = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Boolean", builtinBoolean},
- construct: builtinNewBoolean,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.BooleanPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.BooleanPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Boolean,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinNumber_toString},
- },
- }
- valueOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"valueOf", builtinNumber_valueOf},
- },
- }
- toFixed_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toFixed", builtinNumber_toFixed},
- },
- }
- toExponential_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toExponential", builtinNumber_toExponential},
- },
- }
- toPrecision_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toPrecision", builtinNumber_toPrecision},
- },
- }
- toLocaleString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleString", builtinNumber_toLocaleString},
- },
- }
- runtime.Global.NumberPrototype = &_object{
- runtime: runtime,
- class: "Number",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueNumber,
- property: map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "valueOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: valueOf_function,
- },
- },
- "toFixed": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toFixed_function,
- },
- },
- "toExponential": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toExponential_function,
- },
- },
- "toPrecision": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toPrecision_function,
- },
- },
- "toLocaleString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleString_function,
- },
- },
- },
- propertyOrder: []string{
- "toString",
- "valueOf",
- "toFixed",
- "toExponential",
- "toPrecision",
- "toLocaleString",
- },
- }
- runtime.Global.Number = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Number", builtinNumber},
- construct: builtinNewNumber,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.NumberPrototype,
- },
- },
- "MAX_VALUE": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.MaxFloat64,
- },
- },
- "MIN_VALUE": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.SmallestNonzeroFloat64,
- },
- },
- "NaN": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.NaN(),
- },
- },
- "NEGATIVE_INFINITY": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Inf(-1),
- },
- },
- "POSITIVE_INFINITY": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Inf(+1),
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- "MAX_VALUE",
- "MIN_VALUE",
- "NaN",
- "NEGATIVE_INFINITY",
- "POSITIVE_INFINITY",
- },
- }
- runtime.Global.NumberPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Number,
- },
- }
- }
- {
- abs_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"abs", builtinMath_abs},
- },
- }
- acos_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"acos", builtinMath_acos},
- },
- }
- asin_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"asin", builtinMath_asin},
- },
- }
- atan_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"atan", builtinMath_atan},
- },
- }
- atan2_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"atan2", builtinMath_atan2},
- },
- }
- ceil_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"ceil", builtinMath_ceil},
- },
- }
- cos_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"cos", builtinMath_cos},
- },
- }
- exp_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"exp", builtinMath_exp},
- },
- }
- floor_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"floor", builtinMath_floor},
- },
- }
- log_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"log", builtinMath_log},
- },
- }
- max_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"max", builtinMath_max},
- },
- }
- min_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"min", builtinMath_min},
- },
- }
- pow_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"pow", builtinMath_pow},
- },
- }
- random_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"random", builtinMath_random},
- },
- }
- round_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"round", builtinMath_round},
- },
- }
- sin_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"sin", builtinMath_sin},
- },
- }
- sqrt_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"sqrt", builtinMath_sqrt},
- },
- }
- tan_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"tan", builtinMath_tan},
- },
- }
- runtime.Global.Math = &_object{
- runtime: runtime,
- class: "Math",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- property: map[string]_property{
- "abs": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: abs_function,
- },
- },
- "acos": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: acos_function,
- },
- },
- "asin": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: asin_function,
- },
- },
- "atan": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: atan_function,
- },
- },
- "atan2": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: atan2_function,
- },
- },
- "ceil": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: ceil_function,
- },
- },
- "cos": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: cos_function,
- },
- },
- "exp": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: exp_function,
- },
- },
- "floor": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: floor_function,
- },
- },
- "log": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: log_function,
- },
- },
- "max": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: max_function,
- },
- },
- "min": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: min_function,
- },
- },
- "pow": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: pow_function,
- },
- },
- "random": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: random_function,
- },
- },
- "round": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: round_function,
- },
- },
- "sin": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: sin_function,
- },
- },
- "sqrt": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: sqrt_function,
- },
- },
- "tan": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: tan_function,
- },
- },
- "E": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.E,
- },
- },
- "LN10": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Ln10,
- },
- },
- "LN2": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Ln2,
- },
- },
- "LOG2E": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Log2E,
- },
- },
- "LOG10E": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Log10E,
- },
- },
- "PI": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Pi,
- },
- },
- "SQRT1_2": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: sqrt1_2,
- },
- },
- "SQRT2": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Sqrt2,
- },
- },
- },
- propertyOrder: []string{
- "abs",
- "acos",
- "asin",
- "atan",
- "atan2",
- "ceil",
- "cos",
- "exp",
- "floor",
- "log",
- "max",
- "min",
- "pow",
- "random",
- "round",
- "sin",
- "sqrt",
- "tan",
- "E",
- "LN10",
- "LN2",
- "LOG2E",
- "LOG10E",
- "PI",
- "SQRT1_2",
- "SQRT2",
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinDate_toString},
- },
- }
- toDateString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toDateString", builtinDate_toDateString},
- },
- }
- toTimeString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toTimeString", builtinDate_toTimeString},
- },
- }
- toUTCString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toUTCString", builtinDate_toUTCString},
- },
- }
- toISOString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toISOString", builtinDate_toISOString},
- },
- }
- toJSON_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toJSON", builtinDate_toJSON},
- },
- }
- toGMTString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toGMTString", builtinDate_toGMTString},
- },
- }
- toLocaleString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleString", builtinDate_toLocaleString},
- },
- }
- toLocaleDateString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleDateString", builtinDate_toLocaleDateString},
- },
- }
- toLocaleTimeString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toLocaleTimeString", builtinDate_toLocaleTimeString},
- },
- }
- valueOf_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"valueOf", builtinDate_valueOf},
- },
- }
- getTime_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getTime", builtinDate_getTime},
- },
- }
- getYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getYear", builtinDate_getYear},
- },
- }
- getFullYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getFullYear", builtinDate_getFullYear},
- },
- }
- getUTCFullYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCFullYear", builtinDate_getUTCFullYear},
- },
- }
- getMonth_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getMonth", builtinDate_getMonth},
- },
- }
- getUTCMonth_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCMonth", builtinDate_getUTCMonth},
- },
- }
- getDate_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getDate", builtinDate_getDate},
- },
- }
- getUTCDate_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCDate", builtinDate_getUTCDate},
- },
- }
- getDay_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getDay", builtinDate_getDay},
- },
- }
- getUTCDay_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCDay", builtinDate_getUTCDay},
- },
- }
- getHours_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getHours", builtinDate_getHours},
- },
- }
- getUTCHours_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCHours", builtinDate_getUTCHours},
- },
- }
- getMinutes_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getMinutes", builtinDate_getMinutes},
- },
- }
- getUTCMinutes_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCMinutes", builtinDate_getUTCMinutes},
- },
- }
- getSeconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getSeconds", builtinDate_getSeconds},
- },
- }
- getUTCSeconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCSeconds", builtinDate_getUTCSeconds},
- },
- }
- getMilliseconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getMilliseconds", builtinDate_getMilliseconds},
- },
- }
- getUTCMilliseconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getUTCMilliseconds", builtinDate_getUTCMilliseconds},
- },
- }
- getTimezoneOffset_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"getTimezoneOffset", builtinDate_getTimezoneOffset},
- },
- }
- setTime_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setTime", builtinDate_setTime},
- },
- }
- setMilliseconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setMilliseconds", builtinDate_setMilliseconds},
- },
- }
- setUTCMilliseconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCMilliseconds", builtinDate_setUTCMilliseconds},
- },
- }
- setSeconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setSeconds", builtinDate_setSeconds},
- },
- }
- setUTCSeconds_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCSeconds", builtinDate_setUTCSeconds},
- },
- }
- setMinutes_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setMinutes", builtinDate_setMinutes},
- },
- }
- setUTCMinutes_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCMinutes", builtinDate_setUTCMinutes},
- },
- }
- setHours_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 4,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setHours", builtinDate_setHours},
- },
- }
- setUTCHours_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 4,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCHours", builtinDate_setUTCHours},
- },
- }
- setDate_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setDate", builtinDate_setDate},
- },
- }
- setUTCDate_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCDate", builtinDate_setUTCDate},
- },
- }
- setMonth_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setMonth", builtinDate_setMonth},
- },
- }
- setUTCMonth_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCMonth", builtinDate_setUTCMonth},
- },
- }
- setYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setYear", builtinDate_setYear},
- },
- }
- setFullYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setFullYear", builtinDate_setFullYear},
- },
- }
- setUTCFullYear_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"setUTCFullYear", builtinDate_setUTCFullYear},
- },
- }
- parse_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"parse", builtinDate_parse},
- },
- }
- UTC_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 7,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"UTC", builtinDate_UTC},
- },
- }
- now_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"now", builtinDate_now},
- },
- }
- runtime.Global.DatePrototype = &_object{
- runtime: runtime,
- class: "Date",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueDate,
- property: map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "toDateString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toDateString_function,
- },
- },
- "toTimeString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toTimeString_function,
- },
- },
- "toUTCString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toUTCString_function,
- },
- },
- "toISOString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toISOString_function,
- },
- },
- "toJSON": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toJSON_function,
- },
- },
- "toGMTString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toGMTString_function,
- },
- },
- "toLocaleString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleString_function,
- },
- },
- "toLocaleDateString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleDateString_function,
- },
- },
- "toLocaleTimeString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toLocaleTimeString_function,
- },
- },
- "valueOf": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: valueOf_function,
- },
- },
- "getTime": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getTime_function,
- },
- },
- "getYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getYear_function,
- },
- },
- "getFullYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getFullYear_function,
- },
- },
- "getUTCFullYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCFullYear_function,
- },
- },
- "getMonth": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getMonth_function,
- },
- },
- "getUTCMonth": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCMonth_function,
- },
- },
- "getDate": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getDate_function,
- },
- },
- "getUTCDate": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCDate_function,
- },
- },
- "getDay": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getDay_function,
- },
- },
- "getUTCDay": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCDay_function,
- },
- },
- "getHours": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getHours_function,
- },
- },
- "getUTCHours": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCHours_function,
- },
- },
- "getMinutes": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getMinutes_function,
- },
- },
- "getUTCMinutes": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCMinutes_function,
- },
- },
- "getSeconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getSeconds_function,
- },
- },
- "getUTCSeconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCSeconds_function,
- },
- },
- "getMilliseconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getMilliseconds_function,
- },
- },
- "getUTCMilliseconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getUTCMilliseconds_function,
- },
- },
- "getTimezoneOffset": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: getTimezoneOffset_function,
- },
- },
- "setTime": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setTime_function,
- },
- },
- "setMilliseconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setMilliseconds_function,
- },
- },
- "setUTCMilliseconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCMilliseconds_function,
- },
- },
- "setSeconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setSeconds_function,
- },
- },
- "setUTCSeconds": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCSeconds_function,
- },
- },
- "setMinutes": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setMinutes_function,
- },
- },
- "setUTCMinutes": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCMinutes_function,
- },
- },
- "setHours": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setHours_function,
- },
- },
- "setUTCHours": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCHours_function,
- },
- },
- "setDate": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setDate_function,
- },
- },
- "setUTCDate": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCDate_function,
- },
- },
- "setMonth": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setMonth_function,
- },
- },
- "setUTCMonth": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCMonth_function,
- },
- },
- "setYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setYear_function,
- },
- },
- "setFullYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setFullYear_function,
- },
- },
- "setUTCFullYear": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: setUTCFullYear_function,
- },
- },
- },
- propertyOrder: []string{
- "toString",
- "toDateString",
- "toTimeString",
- "toUTCString",
- "toISOString",
- "toJSON",
- "toGMTString",
- "toLocaleString",
- "toLocaleDateString",
- "toLocaleTimeString",
- "valueOf",
- "getTime",
- "getYear",
- "getFullYear",
- "getUTCFullYear",
- "getMonth",
- "getUTCMonth",
- "getDate",
- "getUTCDate",
- "getDay",
- "getUTCDay",
- "getHours",
- "getUTCHours",
- "getMinutes",
- "getUTCMinutes",
- "getSeconds",
- "getUTCSeconds",
- "getMilliseconds",
- "getUTCMilliseconds",
- "getTimezoneOffset",
- "setTime",
- "setMilliseconds",
- "setUTCMilliseconds",
- "setSeconds",
- "setUTCSeconds",
- "setMinutes",
- "setUTCMinutes",
- "setHours",
- "setUTCHours",
- "setDate",
- "setUTCDate",
- "setMonth",
- "setUTCMonth",
- "setYear",
- "setFullYear",
- "setUTCFullYear",
- },
- }
- runtime.Global.Date = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Date", builtinDate},
- construct: builtinNewDate,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 7,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.DatePrototype,
- },
- },
- "parse": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: parse_function,
- },
- },
- "UTC": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: UTC_function,
- },
- },
- "now": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: now_function,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- "parse",
- "UTC",
- "now",
- },
- }
- runtime.Global.DatePrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Date,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinRegExp_toString},
- },
- }
- exec_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"exec", builtinRegExp_exec},
- },
- }
- test_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"test", builtinRegExp_test},
- },
- }
- compile_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"compile", builtinRegExp_compile},
- },
- }
- runtime.Global.RegExpPrototype = &_object{
- runtime: runtime,
- class: "RegExp",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: prototypeValueRegExp,
- property: map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "exec": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: exec_function,
- },
- },
- "test": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: test_function,
- },
- },
- "compile": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: compile_function,
- },
- },
- },
- propertyOrder: []string{
- "toString",
- "exec",
- "test",
- "compile",
- },
- }
- runtime.Global.RegExp = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"RegExp", builtinRegExp},
- construct: builtinNewRegExp,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RegExpPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.RegExpPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RegExp,
- },
- }
- }
- {
- toString_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"toString", builtinError_toString},
- },
- }
- runtime.Global.ErrorPrototype = &_object{
- runtime: runtime,
- class: "Error",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "toString": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: toString_function,
- },
- },
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "Error",
- },
- },
- "message": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "",
- },
- },
- },
- propertyOrder: []string{
- "toString",
- "name",
- "message",
- },
- }
- runtime.Global.Error = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"Error", builtinError},
- construct: builtinNewError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.ErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Error,
- },
- }
- }
- {
- runtime.Global.EvalErrorPrototype = &_object{
- runtime: runtime,
- class: "EvalError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "EvalError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.EvalError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"EvalError", builtinEvalError},
- construct: builtinNewEvalError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.EvalErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.EvalErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.EvalError,
- },
- }
- }
- {
- runtime.Global.TypeErrorPrototype = &_object{
- runtime: runtime,
- class: "TypeError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "TypeError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.TypeError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"TypeError", builtinTypeError},
- construct: builtinNewTypeError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.TypeErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.TypeErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.TypeError,
- },
- }
- }
- {
- runtime.Global.RangeErrorPrototype = &_object{
- runtime: runtime,
- class: "RangeError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "RangeError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.RangeError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"RangeError", builtinRangeError},
- construct: builtinNewRangeError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RangeErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.RangeErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RangeError,
- },
- }
- }
- {
- runtime.Global.ReferenceErrorPrototype = &_object{
- runtime: runtime,
- class: "ReferenceError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "ReferenceError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.ReferenceError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"ReferenceError", builtinReferenceError},
- construct: builtinNewReferenceError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ReferenceErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.ReferenceErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ReferenceError,
- },
- }
- }
- {
- runtime.Global.SyntaxErrorPrototype = &_object{
- runtime: runtime,
- class: "SyntaxError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "SyntaxError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.SyntaxError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"SyntaxError", builtinSyntaxError},
- construct: builtinNewSyntaxError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.SyntaxErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.SyntaxErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.SyntaxError,
- },
- }
- }
- {
- runtime.Global.URIErrorPrototype = &_object{
- runtime: runtime,
- class: "URIError",
- objectClass: _classObject,
- prototype: runtime.Global.ErrorPrototype,
- extensible: true,
- value: nil,
- property: map[string]_property{
- "name": _property{
- mode: 0101,
- value: Value{
- _valueType: valueString,
- value: "URIError",
- },
- },
- },
- propertyOrder: []string{
- "name",
- },
- }
- runtime.Global.URIError = &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- value: _functionObject{
- call: _nativeCallFunction{"URIError", builtinURIError},
- construct: builtinNewURIError,
- },
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- "prototype": _property{
- mode: 0,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.URIErrorPrototype,
- },
- },
- },
- propertyOrder: []string{
- "length",
- "prototype",
- },
- }
- runtime.Global.URIErrorPrototype.property["constructor"] =
- _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.URIError,
- },
- }
- }
- {
- parse_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"parse", builtinJSON_parse},
- },
- }
- stringify_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 3,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"stringify", builtinJSON_stringify},
- },
- }
- runtime.Global.JSON = &_object{
- runtime: runtime,
- class: "JSON",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- property: map[string]_property{
- "parse": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: parse_function,
- },
- },
- "stringify": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: stringify_function,
- },
- },
- },
- propertyOrder: []string{
- "parse",
- "stringify",
- },
- }
- }
- {
- eval_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"eval", builtinGlobal_eval},
- },
- }
- parseInt_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 2,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"parseInt", builtinGlobal_parseInt},
- },
- }
- parseFloat_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"parseFloat", builtinGlobal_parseFloat},
- },
- }
- isNaN_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isNaN", builtinGlobal_isNaN},
- },
- }
- isFinite_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"isFinite", builtinGlobal_isFinite},
- },
- }
- decodeURI_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"decodeURI", builtinGlobal_decodeURI},
- },
- }
- decodeURIComponent_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"decodeURIComponent", builtinGlobal_decodeURIComponent},
- },
- }
- encodeURI_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"encodeURI", builtinGlobal_encodeURI},
- },
- }
- encodeURIComponent_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"encodeURIComponent", builtinGlobal_encodeURIComponent},
- },
- }
- escape_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"escape", builtinGlobal_escape},
- },
- }
- unescape_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 1,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"unescape", builtinGlobal_unescape},
- },
- }
- runtime.GlobalObject.property = map[string]_property{
- "eval": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: eval_function,
- },
- },
- "parseInt": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: parseInt_function,
- },
- },
- "parseFloat": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: parseFloat_function,
- },
- },
- "isNaN": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isNaN_function,
- },
- },
- "isFinite": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: isFinite_function,
- },
- },
- "decodeURI": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: decodeURI_function,
- },
- },
- "decodeURIComponent": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: decodeURIComponent_function,
- },
- },
- "encodeURI": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: encodeURI_function,
- },
- },
- "encodeURIComponent": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: encodeURIComponent_function,
- },
- },
- "escape": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: escape_function,
- },
- },
- "unescape": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: unescape_function,
- },
- },
- "Object": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Object,
- },
- },
- "Function": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Function,
- },
- },
- "Array": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Array,
- },
- },
- "String": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.String,
- },
- },
- "Boolean": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Boolean,
- },
- },
- "Number": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Number,
- },
- },
- "Math": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Math,
- },
- },
- "Date": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Date,
- },
- },
- "RegExp": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RegExp,
- },
- },
- "Error": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.Error,
- },
- },
- "EvalError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.EvalError,
- },
- },
- "TypeError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.TypeError,
- },
- },
- "RangeError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.RangeError,
- },
- },
- "ReferenceError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.ReferenceError,
- },
- },
- "SyntaxError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.SyntaxError,
- },
- },
- "URIError": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.URIError,
- },
- },
- "JSON": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: runtime.Global.JSON,
- },
- },
- "undefined": _property{
- mode: 0,
- value: Value{
- _valueType: valueUndefined,
- },
- },
- "NaN": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.NaN(),
- },
- },
- "Infinity": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: math.Inf(+1),
- },
- },
- }
- runtime.GlobalObject.propertyOrder = []string{
- "eval",
- "parseInt",
- "parseFloat",
- "isNaN",
- "isFinite",
- "decodeURI",
- "decodeURIComponent",
- "encodeURI",
- "encodeURIComponent",
- "escape",
- "unescape",
- "Object",
- "Function",
- "Array",
- "String",
- "Boolean",
- "Number",
- "Math",
- "Date",
- "RegExp",
- "Error",
- "EvalError",
- "TypeError",
- "RangeError",
- "ReferenceError",
- "SyntaxError",
- "URIError",
- "JSON",
- "undefined",
- "NaN",
- "Infinity",
- }
- }
-}
-
-func newConsoleObject(runtime *_runtime) *_object {
- {
- log_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"log", builtinConsole_log},
- },
- }
- debug_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"debug", builtinConsole_log},
- },
- }
- info_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"info", builtinConsole_log},
- },
- }
- error_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"error", builtinConsole_error},
- },
- }
- warn_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"warn", builtinConsole_error},
- },
- }
- dir_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"dir", builtinConsole_dir},
- },
- }
- time_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"time", builtinConsole_time},
- },
- }
- timeEnd_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"timeEnd", builtinConsole_timeEnd},
- },
- }
- trace_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"trace", builtinConsole_trace},
- },
- }
- assert_function := &_object{
- runtime: runtime,
- class: "Function",
- objectClass: _classObject,
- prototype: runtime.Global.FunctionPrototype,
- extensible: true,
- property: map[string]_property{
- "length": _property{
- mode: 0,
- value: Value{
- _valueType: valueNumber,
- value: 0,
- },
- },
- },
- propertyOrder: []string{
- "length",
- },
- value: _functionObject{
- call: _nativeCallFunction{"assert", builtinConsole_assert},
- },
- }
- return &_object{
- runtime: runtime,
- class: "Object",
- objectClass: _classObject,
- prototype: runtime.Global.ObjectPrototype,
- extensible: true,
- property: map[string]_property{
- "log": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: log_function,
- },
- },
- "debug": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: debug_function,
- },
- },
- "info": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: info_function,
- },
- },
- "error": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: error_function,
- },
- },
- "warn": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: warn_function,
- },
- },
- "dir": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: dir_function,
- },
- },
- "time": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: time_function,
- },
- },
- "timeEnd": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: timeEnd_function,
- },
- },
- "trace": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: trace_function,
- },
- },
- "assert": _property{
- mode: 0101,
- value: Value{
- _valueType: valueObject,
- value: assert_function,
- },
- },
- },
- propertyOrder: []string{
- "log",
- "debug",
- "info",
- "error",
- "warn",
- "dir",
- "time",
- "timeEnd",
- "trace",
- "assert",
- },
- }
- }
-}
-
-func toValue_int(value int) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_int8(value int8) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_int16(value int16) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_int32(value int32) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_int64(value int64) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_uint(value uint) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_uint8(value uint8) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_uint16(value uint16) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_uint32(value uint32) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_uint64(value uint64) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_float32(value float32) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_float64(value float64) Value {
- return Value{
- _valueType: valueNumber,
- value: value,
- }
-}
-
-func toValue_string(value string) Value {
- return Value{
- _valueType: valueString,
- value: value,
- }
-}
-
-func toValue_string16(value []uint16) Value {
- return Value{
- _valueType: valueString,
- value: value,
- }
-}
-
-func toValue_bool(value bool) Value {
- return Value{
- _valueType: valueBoolean,
- value: value,
- }
-}
-
-func toValue_object(value *_object) Value {
- return Value{
- _valueType: valueObject,
- value: value,
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/json_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/json_test.go
deleted file mode 100644
index 4dd2ed7bf..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/json_test.go
+++ /dev/null
@@ -1,183 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func BenchmarkJSON_parse(b *testing.B) {
- vm := New()
- for i := 0; i < b.N; i++ {
- vm.Run(`JSON.parse("1")`)
- vm.Run(`JSON.parse("[1,2,3]")`)
- vm.Run(`JSON.parse('{"a":{"x":100,"y":110},"b":[10,20,30],"c":"zazazaza"}')`)
- vm.Run(`JSON.parse("[1,2,3]", function(k, v) { return undefined })`)
- }
-}
-
-func TestJSON_parse(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- JSON.parse("1");
- `, 1)
-
- test(`
- JSON.parse("null");
- `, "null") // TODO Can we make this nil?
-
- test(`
- var abc = JSON.parse('"a\uFFFFbc"');
- [ abc[0], abc[2], abc[3], abc.length ];
- `, "a,b,c,4")
-
- test(`
- JSON.parse("[1, 2, 3]");
- `, "1,2,3")
-
- test(`
- JSON.parse('{ "abc": 1, "def":2 }').abc;
- `, 1)
-
- test(`
- JSON.parse('{ "abc": { "x": 100, "y": 110 }, "def": [ 10, 20 ,30 ], "ghi": "zazazaza" }').def;
- `, "10,20,30")
-
- test(`raise:
- JSON.parse("12\t\r\n 34");
- `, "SyntaxError: invalid character '3' after top-level value")
-
- test(`
- JSON.parse("[1, 2, 3]", function() { return undefined });
- `, "undefined")
-
- test(`raise:
- JSON.parse("");
- `, "SyntaxError: unexpected end of JSON input")
-
- test(`raise:
- JSON.parse("[1, 2, 3");
- `, "SyntaxError: unexpected end of JSON input")
-
- test(`raise:
- JSON.parse("[1, 2, ; abc=10");
- `, "SyntaxError: invalid character ';' looking for beginning of value")
-
- test(`raise:
- JSON.parse("[1, 2, function(){}]");
- `, "SyntaxError: invalid character 'u' in literal false (expecting 'a')")
- })
-}
-
-func TestJSON_stringify(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- defer mockUTC()()
-
- test(`
- JSON.stringify(function(){});
- `, "undefined")
-
- test(`
- JSON.stringify(new Boolean(false));
- `, "false")
-
- test(`
- JSON.stringify({a1: {b1: [1,2,3,4], b2: {c1: 1, c2: 2}}, a2: 'a2'}, null, -5);
- `, `{"a1":{"b1":[1,2,3,4],"b2":{"c1":1,"c2":2}},"a2":"a2"}`)
-
- test(`
- JSON.stringify(undefined);
- `, "undefined")
-
- test(`
- JSON.stringify(1);
- `, "1")
-
- test(`
- JSON.stringify("abc def");
- `, "\"abc def\"")
-
- test(`
- JSON.stringify(3.14159);
- `, "3.14159")
-
- test(`
- JSON.stringify([]);
- `, "[]")
-
- test(`
- JSON.stringify([1, 2, 3]);
- `, "[1,2,3]")
-
- test(`
- JSON.stringify([true, false, null]);
- `, "[true,false,null]")
-
- test(`
- JSON.stringify({
- abc: { x: 100, y: 110 },
- def: [ 10, 20, 30 ],
- ghi: "zazazaza"
- });
- `, `{"abc":{"x":100,"y":110},"def":[10,20,30],"ghi":"zazazaza"}`)
-
- test(`
- JSON.stringify([
- 'e',
- {pluribus: 'unum'}
- ], null, '\t');
- `, "[\n\t\"e\",\n\t{\n\t\t\"pluribus\": \"unum\"\n\t}\n]")
-
- test(`
- JSON.stringify(new Date(0));
- `, `"1970-01-01T00:00:00.000Z"`)
-
- test(`
- JSON.stringify([ new Date(0) ], function(key, value){
- return this[key] instanceof Date ? 'Date(' + this[key] + ')' : value
- });
- `, `["Date(Thu, 01 Jan 1970 00:00:00 UTC)"]`)
-
- test(`
- JSON.stringify({
- abc: 1,
- def: 2,
- ghi: 3
- }, ['abc','def']);
- `, `{"abc":1,"def":2}`)
-
- test(`raise:
- var abc = {
- def: null
- };
- abc.def = abc;
- JSON.stringify(abc)
- `, "TypeError: Converting circular structure to JSON")
-
- test(`raise:
- var abc= [ null ];
- abc[0] = abc;
- JSON.stringify(abc);
- `, "TypeError: Converting circular structure to JSON")
-
- test(`raise:
- var abc = {
- def: {}
- };
- abc.def.ghi = abc;
- JSON.stringify(abc)
- `, "TypeError: Converting circular structure to JSON")
-
- test(`
- var ghi = { "pi": 3.14159 };
- var abc = {
- def: {}
- };
- abc.ghi = ghi;
- abc.def.ghi = ghi;
- JSON.stringify(abc);
- `, `{"def":{"ghi":{"pi":3.14159}},"ghi":{"pi":3.14159}}`)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/math_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/math_test.go
deleted file mode 100644
index 499998b14..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/math_test.go
+++ /dev/null
@@ -1,303 +0,0 @@
-package otto
-
-import (
- "math"
- "testing"
-)
-
-var _NaN = math.NaN()
-var _Infinity = math.Inf(1)
-
-func TestMath_toString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.toString()`, "[object Math]")
- })
-}
-
-func TestMath_abs(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.abs(NaN)`, _NaN)
- test(`Math.abs(2)`, 2)
- test(`Math.abs(-2)`, 2)
- test(`Math.abs(-Infinity)`, _Infinity)
-
- test(`Math.acos(0.5)`, 1.0471975511965976)
-
- test(`Math.abs('-1')`, 1)
- test(`Math.abs(-2)`, 2)
- test(`Math.abs(null)`, 0)
- test(`Math.abs("string")`, _NaN)
- test(`Math.abs()`, _NaN)
- })
-}
-
-func TestMath_acos(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.acos(NaN)`, _NaN)
- test(`Math.acos(2)`, _NaN)
- test(`Math.acos(-2)`, _NaN)
- test(`1/Math.acos(1)`, _Infinity)
-
- test(`Math.acos(0.5)`, 1.0471975511965976)
- })
-}
-
-func TestMath_asin(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.asin(NaN)`, _NaN)
- test(`Math.asin(2)`, _NaN)
- test(`Math.asin(-2)`, _NaN)
- test(`1/Math.asin(0)`, _Infinity)
- test(`1/Math.asin(-0)`, -_Infinity)
-
- test(`Math.asin(0.5)`, 0.5235987755982989)
- })
-}
-
-func TestMath_atan(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.atan(NaN)`, _NaN)
- test(`1/Math.atan(0)`, _Infinity)
- test(`1/Math.atan(-0)`, -_Infinity)
- test(`Math.atan(Infinity)`, 1.5707963267948966)
- test(`Math.atan(-Infinity)`, -1.5707963267948966)
-
- // freebsd/386 1.03 => 0.4636476090008061
- // darwin 1.03 => 0.46364760900080604
- test(`Math.atan(0.5).toPrecision(10)`, "0.463647609")
- })
-}
-
-func TestMath_atan2(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.atan2()`, _NaN)
- test(`Math.atan2(NaN)`, _NaN)
- test(`Math.atan2(0, NaN)`, _NaN)
-
- test(`Math.atan2(1, 0)`, 1.5707963267948966)
- test(`Math.atan2(1, -0)`, 1.5707963267948966)
-
- test(`1/Math.atan2(0, 1)`, _Infinity)
- test(`1/Math.atan2(0, 0)`, _Infinity)
- test(`Math.atan2(0, -0)`, 3.141592653589793)
- test(`Math.atan2(0, -1)`, 3.141592653589793)
-
- test(`1/Math.atan2(-0, 1)`, -_Infinity)
- test(`1/Math.atan2(-0, 0)`, -_Infinity)
- test(`Math.atan2(-0, -0)`, -3.141592653589793)
- test(`Math.atan2(-0, -1)`, -3.141592653589793)
-
- test(`Math.atan2(-1, 0)`, -1.5707963267948966)
- test(`Math.atan2(-1, -0)`, -1.5707963267948966)
-
- test(`1/Math.atan2(1, Infinity)`, _Infinity)
- test(`Math.atan2(1, -Infinity)`, 3.141592653589793)
- test(`1/Math.atan2(-1, Infinity)`, -_Infinity)
- test(`Math.atan2(-1, -Infinity)`, -3.141592653589793)
-
- test(`Math.atan2(Infinity, 1)`, 1.5707963267948966)
- test(`Math.atan2(-Infinity, 1)`, -1.5707963267948966)
-
- test(`Math.atan2(Infinity, Infinity)`, 0.7853981633974483)
- test(`Math.atan2(Infinity, -Infinity)`, 2.356194490192345)
- test(`Math.atan2(-Infinity, Infinity)`, -0.7853981633974483)
- test(`Math.atan2(-Infinity, -Infinity)`, -2.356194490192345)
- })
-}
-
-func TestMath_ceil(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.ceil(NaN)`, _NaN)
- test(`Math.ceil(+0)`, 0)
- test(`1/Math.ceil(-0)`, -_Infinity)
- test(`Math.ceil(Infinity)`, _Infinity)
- test(`Math.ceil(-Infinity)`, -_Infinity)
- test(`1/Math.ceil(-0.5)`, -_Infinity)
-
- test(`Math.ceil(-11)`, -11)
- test(`Math.ceil(-0.5)`, 0)
- test(`Math.ceil(1.5)`, 2)
- })
-}
-
-func TestMath_cos(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.cos(NaN)`, _NaN)
- test(`Math.cos(+0)`, 1)
- test(`Math.cos(-0)`, 1)
- test(`Math.cos(Infinity)`, _NaN)
- test(`Math.cos(-Infinity)`, _NaN)
-
- test(`Math.cos(0.5)`, 0.8775825618903728)
- })
-}
-
-func TestMath_exp(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.exp(NaN)`, _NaN)
- test(`Math.exp(+0)`, 1)
- test(`Math.exp(-0)`, 1)
- test(`Math.exp(Infinity)`, _Infinity)
- test(`Math.exp(-Infinity)`, 0)
- })
-}
-
-func TestMath_floor(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.floor(NaN)`, _NaN)
- test(`Math.floor(+0)`, 0)
- test(`1/Math.floor(-0)`, -_Infinity)
- test(`Math.floor(Infinity)`, _Infinity)
- test(`Math.floor(-Infinity)`, -_Infinity)
-
- test(`Math.floor(-11)`, -11)
- test(`Math.floor(-0.5)`, -1)
- test(`Math.floor(1.5)`, 1)
- })
-}
-
-func TestMath_log(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.log(NaN)`, _NaN)
- test(`Math.log(-1)`, _NaN)
- test(`Math.log(+0)`, -_Infinity)
- test(`Math.log(-0)`, -_Infinity)
- test(`1/Math.log(1)`, _Infinity)
- test(`Math.log(Infinity)`, _Infinity)
-
- test(`Math.log(0.5)`, -0.6931471805599453)
- })
-}
-
-func TestMath_max(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.max(-11, -1, 0, 1, 2, 3, 11)`, 11)
- })
-}
-
-func TestMath_min(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.min(-11, -1, 0, 1, 2, 3, 11)`, -11)
- })
-}
-
-func TestMath_pow(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.pow(0, NaN)`, _NaN)
- test(`Math.pow(0, 0)`, 1)
- test(`Math.pow(NaN, 0)`, 1)
- test(`Math.pow(0, -0)`, 1)
- test(`Math.pow(NaN, -0)`, 1)
- test(`Math.pow(NaN, 1)`, _NaN)
- test(`Math.pow(2, Infinity)`, _Infinity)
- test(`1/Math.pow(2, -Infinity)`, _Infinity)
- test(`Math.pow(1, Infinity)`, _NaN)
- test(`Math.pow(1, -Infinity)`, _NaN)
- test(`1/Math.pow(0.1, Infinity)`, _Infinity)
- test(`Math.pow(0.1, -Infinity)`, _Infinity)
- test(`Math.pow(Infinity, 1)`, _Infinity)
- test(`1/Math.pow(Infinity, -1)`, _Infinity)
- test(`Math.pow(-Infinity, 1)`, -_Infinity)
- test(`Math.pow(-Infinity, 2)`, _Infinity)
- test(`1/Math.pow(-Infinity, -1)`, -_Infinity)
- test(`1/Math.pow(-Infinity, -2)`, _Infinity)
- test(`1/Math.pow(0, 1)`, _Infinity)
- test(`Math.pow(0, -1)`, _Infinity)
- test(`1/Math.pow(-0, 1)`, -_Infinity)
- test(`1/Math.pow(-0, 2)`, _Infinity)
- test(`Math.pow(-0, -1)`, -_Infinity)
- test(`Math.pow(-0, -2)`, _Infinity)
- test(`Math.pow(-1, 0.1)`, _NaN)
-
- test(`
- [ Math.pow(-1, +Infinity), Math.pow(1, Infinity) ];
- `, "NaN,NaN")
- })
-}
-
-func TestMath_round(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.round(NaN)`, _NaN)
- test(`1/Math.round(0)`, _Infinity)
- test(`1/Math.round(-0)`, -_Infinity)
- test(`Math.round(Infinity)`, _Infinity)
- test(`Math.round(-Infinity)`, -_Infinity)
- test(`1/Math.round(0.1)`, _Infinity)
- test(`1/Math.round(-0.1)`, -_Infinity)
-
- test(`Math.round(3.5)`, 4)
- test(`Math.round(-3.5)`, -3)
- })
-}
-
-func TestMath_sin(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.sin(NaN)`, _NaN)
- test(`1/Math.sin(+0)`, _Infinity)
- test(`1/Math.sin(-0)`, -_Infinity)
- test(`Math.sin(Infinity)`, _NaN)
- test(`Math.sin(-Infinity)`, _NaN)
-
- test(`Math.sin(0.5)`, 0.479425538604203)
- })
-}
-
-func TestMath_sqrt(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.sqrt(NaN)`, _NaN)
- test(`Math.sqrt(-1)`, _NaN)
- test(`1/Math.sqrt(+0)`, _Infinity)
- test(`1/Math.sqrt(-0)`, -_Infinity)
- test(`Math.sqrt(Infinity)`, _Infinity)
-
- test(`Math.sqrt(2)`, 1.4142135623730951)
- })
-}
-
-func TestMath_tan(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Math.tan(NaN)`, _NaN)
- test(`1/Math.tan(+0)`, _Infinity)
- test(`1/Math.tan(-0)`, -_Infinity)
- test(`Math.tan(Infinity)`, _NaN)
- test(`Math.tan(-Infinity)`, _NaN)
-
- test(`Math.tan(0.5)`, 0.5463024898437905)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/number_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/number_test.go
deleted file mode 100644
index f3790e077..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/number_test.go
+++ /dev/null
@@ -1,167 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestNumber(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = Object.getOwnPropertyDescriptor(Number, "prototype");
- [ [ typeof Number.prototype ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "object,false,false,false")
- })
-}
-
-func TestNumber_toString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- new Number(451).toString();
- `, "451")
-
- test(`
- new Number(451).toString(10);
- `, "451")
-
- test(`
- new Number(451).toString(8);
- `, "703")
-
- test(`raise:
- new Number(451).toString(1);
- `, "RangeError: RangeError: toString() radix must be between 2 and 36")
-
- test(`raise:
- new Number(451).toString(Infinity);
- `, "RangeError: RangeError: toString() radix must be between 2 and 36")
-
- test(`
- new Number(NaN).toString()
- `, "NaN")
-
- test(`
- new Number(Infinity).toString()
- `, "Infinity")
-
- test(`
- new Number(Infinity).toString(16)
- `, "Infinity")
-
- test(`
- [
- Number.prototype.toString(undefined),
- new Number().toString(undefined),
- new Number(0).toString(undefined),
- new Number(-1).toString(undefined),
- new Number(1).toString(undefined),
- new Number(Number.NaN).toString(undefined),
- new Number(Number.POSITIVE_INFINITY).toString(undefined),
- new Number(Number.NEGATIVE_INFINITY).toString(undefined)
- ]
- `, "0,0,0,-1,1,NaN,Infinity,-Infinity")
- })
-}
-
-func TestNumber_toFixed(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`new Number(451).toFixed(2)`, "451.00")
- test(`12345.6789.toFixed()`, "12346")
- test(`12345.6789.toFixed(1)`, "12345.7")
- test(`12345.6789.toFixed(6)`, "12345.678900")
- test(`(1.23e-20).toFixed(2)`, "0.00")
- test(`2.34.toFixed(1)`, "2.3") // FIXME Wtf? "2.3"
- test(`-2.34.toFixed(1)`, -2.3) // FIXME Wtf? -2.3
- test(`(-2.34).toFixed(1)`, "-2.3")
-
- test(`raise:
- new Number("a").toFixed(Number.POSITIVE_INFINITY);
- `, "RangeError: toFixed() precision must be between 0 and 20")
-
- test(`
- [
- new Number(1e21).toFixed(),
- new Number(1e21).toFixed(0),
- new Number(1e21).toFixed(1),
- new Number(1e21).toFixed(1.1),
- new Number(1e21).toFixed(0.9),
- new Number(1e21).toFixed("1"),
- new Number(1e21).toFixed("1.1"),
- new Number(1e21).toFixed("0.9"),
- new Number(1e21).toFixed(Number.NaN),
- new Number(1e21).toFixed("some string")
- ];
- `, "1e+21,1e+21,1e+21,1e+21,1e+21,1e+21,1e+21,1e+21,1e+21,1e+21")
-
- test(`raise:
- new Number(1e21).toFixed(Number.POSITIVE_INFINITY);
- `, "RangeError: toFixed() precision must be between 0 and 20")
- })
-}
-
-func TestNumber_toExponential(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`new Number(451).toExponential(2)`, "4.51e+02")
- test(`77.1234.toExponential()`, "7.71234e+01")
- test(`77.1234.toExponential(4)`, "7.7123e+01")
- test(`77.1234.toExponential(2)`, "7.71e+01")
- test(`77 .toExponential()`, "7.7e+01")
- })
-}
-
-func TestNumber_toPrecision(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`new Number(451).toPrecision()`, "451")
- test(`new Number(451).toPrecision(1)`, "5e+02")
- test(`5.123456.toPrecision()`, "5.123456")
- test(`5.123456.toPrecision(5)`, "5.1235")
- test(`5.123456.toPrecision(2)`, "5.1")
- test(`5.123456.toPrecision(1)`, "5")
- })
-}
-
-func TestNumber_toLocaleString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [
- new Number(451).toLocaleString(),
- new Number(451).toLocaleString(10),
- new Number(451).toLocaleString(8)
- ];
- `, "451,451,703")
- })
-}
-
-func Test_toInteger(t *testing.T) {
- tt(t, func() {
- integer := toInteger(toValue(0.0))
- is(integer.valid(), true)
- is(integer.exact(), true)
-
- integer = toInteger(toValue(3.14159))
- is(integer.valid(), true)
- is(integer.exact(), false)
- })
-}
-
-func Test_NaN(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ NaN === NaN, NaN == NaN ];
- `, "false,false")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/object.go b/Godeps/_workspace/src/github.com/obscuren/otto/object.go
deleted file mode 100644
index fe6f58729..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/object.go
+++ /dev/null
@@ -1,156 +0,0 @@
-package otto
-
-type _object struct {
- runtime *_runtime
-
- class string
- objectClass *_objectClass
- value interface{}
-
- prototype *_object
- extensible bool
-
- property map[string]_property
- propertyOrder []string
-}
-
-func newObject(runtime *_runtime, class string) *_object {
- self := &_object{
- runtime: runtime,
- class: class,
- objectClass: _classObject,
- property: make(map[string]_property),
- extensible: true,
- }
- return self
-}
-
-// 8.12
-
-// 8.12.1
-func (self *_object) getOwnProperty(name string) *_property {
- return self.objectClass.getOwnProperty(self, name)
-}
-
-// 8.12.2
-func (self *_object) getProperty(name string) *_property {
- return self.objectClass.getProperty(self, name)
-}
-
-// 8.12.3
-func (self *_object) get(name string) Value {
- return self.objectClass.get(self, name)
-}
-
-// 8.12.4
-func (self *_object) canPut(name string) bool {
- return self.objectClass.canPut(self, name)
-}
-
-// 8.12.5
-func (self *_object) put(name string, value Value, throw bool) {
- self.objectClass.put(self, name, value, throw)
-}
-
-// 8.12.6
-func (self *_object) hasProperty(name string) bool {
- return self.objectClass.hasProperty(self, name)
-}
-
-func (self *_object) hasOwnProperty(name string) bool {
- return self.objectClass.hasOwnProperty(self, name)
-}
-
-type _defaultValueHint int
-
-const (
- defaultValueNoHint _defaultValueHint = iota
- defaultValueHintString
- defaultValueHintNumber
-)
-
-// 8.12.8
-func (self *_object) DefaultValue(hint _defaultValueHint) Value {
- if hint == defaultValueNoHint {
- if self.class == "Date" {
- // Date exception
- hint = defaultValueHintString
- } else {
- hint = defaultValueHintNumber
- }
- }
- methodSequence := []string{"valueOf", "toString"}
- if hint == defaultValueHintString {
- methodSequence = []string{"toString", "valueOf"}
- }
- for _, methodName := range methodSequence {
- method := self.get(methodName)
- if method.isCallable() {
- result := method._object().Call(toValue_object(self))
- if result.IsPrimitive() {
- return result
- }
- }
- }
-
- panic(newTypeError())
- return UndefinedValue()
-}
-
-func (self *_object) String() string {
- return toString(self.DefaultValue(defaultValueHintString))
-}
-
-func (self *_object) defineProperty(name string, value Value, mode _propertyMode, throw bool) bool {
- return self.defineOwnProperty(name, _property{value, mode}, throw)
-}
-
-// 8.12.9
-func (self *_object) defineOwnProperty(name string, descriptor _property, throw bool) bool {
- return self.objectClass.defineOwnProperty(self, name, descriptor, throw)
-}
-
-func (self *_object) delete(name string, throw bool) bool {
- return self.objectClass.delete(self, name, throw)
-}
-
-func (self *_object) enumerate(all bool, each func(string) bool) {
- self.objectClass.enumerate(self, all, each)
-}
-
-func (self *_object) _exists(name string) bool {
- _, exists := self.property[name]
- return exists
-}
-
-func (self *_object) _read(name string) (_property, bool) {
- property, exists := self.property[name]
- return property, exists
-}
-
-func (self *_object) _write(name string, value interface{}, mode _propertyMode) {
- if value == nil {
- value = UndefinedValue()
- }
- _, exists := self.property[name]
- self.property[name] = _property{value, mode}
- if !exists {
- self.propertyOrder = append(self.propertyOrder, name)
- }
-}
-
-func (self *_object) _delete(name string) {
- _, exists := self.property[name]
- delete(self.property, name)
- if exists {
- for index, property := range self.propertyOrder {
- if name == property {
- if index == len(self.propertyOrder)-1 {
- self.propertyOrder = self.propertyOrder[:index]
- } else {
- self.propertyOrder = append(self.propertyOrder[:index], self.propertyOrder[index+1:]...)
- }
- }
- }
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/object_class.go b/Godeps/_workspace/src/github.com/obscuren/otto/object_class.go
deleted file mode 100644
index 0464503b0..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/object_class.go
+++ /dev/null
@@ -1,484 +0,0 @@
-package otto
-
-import (
- "encoding/json"
-)
-
-type _objectClass struct {
- getOwnProperty func(*_object, string) *_property
- getProperty func(*_object, string) *_property
- get func(*_object, string) Value
- canPut func(*_object, string) bool
- put func(*_object, string, Value, bool)
- hasProperty func(*_object, string) bool
- hasOwnProperty func(*_object, string) bool
- defineOwnProperty func(*_object, string, _property, bool) bool
- delete func(*_object, string, bool) bool
- enumerate func(*_object, bool, func(string) bool)
- clone func(*_object, *_object, *_clone) *_object
- marshalJSON func(*_object) json.Marshaler
-}
-
-func objectEnumerate(self *_object, all bool, each func(string) bool) {
- for _, name := range self.propertyOrder {
- if all || self.property[name].enumerable() {
- if !each(name) {
- return
- }
- }
- }
-}
-
-var (
- _classObject,
- _classArray,
- _classString,
- _classArguments,
- _classGoStruct,
- _classGoMap,
- _classGoArray,
- _classGoSlice,
- _ *_objectClass
-)
-
-func init() {
- _classObject = &_objectClass{
- objectGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- objectDefineOwnProperty,
- objectDelete,
- objectEnumerate,
- objectClone,
- nil,
- }
-
- _classArray = &_objectClass{
- objectGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- arrayDefineOwnProperty,
- objectDelete,
- objectEnumerate,
- objectClone,
- nil,
- }
-
- _classString = &_objectClass{
- stringGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- objectDefineOwnProperty,
- objectDelete,
- stringEnumerate,
- objectClone,
- nil,
- }
-
- _classArguments = &_objectClass{
- argumentsGetOwnProperty,
- objectGetProperty,
- argumentsGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- argumentsDefineOwnProperty,
- argumentsDelete,
- objectEnumerate,
- objectClone,
- nil,
- }
-
- _classGoStruct = &_objectClass{
- goStructGetOwnProperty,
- objectGetProperty,
- objectGet,
- goStructCanPut,
- goStructPut,
- objectHasProperty,
- objectHasOwnProperty,
- objectDefineOwnProperty,
- objectDelete,
- goStructEnumerate,
- objectClone,
- goStructMarshalJSON,
- }
-
- _classGoMap = &_objectClass{
- goMapGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- goMapDefineOwnProperty,
- goMapDelete,
- goMapEnumerate,
- objectClone,
- nil,
- }
-
- _classGoArray = &_objectClass{
- goArrayGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- goArrayDefineOwnProperty,
- goArrayDelete,
- goArrayEnumerate,
- objectClone,
- nil,
- }
-
- _classGoSlice = &_objectClass{
- goSliceGetOwnProperty,
- objectGetProperty,
- objectGet,
- objectCanPut,
- objectPut,
- objectHasProperty,
- objectHasOwnProperty,
- goSliceDefineOwnProperty,
- goSliceDelete,
- goSliceEnumerate,
- objectClone,
- nil,
- }
-}
-
-// Allons-y
-
-// 8.12.1
-func objectGetOwnProperty(self *_object, name string) *_property {
- // Return a _copy_ of the property
- property, exists := self._read(name)
- if !exists {
- return nil
- }
- return &property
-}
-
-// 8.12.2
-func objectGetProperty(self *_object, name string) *_property {
- property := self.getOwnProperty(name)
- if property != nil {
- return property
- }
- if self.prototype != nil {
- return self.prototype.getProperty(name)
- }
- return nil
-}
-
-// 8.12.3
-func objectGet(self *_object, name string) Value {
- property := self.getProperty(name)
- if property != nil {
- return property.get(self)
- }
- return UndefinedValue()
-}
-
-// 8.12.4
-func objectCanPut(self *_object, name string) bool {
- canPut, _, _ := _objectCanPut(self, name)
- return canPut
-}
-
-func _objectCanPut(self *_object, name string) (canPut bool, property *_property, setter *_object) {
- property = self.getOwnProperty(name)
- if property != nil {
- switch propertyValue := property.value.(type) {
- case Value:
- canPut = property.writable()
- return
- case _propertyGetSet:
- setter = propertyValue[1]
- canPut = setter != nil
- return
- default:
- panic(newTypeError())
- }
- }
-
- if self.prototype == nil {
- return self.extensible, nil, nil
- }
-
- property = self.prototype.getProperty(name)
- if property == nil {
- return self.extensible, nil, nil
- }
-
- switch propertyValue := property.value.(type) {
- case Value:
- if !self.extensible {
- return false, nil, nil
- }
- return property.writable(), nil, nil
- case _propertyGetSet:
- setter = propertyValue[1]
- canPut = setter != nil
- return
- default:
- panic(newTypeError())
- }
-
- return false, nil, nil
-}
-
-// 8.12.5
-func objectPut(self *_object, name string, value Value, throw bool) {
-
- if true {
- // Shortcut...
- //
- // So, right now, every class is using objectCanPut and every class
- // is using objectPut.
- //
- // If that were to no longer be the case, we would have to have
- // something to detect that here, so that we do not use an
- // incompatible canPut routine
- canPut, property, setter := _objectCanPut(self, name)
- if !canPut {
- typeErrorResult(throw)
- } else if setter != nil {
- setter.callSet(toValue(self), value)
- } else if property != nil {
- property.value = value
- self.defineOwnProperty(name, *property, throw)
- } else {
- self.defineProperty(name, value, 0111, throw)
- }
- return
- }
-
- // The long way...
- //
- // Right now, code should never get here, see above
- if !self.canPut(name) {
- typeErrorResult(throw)
- return
- }
-
- property := self.getOwnProperty(name)
- if property == nil {
- property = self.getProperty(name)
- if property != nil {
- if getSet, isAccessor := property.value.(_propertyGetSet); isAccessor {
- getSet[1].callSet(toValue(self), value)
- return
- }
- }
- self.defineProperty(name, value, 0111, throw)
- } else {
- switch propertyValue := property.value.(type) {
- case Value:
- property.value = value
- self.defineOwnProperty(name, *property, throw)
- case _propertyGetSet:
- if propertyValue[1] != nil {
- propertyValue[1].callSet(toValue(self), value)
- return
- }
- if throw {
- panic(newTypeError())
- }
- default:
- panic(newTypeError())
- }
- }
-}
-
-// 8.12.6
-func objectHasProperty(self *_object, name string) bool {
- return self.getProperty(name) != nil
-}
-
-func objectHasOwnProperty(self *_object, name string) bool {
- return self.getOwnProperty(name) != nil
-}
-
-// 8.12.9
-func objectDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- property, exists := self._read(name)
- {
- if !exists {
- if !self.extensible {
- goto Reject
- }
- if newGetSet, isAccessor := descriptor.value.(_propertyGetSet); isAccessor {
- if newGetSet[0] == &_nilGetSetObject {
- newGetSet[0] = nil
- }
- if newGetSet[1] == &_nilGetSetObject {
- newGetSet[1] = nil
- }
- descriptor.value = newGetSet
- }
- self._write(name, descriptor.value, descriptor.mode)
- return true
- }
- if descriptor.isEmpty() {
- return true
- }
-
- // TODO Per 8.12.9.6 - We should shortcut here (returning true) if
- // the current and new (define) properties are the same
-
- configurable := property.configurable()
- if !configurable {
- if descriptor.configurable() {
- goto Reject
- }
- // Test that, if enumerable is set on the property descriptor, then it should
- // be the same as the existing property
- if descriptor.enumerateSet() && descriptor.enumerable() != property.enumerable() {
- goto Reject
- }
- }
- value, isDataDescriptor := property.value.(Value)
- getSet, _ := property.value.(_propertyGetSet)
- if descriptor.isGenericDescriptor() {
- // GenericDescriptor
- } else if isDataDescriptor != descriptor.isDataDescriptor() {
- // DataDescriptor <=> AccessorDescriptor
- if !configurable {
- goto Reject
- }
- } else if isDataDescriptor && descriptor.isDataDescriptor() {
- // DataDescriptor <=> DataDescriptor
- if !configurable {
- if !property.writable() && descriptor.writable() {
- goto Reject
- }
- if !property.writable() {
- if descriptor.value != nil && !sameValue(value, descriptor.value.(Value)) {
- goto Reject
- }
- }
- }
- } else {
- // AccessorDescriptor <=> AccessorDescriptor
- newGetSet, _ := descriptor.value.(_propertyGetSet)
- presentGet, presentSet := true, true
- if newGetSet[0] == &_nilGetSetObject {
- // Present, but nil
- newGetSet[0] = nil
- } else if newGetSet[0] == nil {
- // Missing, not even nil
- newGetSet[0] = getSet[0]
- presentGet = false
- }
- if newGetSet[1] == &_nilGetSetObject {
- // Present, but nil
- newGetSet[1] = nil
- } else if newGetSet[1] == nil {
- // Missing, not even nil
- newGetSet[1] = getSet[1]
- presentSet = false
- }
- if !configurable {
- if (presentGet && (getSet[0] != newGetSet[0])) || (presentSet && (getSet[1] != newGetSet[1])) {
- goto Reject
- }
- }
- descriptor.value = newGetSet
- }
- {
- // This section will preserve attributes of
- // the original property, if necessary
- value1 := descriptor.value
- if value1 == nil {
- value1 = property.value
- } else if newGetSet, isAccessor := descriptor.value.(_propertyGetSet); isAccessor {
- if newGetSet[0] == &_nilGetSetObject {
- newGetSet[0] = nil
- }
- if newGetSet[1] == &_nilGetSetObject {
- newGetSet[1] = nil
- }
- value1 = newGetSet
- }
- mode1 := descriptor.mode
- if mode1&0222 != 0 {
- // TODO Factor this out into somewhere testable
- // (Maybe put into switch ...)
- mode0 := property.mode
- if mode1&0200 != 0 {
- if descriptor.isDataDescriptor() {
- mode1 &= ^0200 // Turn off "writable" missing
- mode1 |= (mode0 & 0100)
- }
- }
- if mode1&020 != 0 {
- mode1 |= (mode0 & 010)
- }
- if mode1&02 != 0 {
- mode1 |= (mode0 & 01)
- }
- mode1 &= 0311 // 0311 to preserve the non-setting on "writable"
- }
- self._write(name, value1, mode1)
- }
- return true
- }
-Reject:
- if throw {
- panic(newTypeError())
- }
- return false
-}
-
-func objectDelete(self *_object, name string, throw bool) bool {
- property_ := self.getOwnProperty(name)
- if property_ == nil {
- return true
- }
- if property_.configurable() {
- self._delete(name)
- return true
- }
- return typeErrorResult(throw)
-}
-
-func objectClone(self0 *_object, self1 *_object, clone *_clone) *_object {
- *self1 = *self0
-
- self1.runtime = clone.runtime
- if self1.prototype != nil {
- self1.prototype = clone.object(self0.prototype)
- }
- self1.property = make(map[string]_property, len(self0.property))
- self1.propertyOrder = make([]string, len(self0.propertyOrder))
- copy(self1.propertyOrder, self0.propertyOrder)
- for index, property := range self0.property {
- self1.property[index] = clone.property(property)
- }
-
- switch value := self0.value.(type) {
- case _functionObject:
- self1.value = value.clone(clone)
- case _argumentsObject:
- self1.value = value.clone(clone)
- }
-
- return self1
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/object_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/object_test.go
deleted file mode 100644
index d1e90680b..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/object_test.go
+++ /dev/null
@@ -1,639 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestObject_(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- object := newObject(nil, "")
- is(object != nil, true)
-
- object.put("xyzzy", toValue("Nothing happens."), true)
- is(object.get("xyzzy"), "Nothing happens.")
-
- test(`
- var abc = Object.getOwnPropertyDescriptor(Object, "prototype");
- [ [ typeof Object.prototype, abc.writable, abc.enumerable, abc.configurable ],
- ];
- `, "object,false,false,false")
- })
-}
-
-func TestStringObject(t *testing.T) {
- tt(t, func() {
- object := New().runtime.newStringObject(toValue("xyzzy"))
- is(object.get("1"), "y")
- is(object.get("10"), "undefined")
- is(object.get("2"), "z")
- })
-}
-
-func TestObject_getPrototypeOf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = {};
- def = Object.getPrototypeOf(abc);
- ghi = Object.getPrototypeOf(def);
- [abc,def,ghi,ghi+""];
- `, "[object Object],[object Object],,null")
-
- test(`
- abc = Object.getOwnPropertyDescriptor(Object, "getPrototypeOf");
- [ abc.value === Object.getPrototypeOf, abc.writable, abc.enumerable, abc.configurable ];
- `, "true,true,false,true")
- })
-}
-
-func TestObject_new(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ new Object("abc"), new Object(2+2) ];
- `, "abc,4")
- })
-}
-
-func TestObject_create(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: Object.create()`, "TypeError")
-
- test(`
- var abc = Object.create(null)
- var def = Object.create({x: 10, y: 20})
- var ghi = Object.create(Object.prototype)
-
- var jkl = Object.create({x: 10, y: 20}, {
- z: {
- value: 30,
- writable: true
- },
- // sum: {
- // get: function() {
- // return this.x + this.y + this.z
- // }
- // }
- });
- [ abc.prototype, def.x, def.y, ghi, jkl.x, jkl.y, jkl.z ]
- `, ",10,20,[object Object],10,20,30")
-
- test(`
- var properties = {};
- Object.defineProperty(properties, "abc", {
- value: {},
- enumerable: false
- });
- var mno = Object.create({}, properties);
- mno.hasOwnProperty("abc");
- `, false)
- })
-}
-
-func TestObject_toLocaleString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- ({}).toLocaleString();
- `, "[object Object]")
-
- test(`
- object = {
- toString: function() {
- return "Nothing happens.";
- }
- };
- object.toLocaleString();
- `, "Nothing happens.")
- })
-}
-
-func TestObject_isExtensible(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- Object.isExtensible();
- `, "TypeError")
-
- // FIXME terst, Why raise?
- test(`raise:
- Object.isExtensible({});
- `, true)
-
- test(`Object.isExtensible.length`, 1)
- test(`Object.isExtensible.prototype`, "undefined")
- })
-}
-
-func TestObject_preventExtensions(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- Object.preventExtensions()
- `, "TypeError")
-
- test(`raise:
- var abc = { def: true };
- var ghi = Object.preventExtensions(abc);
- [ ghi.def === true, Object.isExtensible(abc), Object.isExtensible(ghi) ];
- `, "true,false,false")
-
- test(`
- var abc = new String();
- var def = Object.isExtensible(abc);
- Object.preventExtensions(abc);
- var ghi = false;
- try {
- Object.defineProperty(abc, "0", { value: "~" });
- } catch (err) {
- ghi = err instanceof TypeError;
- }
- [ def, ghi, abc.hasOwnProperty("0"), typeof abc[0] ];
- `, "true,true,false,undefined")
-
- test(`Object.preventExtensions.length`, 1)
- test(`Object.preventExtensions.prototype`, "undefined")
- })
-}
-
-func TestObject_isSealed(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Object.isSealed.length`, 1)
- test(`Object.isSealed.prototype`, "undefined")
- })
-}
-
-func TestObject_seal(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: Object.seal()`, "TypeError")
-
- test(`
- var abc = {a:1,b:1,c:3};
- var sealed = Object.isSealed(abc);
- Object.seal(abc);
- [sealed, Object.isSealed(abc)];
- `, "false,true")
-
- test(`
- var abc = {a:1,b:1,c:3};
- var sealed = Object.isSealed(abc);
- var caught = false;
- Object.seal(abc);
- abc.b = 5;
- Object.defineProperty(abc, "a", {value:4});
- try {
- Object.defineProperty(abc, "a", {value:42,enumerable:false});
- } catch (e) {
- caught = e instanceof TypeError;
- }
- [sealed, Object.isSealed(abc), caught, abc.a, abc.b];
- `, "false,true,true,4,5")
-
- test(`Object.seal.length`, 1)
- test(`Object.seal.prototype`, "undefined")
- })
-}
-
-func TestObject_isFrozen(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: Object.isFrozen()`, "TypeError")
- test(`Object.isFrozen(Object.preventExtensions({a:1}))`, false)
- test(`Object.isFrozen({})`, false)
-
- test(`
- var abc = {};
- Object.defineProperty(abc, "def", {
- value: "def",
- writable: true,
- configurable: false
- });
- Object.preventExtensions(abc);
- !Object.isFrozen(abc);
- `, true)
-
- test(`Object.isFrozen.length`, 1)
- test(`Object.isFrozen.prototype`, "undefined")
- })
-}
-
-func TestObject_freeze(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise: Object.freeze()`, "TypeError")
-
- test(`
- var abc = {a:1,b:2,c:3};
- var frozen = Object.isFrozen(abc);
- Object.freeze(abc);
- abc.b = 5;
- [frozen, Object.isFrozen(abc), abc.b];
- `, "false,true,2")
-
- test(`
- var abc = {a:1,b:2,c:3};
- var frozen = Object.isFrozen(abc);
- var caught = false;
- Object.freeze(abc);
- abc.b = 5;
- try {
- Object.defineProperty(abc, "a", {value:4});
- } catch (e) {
- caught = e instanceof TypeError;
- }
- [frozen, Object.isFrozen(abc), caught, abc.a, abc.b];
- `, "false,true,true,1,2")
-
- test(`Object.freeze.length`, 1)
- test(`Object.freeze.prototype`, "undefined")
- })
-}
-
-func TestObject_defineProperty(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- (function(abc, def, ghi){
- Object.defineProperty(arguments, "0", {
- enumerable: false
- });
- return true;
- })(0, 1, 2);
- `, true)
-
- test(`
- var abc = {};
- abc.def = 3.14; // Default: writable: true, enumerable: true, configurable: true
-
- Object.defineProperty(abc, "def", {
- value: 42
- });
-
- var ghi = Object.getOwnPropertyDescriptor(abc, "def");
- [ ghi.value, ghi.writable, ghi.enumerable, ghi.configurable ];
- `, "42,true,true,true")
-
- // Test that we handle the case of DefineOwnProperty
- // where [[Writable]] is something but [[Value]] is not
- test(`
- var abc = [];
- Object.defineProperty(abc, "0", { writable: false });
- 0 in abc;
- `, true)
-
- // Test that we handle the case of DefineOwnProperty
- // where [[Writable]] is something but [[Value]] is not
- // (and the property originally had something for [[Value]]
- test(`
- abc = {
- def: 42
- };
- Object.defineProperty(abc, "def", { writable: false });
- abc.def;
- `, 42)
- })
-}
-
-func TestObject_keys(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Object.keys({ abc:undefined, def:undefined })`, "abc,def")
-
- test(`
- function abc() {
- this.abc = undefined;
- this.def = undefined;
- }
- Object.keys(new abc())
- `, "abc,def")
-
- test(`
- function def() {
- this.ghi = undefined;
- }
- def.prototype = new abc();
- Object.keys(new def());
- `, "ghi")
-
- test(`
- var ghi = Object.create(
- {
- abc: undefined,
- def: undefined
- },
- {
- ghi: { value: undefined, enumerable: true },
- jkl: { value: undefined, enumerable: false }
- }
- );
- Object.keys(ghi);
- `, "ghi")
-
- test(`
- (function(abc, def, ghi){
- return Object.keys(arguments)
- })(undefined, undefined);
- `, "0,1")
-
- test(`
- (function(abc, def, ghi){
- return Object.keys(arguments)
- })(undefined, undefined, undefined, undefined);
- `, "0,1,2,3")
- })
-}
-
-func TestObject_getOwnPropertyNames(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`Object.getOwnPropertyNames({ abc:undefined, def:undefined })`, "abc,def")
-
- test(`
- var ghi = Object.create(
- {
- abc: undefined,
- def: undefined
- },
- {
- ghi: { value: undefined, enumerable: true },
- jkl: { value: undefined, enumerable: false }
- }
- );
- Object.getOwnPropertyNames(ghi)
- `, "ghi,jkl")
- })
-}
-
-func TestObjectGetterSetter(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- Object.create({}, {
- abc: {
- get: function(){
- return "true";
- },
- writable: true
- }
- }).abc;
- `, "TypeError")
-
- test(`raise:
- Object.create({}, {
- abc: {
- get: function(){
- return "true";
- },
- writable: false
- }
- }).abc;
- `, "TypeError")
-
- test(`
- Object.create({}, {
- abc: {
- get: function(){
- return "true";
- }
- }
- }).abc;
- `, "true")
-
- test(`
- Object.create({xyz:true},{abc:{get:function(){return this.xyx}}}).abc;
- Object.create({
- xyz: true
- }, {
- abc: {
- get: function(){
- return this.xyz;
- }
- }
- }).abc;
- `, true)
-
- test(`
- var abc = false;
- var def = Object.create({}, {
- xyz: {
- set: function(value) {
- abc = value;
- }
- }
- });
- def.xyz = true;
- [ abc ];
- `, "true")
-
- test(`
- var abc = {};
- Object.defineProperty(abc, "def", {
- value: "xyzzy",
- configurable: true
- });
- Object.preventExtensions(abc);
- Object.defineProperty(abc, "def", {
- get: function() {
- return 5;
- }
- });
- var def = Object.getOwnPropertyDescriptor(abc, "def");
- [ abc.def, typeof def.get, typeof def.set, typeof def.value, def.configurable, def.enumerable, typeof def.writable ];
- `, "5,function,undefined,undefined,true,false,undefined")
-
- test(`
- var abc = {};
- Object.defineProperty(abc, "def", {
- get: function() {
- return 5;
- }
- configurable: true
- });
- Object.preventExtensions(abc);
- Object.defineProperty(abc, "def", {
- value: "xyzzy",
- });
- var def = Object.getOwnPropertyDescriptor(abc, "def");
- [ abc.def, typeof def.get, typeof def.set, def.value, def.configurable, def.enumerable, def.writable ];
- `, "xyzzy,undefined,undefined,xyzzy,true,false,false")
-
- test(`
- var abc = {};
-
- function _get0() {
- return 10;
- }
-
- function _set(value) {
- abc.def = value;
- }
-
- Object.defineProperty(abc, "ghi", {
- get: _get0,
- set: _set,
- configurable: true
- });
-
- function _get1() {
- return 20;
- }
-
- Object.defineProperty(abc, "ghi", {
- get: _get0
- });
-
- var descriptor = Object.getOwnPropertyDescriptor(abc, "ghi");
- [ typeof descriptor.set ];
- `, "function")
-
- test(`raise:
- var abc = [];
- Object.defineProperty(abc, "length", {
- get: function () {
- return 2;
- }
- });
- `, "TypeError")
-
- test(`
- var abc = {};
-
- var getter = function() {
- return 1;
- }
-
- Object.defineProperty(abc, "def", {
- get: getter,
- configurable: false
- });
-
- var jkl = undefined;
- try {
- Object.defineProperty(abc, "def", {
- get: undefined
- });
- }
- catch (err) {
- jkl = err;
- }
- var ghi = Object.getOwnPropertyDescriptor(abc, "def");
- [ jkl instanceof TypeError, ghi.get === getter, ghi.configurable, ghi.enumerable ];
- `, "true,true,false,false")
-
- test(`
- var abc = {};
-
- var getter = function() {
- return 1;
- };
-
- Object.defineProperty(abc, "def", {
- get: getter
- });
-
- Object.defineProperty(abc, "def", {
- set: undefined
- });
-
- var ghi = Object.getOwnPropertyDescriptor(abc, "def");
- [ ghi.get === getter, ghi.set === undefined, ghi.configurable, ghi.enumerable ];
- `, "true,true,false,false")
-
- test(`
- var abc = {};
-
- var getter = function() {
- return 1;
- };
-
- Object.defineProperty(abc, "def", {
- get: getter
- });
-
- var jkl = undefined;
- try {
- Object.defineProperty(abc, "def", {
- set: function() {}
- });
- }
- catch (err) {
- jkl = err;
- }
-
- var ghi = Object.getOwnPropertyDescriptor(abc, "def");
- [ jkl instanceof TypeError, ghi.get === getter, ghi.set, ghi.configurable, ghi.enumerable ];
- `, "true,true,,false,false")
-
- test(`
- var abc = {};
- var def = "xyzzy";
-
- Object.defineProperty(abc, "ghi", {
- get: undefined,
- set: function(value) {
- def = value;
- },
- enumerable: true,
- configurable: true
- });
-
- var hasOwn = abc.hasOwnProperty("ghi");
- var descriptor = Object.getOwnPropertyDescriptor(abc, "ghi");
-
- [ hasOwn, typeof descriptor.get ];
- `, "true,undefined")
-
- test(`
- var abc = "xyzzy";
- Object.defineProperty(Array.prototype, "abc", {
- get: function () {
- return abc;
- },
- set: function (value) {
- abc = value;
- },
- enumerable: true,
- configurable: true
- });
- var def = [];
- def.abc = 3.14159;
- [ def.hasOwnProperty("abc"), def.abc, abc ];
- `, "false,3.14159,3.14159")
- })
-}
-
-func TestProperty(t *testing.T) {
- tt(t, func() {
- property := _property{}
- property.writeOn()
- is(property.writeSet(), true)
-
- property.writeClear()
- is(property.writeSet(), false)
-
- property.writeOff()
- is(property.writeSet(), true)
-
- property.writeClear()
- is(property.writeSet(), false)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto.go b/Godeps/_workspace/src/github.com/obscuren/otto/otto.go
deleted file mode 100644
index 1cb79cb0a..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto.go
+++ /dev/null
@@ -1,561 +0,0 @@
-/*
-Package otto is a JavaScript parser and interpreter written natively in Go.
-
-http://godoc.org/github.com/robertkrimen/otto
-
- import (
- "github.com/robertkrimen/otto"
- )
-
-Run something in the VM
-
- vm := otto.New()
- vm.Run(`
- abc = 2 + 2;
- console.log("The value of abc is " + abc); // 4
- `)
-
-Get a value out of the VM
-
- value, err := vm.Get("abc")
- value, _ := value.ToInteger()
- }
-
-Set a number
-
- vm.Set("def", 11)
- vm.Run(`
- console.log("The value of def is " + def);
- // The value of def is 11
- `)
-
-Set a string
-
- vm.Set("xyzzy", "Nothing happens.")
- vm.Run(`
- console.log(xyzzy.length); // 16
- `)
-
-Get the value of an expression
-
- value, _ = vm.Run("xyzzy.length")
- {
- // value is an int64 with a value of 16
- value, _ := value.ToInteger()
- }
-
-An error happens
-
- value, err = vm.Run("abcdefghijlmnopqrstuvwxyz.length")
- if err != nil {
- // err = ReferenceError: abcdefghijlmnopqrstuvwxyz is not defined
- // If there is an error, then value.IsUndefined() is true
- ...
- }
-
-Set a Go function
-
- vm.Set("sayHello", func(call otto.FunctionCall) otto.Value {
- fmt.Printf("Hello, %s.\n", call.Argument(0).String())
- return otto.UndefinedValue()
- })
-
-Set a Go function that returns something useful
-
- vm.Set("twoPlus", func(call otto.FunctionCall) otto.Value {
- right, _ := call.Argument(0).ToInteger()
- result, _ := vm.ToValue(2 + right)
- return result
- })
-
-Use the functions in JavaScript
-
- result, _ = vm.Run(`
- sayHello("Xyzzy"); // Hello, Xyzzy.
- sayHello(); // Hello, undefined
-
- result = twoPlus(2.0); // 4
- `)
-
-Parser
-
-A separate parser is available in the parser package if you're just interested in building an AST.
-
-http://godoc.org/github.com/robertkrimen/otto/parser
-
-Parse and return an AST
-
- filename := "" // A filename is optional
- src := `
- // Sample xyzzy example
- (function(){
- if (3.14159 > 0) {
- console.log("Hello, World.");
- return;
- }
-
- var xyzzy = NaN;
- console.log("Nothing happens.");
- return xyzzy;
- })();
- `
-
- // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
- program, err := parser.ParseFile(nil, filename, src, 0)
-
-otto
-
-You can run (Go) JavaScript from the commandline with: http://github.com/robertkrimen/otto/tree/master/otto
-
- $ go get -v github.com/robertkrimen/otto/otto
-
-Run JavaScript by entering some source on stdin or by giving otto a filename:
-
- $ otto example.js
-
-underscore
-
-Optionally include the JavaScript utility-belt library, underscore, with this import:
-
- import (
- "github.com/robertkrimen/otto"
- _ "github.com/robertkrimen/otto/underscore"
- )
-
- // Now every otto runtime will come loaded with underscore
-
-For more information: http://github.com/robertkrimen/otto/tree/master/underscore
-
-Caveat Emptor
-
-The following are some limitations with otto:
-
- * "use strict" will parse, but does nothing.
- * Error reporting needs to be improved.
- * The regular expression engine (re2/regexp) is not fully compatible with the ECMA5 specification.
-
-Regular Expression Incompatibility
-
-Go translates JavaScript-style regular expressions into something that is "regexp" compatible via `parser.TransformRegExp`.
-Unfortunately, RegExp requires backtracking for some patterns, and backtracking is not supported by the standard Go engine: https://code.google.com/p/re2/wiki/Syntax
-
-Therefore, the following syntax is incompatible:
-
- (?=) // Lookahead (positive), currently a parsing error
- (?!) // Lookahead (backhead), currently a parsing error
- \1 // Backreference (\1, \2, \3, ...), currently a parsing error
-
-A brief discussion of these limitations: "Regexp (?!re)" https://groups.google.com/forum/?fromgroups=#%21topic/golang-nuts/7qgSDWPIh_E
-
-More information about re2: https://code.google.com/p/re2/
-
-In addition to the above, re2 (Go) has a different definition for \s: [\t\n\f\r ].
-The JavaScript definition, on the other hand, also includes \v, Unicode "Separator, Space", etc.
-
-Halting Problem
-
-If you want to stop long running executions (like third-party code), you can use the interrupt channel to do this:
-
- package main
-
- import (
- "errors"
- "fmt"
- "os"
- "time"
-
- "github.com/robertkrimen/otto"
- )
-
- var halt = errors.New("Stahp")
-
- func main() {
- runUnsafe(`var abc = [];`)
- runUnsafe(`
- while (true) {
- // Loop forever
- }`)
- }
-
- func runUnsafe(unsafe string) {
- start := time.Now()
- defer func() {
- duration := time.Since(start)
- if caught := recover(); caught != nil {
- if caught == halt {
- fmt.Fprintf(os.Stderr, "Some code took to long! Stopping after: %v\n", duration)
- return
- }
- panic(caught) // Something else happened, repanic!
- }
- fmt.Fprintf(os.Stderr, "Ran code successfully: %v\n", duration)
- }()
- vm := otto.New()
- vm.Interrupt = make(chan func())
- go func() {
- time.Sleep(2 * time.Second) // Stop after two seconds
- vm.Interrupt <- func() {
- panic(halt)
- }
- }()
- vm.Run(unsafe) // Here be dragons (risky code)
- vm.Interrupt = nil
- }
-
-Where is setTimeout/setInterval?
-
-These timing functions are not actually part of the ECMA-262 specification. Typically, they belong to the `windows` object (in the browser).
-It would not be difficult to provide something like these via Go, but you probably want to wrap otto in an event loop in that case.
-
-For an example of how this could be done in Go with otto, see natto:
-
-http://github.com/robertkrimen/natto
-
-Here is some more discussion of the issue:
-
-* http://book.mixu.net/node/ch2.html
-
-* http://en.wikipedia.org/wiki/Reentrancy_%28computing%29
-
-* http://aaroncrane.co.uk/2009/02/perl_safe_signals/
-
-*/
-package otto
-
-import (
- "fmt"
- "strings"
-
- "github.com/robertkrimen/otto/registry"
-)
-
-// Otto is the representation of the JavaScript runtime. Each instance of Otto has a self-contained namespace.
-type Otto struct {
- // Interrupt is a channel for interrupting the runtime. You can use this to halt a long running execution, for example.
- // See "Halting Problem" for more information.
- Interrupt chan func()
- runtime *_runtime
-}
-
-// New will allocate a new JavaScript runtime
-func New() *Otto {
- self := &Otto{
- runtime: newContext(),
- }
- self.runtime.Otto = self
- self.Set("console", self.runtime.newConsole())
-
- registry.Apply(func(entry registry.Entry) {
- self.Run(entry.Source())
- })
-
- return self
-}
-
-func (otto *Otto) clone() *Otto {
- self := &Otto{
- runtime: otto.runtime.clone(),
- }
- self.runtime.Otto = self
- return self
-}
-
-// Run will allocate a new JavaScript runtime, run the given source
-// on the allocated runtime, and return the runtime, resulting value, and
-// error (if any).
-//
-// src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST always be in UTF-8.
-//
-// src may also be a Script.
-//
-// src may also be a Program, but if the AST has been modified, then runtime behavior is undefined.
-//
-func Run(src interface{}) (*Otto, Value, error) {
- otto := New()
- value, err := otto.Run(src)
- return otto, value, err
-}
-
-// Run will run the given source (parsing it first if necessary), returning the resulting value and error (if any)
-//
-// src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST always be in UTF-8.
-//
-// If the runtime is unable to parse source, then this function will return undefined and the parse error (nothing
-// will be evaluated in this case).
-//
-// src may also be a Script.
-//
-// src may also be a Program, but if the AST has been modified, then runtime behavior is undefined.
-//
-func (self Otto) Run(src interface{}) (Value, error) {
- return self.runtime.cmpl_run(src)
-}
-
-// Get the value of the top-level binding of the given name.
-//
-// If there is an error (like the binding does not exist), then the value
-// will be undefined.
-func (self Otto) Get(name string) (Value, error) {
- value := UndefinedValue()
- err := catchPanic(func() {
- value = self.getValue(name)
- })
- return value, err
-}
-
-func (self Otto) getValue(name string) Value {
- return self.runtime.GlobalEnvironment.GetValue(name, false)
-}
-
-// Set the top-level binding of the given name to the given value.
-//
-// Set will automatically apply ToValue to the given value in order
-// to convert it to a JavaScript value (type Value).
-//
-// If there is an error (like the binding is read-only, or the ToValue conversion
-// fails), then an error is returned.
-//
-// If the top-level binding does not exist, it will be created.
-func (self Otto) Set(name string, value interface{}) error {
- {
- value, err := self.ToValue(value)
- if err != nil {
- return err
- }
- err = catchPanic(func() {
- self.setValue(name, value)
- })
- return err
- }
-}
-
-func (self Otto) setValue(name string, value Value) {
- self.runtime.GlobalEnvironment.SetValue(name, value, false)
-}
-
-// Call the given JavaScript with a given this and arguments.
-//
-// If this is nil, then some special handling takes place to determine the proper
-// this value, falling back to a "standard" invocation if necessary (where this is
-// undefined).
-//
-// If source begins with "new " (A lowercase new followed by a space), then
-// Call will invoke the function constructor rather than performing a function call.
-// In this case, the this argument has no effect.
-//
-// // value is a String object
-// value, _ := vm.Call("Object", nil, "Hello, World.")
-//
-// // Likewise...
-// value, _ := vm.Call("new Object", nil, "Hello, World.")
-//
-// // This will perform a concat on the given array and return the result
-// // value is [ 1, 2, 3, undefined, 4, 5, 6, 7, "abc" ]
-// value, _ := vm.Call(`[ 1, 2, 3, undefined, 4 ].concat`, nil, 5, 6, 7, "abc")
-//
-func (self Otto) Call(source string, this interface{}, argumentList ...interface{}) (Value, error) {
-
- thisValue := UndefinedValue()
-
- construct := false
- if strings.HasPrefix(source, "new ") {
- source = source[4:]
- construct = true
- }
-
- if !construct && this == nil {
- program, err := self.runtime.cmpl_parse("", source+"()")
- if err == nil {
- if node, ok := program.body[0].(*_nodeExpressionStatement); ok {
- if node, ok := node.expression.(*_nodeCallExpression); ok {
- var value Value
- err := catchPanic(func() {
- value = self.runtime.cmpl_evaluate_nodeCallExpression(node, argumentList)
- })
- if err != nil {
- return UndefinedValue(), err
- }
- return value, nil
- }
- }
- }
- } else {
- value, err := self.ToValue(this)
- if err != nil {
- return UndefinedValue(), err
- }
- thisValue = value
- }
-
- {
- this := thisValue
-
- fn, err := self.Run(source)
- if err != nil {
- return UndefinedValue(), err
- }
-
- if construct {
- result, err := fn.constructSafe(this, argumentList...)
- if err != nil {
- return UndefinedValue(), err
- }
- return result, nil
- }
-
- result, err := fn.Call(this, argumentList...)
- if err != nil {
- return UndefinedValue(), err
- }
- return result, nil
- }
-}
-
-// Object will run the given source and return the result as an object.
-//
-// For example, accessing an existing object:
-//
-// object, _ := vm.Object(`Number`)
-//
-// Or, creating a new object:
-//
-// object, _ := vm.Object(`({ xyzzy: "Nothing happens." })`)
-//
-// Or, creating and assigning an object:
-//
-// object, _ := vm.Object(`xyzzy = {}`)
-// object.Set("volume", 11)
-//
-// If there is an error (like the source does not result in an object), then
-// nil and an error is returned.
-func (self Otto) Object(source string) (*Object, error) {
- value, err := self.runtime.cmpl_run(source)
- if err != nil {
- return nil, err
- }
- if value.IsObject() {
- return value.Object(), nil
- }
- return nil, fmt.Errorf("value is not an object")
-}
-
-// ToValue will convert an interface{} value to a value digestible by otto/JavaScript.
-func (self Otto) ToValue(value interface{}) (Value, error) {
- return self.runtime.ToValue(value)
-}
-
-// Copy will create a copy/clone of the runtime.
-//
-// Copy is useful for saving some processing time when creating many similar
-// runtimes.
-//
-// This implementation is alpha-ish, and works by introspecting every part of the runtime
-// and reallocating and then relinking everything back together. Please report if you
-// notice any inadvertent sharing of data between copies.
-func (self *Otto) Copy() *Otto {
- otto := &Otto{
- runtime: self.runtime.clone(),
- }
- otto.runtime.Otto = otto
- return otto
-}
-
-// Object{}
-
-// Object is the representation of a JavaScript object.
-type Object struct {
- object *_object
- value Value
-}
-
-func _newObject(object *_object, value Value) *Object {
- // value MUST contain object!
- return &Object{
- object: object,
- value: value,
- }
-}
-
-// Call a method on the object.
-//
-// It is essentially equivalent to:
-//
-// var method, _ := object.Get(name)
-// method.Call(object, argumentList...)
-//
-// An undefined value and an error will result if:
-//
-// 1. There is an error during conversion of the argument list
-// 2. The property is not actually a function
-// 3. An (uncaught) exception is thrown
-//
-func (self Object) Call(name string, argumentList ...interface{}) (Value, error) {
- // TODO: Insert an example using JavaScript below...
- // e.g., Object("JSON").Call("stringify", ...)
-
- function, err := self.Get(name)
- if err != nil {
- return UndefinedValue(), err
- }
- return function.Call(self.Value(), argumentList...)
-}
-
-// Value will return self as a value.
-func (self Object) Value() Value {
- return self.value
-}
-
-// Get the value of the property with the given name.
-func (self Object) Get(name string) (Value, error) {
- value := UndefinedValue()
- err := catchPanic(func() {
- value = self.object.get(name)
- })
- return value, err
-}
-
-// Set the property of the given name to the given value.
-//
-// An error will result if the setting the property triggers an exception (i.e. read-only),
-// or there is an error during conversion of the given value.
-func (self Object) Set(name string, value interface{}) error {
- {
- value, err := self.object.runtime.ToValue(value)
- if err != nil {
- return err
- }
- err = catchPanic(func() {
- self.object.put(name, value, true)
- })
- return err
- }
-}
-
-// Get the keys for the object
-//
-// Equivalent to calling Object.keys on the object
-func (self Object) Keys() []string {
- var keys []string
- self.object.enumerate(false, func(name string) bool {
- keys = append(keys, name)
- return true
- })
- return keys
-}
-
-// Class will return the class string of the object.
-//
-// The return value will (generally) be one of:
-//
-// Object
-// Function
-// Array
-// String
-// Number
-// Boolean
-// Date
-// RegExp
-//
-func (self Object) Class() string {
- return self.object.class
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/otto/Makefile
deleted file mode 100644
index bac5cd4a5..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-.PHONY: build
-
-build:
- go build -a
- -gxc build-darwin-386 -a
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto/main.go b/Godeps/_workspace/src/github.com/obscuren/otto/otto/main.go
deleted file mode 100644
index 0dcc91e51..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto/main.go
+++ /dev/null
@@ -1,43 +0,0 @@
-package main
-
-import (
- "flag"
- "fmt"
- "io/ioutil"
- "os"
-
- "github.com/robertkrimen/otto"
- "github.com/robertkrimen/otto/underscore"
-)
-
-var flag_underscore *bool = flag.Bool("underscore", true, "Load underscore into the runtime environment")
-
-func readSource(filename string) ([]byte, error) {
- if filename == "" || filename == "-" {
- return ioutil.ReadAll(os.Stdin)
- }
- return ioutil.ReadFile(filename)
-}
-
-func main() {
- flag.Parse()
-
- if !*flag_underscore {
- underscore.Disable()
- }
-
- err := func() error {
- src, err := readSource(flag.Arg(0))
- if err != nil {
- return err
- }
-
- vm := otto.New()
- _, err = vm.Run(src)
- return err
- }()
- if err != nil {
- fmt.Println(err)
- os.Exit(64)
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto_.go b/Godeps/_workspace/src/github.com/obscuren/otto/otto_.go
deleted file mode 100644
index e9ff66606..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto_.go
+++ /dev/null
@@ -1,178 +0,0 @@
-package otto
-
-import (
- "fmt"
- "regexp"
- runtime_ "runtime"
- "strconv"
- "strings"
-)
-
-var isIdentifier_Regexp *regexp.Regexp = regexp.MustCompile(`^[a-zA-Z\$][a-zA-Z0-9\$]*$`)
-
-func isIdentifier(string_ string) bool {
- return isIdentifier_Regexp.MatchString(string_)
-}
-
-func (self *_runtime) toValueArray(arguments ...interface{}) []Value {
- length := len(arguments)
- if length == 1 {
- if valueArray, ok := arguments[0].([]Value); ok {
- return valueArray
- }
- return []Value{toValue(arguments[0])}
- }
-
- valueArray := make([]Value, length)
- for index, value := range arguments {
- valueArray[index] = toValue(value)
- }
-
- return valueArray
-}
-
-func stringToArrayIndex(name string) int64 {
- index, err := strconv.ParseInt(name, 10, 64)
- if err != nil {
- return -1
- }
- if index < 0 {
- return -1
- }
- if index >= maxUint32 {
- // The value 2^32 (or above) is not a valid index because
- // you cannot store a uint32 length for an index of uint32
- return -1
- }
- return index
-}
-
-func isUint32(value int64) bool {
- return value >= 0 && value <= maxUint32
-}
-
-func arrayIndexToString(index int64) string {
- return strconv.FormatInt(index, 10)
-}
-
-func valueOfArrayIndex(array []Value, index int) Value {
- value, _ := getValueOfArrayIndex(array, index)
- return value
-}
-
-func getValueOfArrayIndex(array []Value, index int) (Value, bool) {
- if index >= 0 && index < len(array) {
- value := array[index]
- if !value.isEmpty() {
- return value, true
- }
- }
- return UndefinedValue(), false
-}
-
-// A range index can be anything from 0 up to length. It is NOT safe to use as an index
-// to an array, but is useful for slicing and in some ECMA algorithms.
-func valueToRangeIndex(indexValue Value, length int64, negativeIsZero bool) int64 {
- index := toInteger(indexValue).value
- if negativeIsZero {
- if index < 0 {
- index = 0
- }
- // minimum(index, length)
- if index >= length {
- index = length
- }
- return index
- }
-
- if index < 0 {
- index += length
- if index < 0 {
- index = 0
- }
- } else {
- if index > length {
- index = length
- }
- }
- return index
-}
-
-func rangeStartEnd(array []Value, size int64, negativeIsZero bool) (start, end int64) {
- start = valueToRangeIndex(valueOfArrayIndex(array, 0), size, negativeIsZero)
- if len(array) == 1 {
- // If there is only the start argument, then end = size
- end = size
- return
- }
-
- // Assuming the argument is undefined...
- end = size
- endValue := valueOfArrayIndex(array, 1)
- if !endValue.IsUndefined() {
- // Which it is not, so get the value as an array index
- end = valueToRangeIndex(endValue, size, negativeIsZero)
- }
- return
-}
-
-func rangeStartLength(source []Value, size int64) (start, length int64) {
- start = valueToRangeIndex(valueOfArrayIndex(source, 0), size, false)
-
- // Assume the second argument is missing or undefined
- length = int64(size)
- if len(source) == 1 {
- // If there is only the start argument, then length = size
- return
- }
-
- lengthValue := valueOfArrayIndex(source, 1)
- if !lengthValue.IsUndefined() {
- // Which it is not, so get the value as an array index
- length = toInteger(lengthValue).value
- }
- return
-}
-
-func boolFields(input string) (result map[string]bool) {
- result = map[string]bool{}
- for _, word := range strings.Fields(input) {
- result[word] = true
- }
- return result
-}
-
-func hereBeDragons(arguments ...interface{}) string {
- pc, _, _, _ := runtime_.Caller(1)
- name := runtime_.FuncForPC(pc).Name()
- message := fmt.Sprintf("Here be dragons -- %s", name)
- if len(arguments) > 0 {
- message += ": "
- argument0 := fmt.Sprintf("%s", arguments[0])
- if len(arguments) == 1 {
- message += argument0
- } else {
- message += fmt.Sprintf(argument0, arguments[1:]...)
- }
- } else {
- message += "."
- }
- return message
-}
-
-func throwHereBeDragons(arguments ...interface{}) {
- panic(hereBeDragons(arguments...))
-}
-
-func eachPair(list []interface{}, fn func(_0, _1 interface{})) {
- for len(list) > 0 {
- var _0, _1 interface{}
- _0 = list[0]
- list = list[1:] // Pop off first
- if len(list) > 0 {
- _1 = list[0]
- list = list[1:] // Pop off second
- }
- fn(_0, _1)
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto_error_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/otto_error_test.go
deleted file mode 100644
index 90863ca12..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto_error_test.go
+++ /dev/null
@@ -1,48 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestOttoError(t *testing.T) {
- tt(t, func() {
- vm := New()
-
- _, err := vm.Run(`throw "Xyzzy"`)
- is(err, "Xyzzy")
-
- _, err = vm.Run(`throw new TypeError()`)
- is(err, "TypeError")
-
- _, err = vm.Run(`throw new TypeError("Nothing happens.")`)
- is(err, "TypeError: Nothing happens.")
-
- _, err = ToValue([]byte{})
- is(err, "TypeError: Invalid value (slice): Missing runtime: [] ([]uint8)")
-
- _, err = vm.Run(`
- (function(){
- return abcdef.length
- })()
- `)
- is(err, "ReferenceError: abcdef is not defined")
-
- _, err = vm.Run(`
- function start() {
- }
-
- start()
-
- xyzzy()
- `)
- is(err, "ReferenceError: xyzzy is not defined")
-
- _, err = vm.Run(`
- // Just a comment
-
- xyzzy
- `)
- is(err, "ReferenceError: xyzzy is not defined")
-
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/otto_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/otto_test.go
deleted file mode 100644
index bacdda724..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/otto_test.go
+++ /dev/null
@@ -1,1331 +0,0 @@
-package otto
-
-import (
- "bytes"
- "io"
- "testing"
-
- "github.com/robertkrimen/otto/parser"
-)
-
-func TestOtto(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test("xyzzy = 2", 2)
-
- test("xyzzy + 2", 4)
-
- test("xyzzy += 16", 18)
-
- test("xyzzy", 18)
-
- test(`
- (function(){
- return 1
- })()
- `, 1)
-
- test(`
- (function(){
- return 1
- }).call(this)
- `, 1)
-
- test(`
- (function(){
- var result
- (function(){
- result = -1
- })()
- return result
- })()
- `, -1)
-
- test(`
- var abc = 1
- abc || (abc = -1)
- abc
- `, 1)
-
- test(`
- var abc = (function(){ 1 === 1 })();
- abc;
- `, "undefined")
- })
-}
-
-func TestFunction__(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- function abc() {
- return 1;
- };
- abc();
- `, 1)
- })
-}
-
-func TestIf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = undefined;
- def = undefined;
- if (true) abc = 1
- else abc = 2;
- if (false) {
- def = 3;
- }
- else def = 4;
-
- [ abc, def ];
- `, "1,4")
-
- test(`
- if (1) {
- abc = 1;
- }
- else {
- abc = 0;
- }
- abc;
- `, 1)
-
- test(`
- if (0) {
- abc = 1;
- }
- else {
- abc = 0;
- }
- abc;
- `, 0)
-
- test(`
- abc = 0;
- if (0) {
- abc = 1;
- }
- abc;
- `, 0)
-
- test(`
- abc = 0;
- if (abc) {
- abc = 1;
- }
- abc;
- `, 0)
- })
-}
-
-func TestSequence(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- 1, 2, 3;
- `, 3)
- })
-}
-
-func TestCall(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- Math.pow(3, 2);
- `, 9)
- })
-}
-
-func TestMember(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = [ 0, 1, 2 ];
- def = {
- "abc": 0,
- "def": 1,
- "ghi": 2,
- };
- [ abc[2], def.abc, abc[1], def.def ];
- `, "2,0,1,1")
- })
-}
-
-func Test_this(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- typeof this;
- `, "object")
- })
-}
-
-func TestWhile(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- limit = 4
- abc = 0
- while (limit) {
- abc = abc + 1
- limit = limit - 1
- }
- abc;
- `, 4)
- })
-}
-
-func TestSwitch_break(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = true;
- var ghi = "Xyzzy";
- while (abc) {
- switch ('def') {
- case 'def':
- break;
- }
- ghi = "Nothing happens.";
- abc = false;
- }
- ghi;
- `, "Nothing happens.")
-
- test(`
- var abc = true;
- var ghi = "Xyzzy";
- WHILE:
- while (abc) {
- switch ('def') {
- case 'def':
- break WHILE;
- }
- ghi = "Nothing happens."
- abc = false
- }
- ghi;
- `, "Xyzzy")
-
- test(`
- var ghi = "Xyzzy";
- FOR:
- for (;;) {
- switch ('def') {
- case 'def':
- break FOR;
- ghi = "";
- }
- ghi = "Nothing happens.";
- }
- ghi;
- `, "Xyzzy")
-
- test(`
- var ghi = "Xyzzy";
- FOR:
- for (var jkl in {}) {
- switch ('def') {
- case 'def':
- break FOR;
- ghi = "Something happens.";
- }
- ghi = "Nothing happens.";
- }
- ghi;
- `, "Xyzzy")
-
- test(`
- var ghi = "Xyzzy";
- function jkl() {
- switch ('def') {
- case 'def':
- break;
- ghi = "";
- }
- ghi = "Nothing happens.";
- }
- while (abc) {
- jkl();
- abc = false;
- ghi = "Something happens.";
- }
- ghi;
- `, "Something happens.")
- })
-}
-
-func TestTryFinally(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc;
- try {
- abc = 1;
- }
- finally {
- abc = 2;
- }
- abc;
- `, 2)
-
- test(`
- var abc = false, def = 0;
- do {
- def += 1;
- if (def > 100) {
- break;
- }
- try {
- continue;
- }
- finally {
- abc = true;
- }
- }
- while(!abc && def < 10)
- def;
- `, 1)
-
- test(`
- var abc = false, def = 0, ghi = 0;
- do {
- def += 1;
- if (def > 100) {
- break;
- }
- try {
- throw 0;
- }
- catch (jkl) {
- continue;
- }
- finally {
- abc = true;
- ghi = 11;
- }
- ghi -= 1;
- }
- while(!abc && def < 10)
- ghi;
- `, 11)
-
- test(`
- var abc = 0, def = 0;
- do {
- try {
- abc += 1;
- throw "ghi";
- }
- finally {
- def = 1;
- continue;
- }
- def -= 1;
- }
- while (abc < 2)
- [ abc, def ];
- `, "2,1")
- })
-}
-
-func TestTryCatch(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 1;
- try {
- throw 4;
- abc = -1;
- }
- catch (xyzzy) {
- abc += xyzzy + 1;
- }
- abc;
- `, 6)
-
- test(`
- abc = 1;
- var def;
- try {
- try {
- throw 4;
- abc = -1;
- }
- catch (xyzzy) {
- abc += xyzzy + 1;
- throw 64;
- }
- }
- catch (xyzzy) {
- def = xyzzy;
- abc = -2;
- }
- [ def, abc ];
- `, "64,-2")
- })
-}
-
-func TestWith(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var def;
- with({ abc: 9 }) {
- def = abc;
- }
- def;
- `, 9)
-
- test(`
- var def;
- with({ abc: function(){
- return 11;
- } }) {
- def = abc();
- }
- def;
- `, 11)
- })
-}
-
-func TestSwitch(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 0;
- switch (0) {
- default:
- abc += 1;
- case 1:
- abc += 2;
- case 2:
- abc += 4;
- case 3:
- abc += 8;
- }
- abc;
- `, 15)
-
- test(`
- abc = 0;
- switch (3) {
- default:
- abc += 1;
- case 1:
- abc += 2;
- case 2:
- abc += 4;
- case 3:
- abc += 8;
- }
- abc;
- `, 8)
-
- test(`
- abc = 0;
- switch (60) {
- case 1:
- abc += 2;
- case 2:
- abc += 4;
- case 3:
- abc += 8;
- }
- abc;
- `, 0)
- })
-}
-
-func TestForIn(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc;
- for (property in { a: 1 }) {
- abc = property;
- }
- abc;
- `, "a")
-
- test(`
- var ghi;
- for (property in new String("xyzzy")) {
- ghi = property;
- }
- ghi;
- `, "4")
- })
-}
-
-func TestFor(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 7;
- for (i = 0; i < 3; i += 1) {
- abc += 1;
- }
- abc;
- `, 10)
-
- test(`
- abc = 7;
- for (i = 0; i < 3; i += 1) {
- abc += 1;
- if (i == 1) {
- break;
- }
- }
- abc;
- `, 9)
-
- test(`
- abc = 7;
- for (i = 0; i < 3; i += 1) {
- if (i == 2) {
- continue;
- }
- abc += 1;
- }
- abc;
- `, 9)
-
- test(`
- abc = 0;
- for (;;) {
- abc += 1;
- if (abc == 3)
- break;
- }
- abc;
- `, 3)
-
- test(`
- for (abc = 0; ;) {
- abc += 1;
- if (abc == 3)
- break;
- }
- abc;
- `, 3)
-
- test(`
- for (abc = 0; ; abc += 1) {
- abc += 1;
- if (abc == 3)
- break;
- }
- abc;
- `, 3)
- })
-}
-
-func TestLabelled(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // TODO Add emergency break
-
- test(`
- xyzzy: for (var abc = 0; abc <= 0; abc++) {
- for (var def = 0; def <= 1; def++) {
- if (def === 0) {
- continue xyzzy;
- } else {
- }
- }
- }
- `)
-
- test(`
- abc = 0
- def:
- while (true) {
- while (true) {
- abc = abc + 1
- if (abc > 11) {
- break def;
- }
- }
- }
- abc;
- `, 12)
-
- test(`
- abc = 0
- def:
- do {
- do {
- abc = abc + 1
- if (abc > 11) {
- break def;
- }
- } while (true)
- } while (true)
- abc;
- `, 12)
- })
-}
-
-func TestConditional(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ true ? false : true, true ? 1 : 0, false ? 3.14159 : "abc" ];
- `, "false,1,abc")
- })
-}
-
-func TestArrayLiteral(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ 1, , 3.14159 ];
- `, "1,,3.14159")
- })
-}
-
-func TestAssignment(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 1;
- abc;
- `, 1)
-
- test(`
- abc += 2;
- abc;
- `, 3)
- })
-}
-
-func TestBinaryOperation(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`0 == 1`, false)
- test(`1 == "1"`, true)
- test(`0 === 1`, false)
- test(`1 === "1"`, false)
- test(`"1" === "1"`, true)
- })
-}
-
-func Test_typeof(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`typeof abc`, "undefined")
- test(`typeof abc === 'undefined'`, true)
- test(`typeof {}`, "object")
- test(`typeof null`, "object")
- })
-}
-
-func Test_PrimitiveValueObjectValue(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- Number11 := test(`new Number(11)`)
- is(toFloat(Number11), 11)
- })
-}
-
-func Test_eval(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // FIXME terst, Is this correct?
- test(`
- var abc = 1;
- `, "undefined")
-
- test(`
- eval("abc += 1");
- `, 2)
-
- test(`
- (function(){
- var abc = 11;
- eval("abc += 1");
- return abc;
- })();
- `, 12)
- test(`abc`, 2)
-
- test(`
- (function(){
- try {
- eval("var prop = \\u2029;");
- return false;
- } catch (abc) {
- return [ abc instanceof SyntaxError, abc.toString() ];
- }
- })();
- `, "true,SyntaxError: Unexpected token ILLEGAL")
-
- test(`
- function abc(){
- this.THIS = eval("this");
- }
- var def = new abc();
- def === def.THIS;
- `, true)
- })
-}
-
-func Test_evalDirectIndirect(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = "global";
- (function(){
- try {
- var _eval = eval;
- var abc = "function";
- if (
- _eval("\'global\' === abc") === true && // eval (Indirect)
- eval("\'function\' === abc") === true // eval (Direct)
- ) {
- return true;
- }
- return false;
- } finally {
- delete this.abc;
- }
- })()
- `, true)
- })
-}
-
-func TestError_URIError(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`new URIError() instanceof URIError`, true)
-
- test(`
- var abc
- try {
- decodeURI("http://example.com/ _^#%")
- }
- catch (def) {
- abc = def instanceof URIError
- }
- abc
- `, true)
- })
-}
-
-func TestTo(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- {
- value, _ := test(`"11"`).ToFloat()
- is(value, float64(11))
- }
-
- {
- value, _ := test(`"11"`).ToInteger()
- is(value, int64(11))
-
- value, _ = test(`1.1`).ToInteger()
- is(value, int64(1))
- }
- })
-}
-
-func TestShouldError(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`raise:
- xyzzy
- throw new TypeError("Nothing happens.")
- `, "ReferenceError: xyzzy is not defined")
- })
-}
-
-func TestAPI(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- test(`
- String.prototype.xyzzy = function(){
- return this.length + 11 + (arguments[0] || 0)
- }
- abc = new String("xyzzy")
- def = "Nothing happens."
- abc.xyzzy()
- `, 16)
- abc, _ := vm.Get("abc")
- def, _ := vm.Get("def")
- object := abc.Object()
- result, _ := object.Call("xyzzy")
- is(result, 16)
- result, _ = object.Call("xyzzy", 1)
- is(result, 17)
- value, _ := object.Get("xyzzy")
- result, _ = value.Call(def)
- is(result, 27)
- result, _ = value.Call(def, 3)
- is(result, 30)
- object = value.Object() // Object xyzzy
- result, _ = object.Value().Call(def, 3)
- is(result, 30)
-
- test(`
- abc = {
- 'abc': 1,
- 'def': false,
- 3.14159: NaN,
- };
- abc['abc'];
- `, 1)
- abc, err := vm.Get("abc")
- is(err, nil)
- object = abc.Object() // Object abc
- value, err = object.Get("abc")
- is(err, nil)
- is(value, 1)
- is(object.Keys(), []string{"abc", "def", "3.14159"})
-
- test(`
- abc = [ 0, 1, 2, 3.14159, "abc", , ];
- abc.def = true;
- `)
- abc, err = vm.Get("abc")
- is(err, nil)
- object = abc.Object() // Object abc
- is(object.Keys(), []string{"0", "1", "2", "3", "4", "def"})
- })
-}
-
-func TestUnicode(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`var abc = eval("\"a\uFFFFa\"");`, "undefined")
-
- test(`abc.length`, 3)
-
- test(`abc != "aa"`, true)
-
- test("abc[1] === \"\uFFFF\"", true)
- })
-}
-
-func TestDotMember(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = {
- ghi: 11,
- }
- abc.def = "Xyzzy"
- abc.null = "Nothing happens."
- `)
- test(`abc.def`, "Xyzzy")
- test(`abc.null`, "Nothing happens.")
- test(`abc.ghi`, 11)
-
- test(`
- abc = {
- null: 11,
- }
- `)
- test(`abc.def`, "undefined")
- test(`abc.null`, 11)
- test(`abc.ghi`, "undefined")
- })
-}
-
-func Test_stringToFloat(t *testing.T) {
- tt(t, func() {
-
- is(stringToFloat("10e10000"), _Infinity)
- is(stringToFloat("10e10_."), _NaN)
- })
-}
-
-func Test_delete(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- delete 42;
- `, true)
-
- test(`
- var abc = delete $_undefined_$;
- abc = abc && delete ($_undefined_$);
- abc;
- `, true)
-
- // delete should not trigger get()
- test(`
- var abc = {
- get def() {
- throw "Test_delete: delete should not trigger get()"
- }
- };
- delete abc.def
- `, true)
- })
-}
-
-func TestObject_defineOwnProperty(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var object = {};
-
- var descriptor = new Boolean(false);
- descriptor.configurable = true;
-
- Object.defineProperties(object, {
- property: descriptor
- });
-
- var abc = object.hasOwnProperty("property");
- delete object.property;
- var def = object.hasOwnProperty("property");
-
- [ abc, def ];
- `, "true,false")
-
- test(`
- var object = [0, 1, 2];
- Object.defineProperty(object, "0", {
- value: 42,
- writable: false,
- enumerable: false,
- configurable: false
- });
- var abc = Object.getOwnPropertyDescriptor(object, "0");
- [ abc.value, abc.writable, abc.enumerable, abc.configurable ];
- `, "42,false,false,false")
-
- test(`
- var abc = { "xyzzy": 42 };
- var def = Object.defineProperties(abc, "");
- abc === def;
- `, true)
- })
-}
-
-func Test_assignmentEvaluationOrder(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 0;
- ((abc = 1) & abc);
- `, 1)
-
- test(`
- var abc = 0;
- (abc & (abc = 1));
- `, 0)
- })
-}
-
-func TestOttoCall(t *testing.T) {
- tt(t, func() {
- vm := New()
-
- _, err := vm.Run(`
- var abc = {
- ghi: 1,
- def: function(def){
- var ghi = 0;
- if (this.ghi) {
- ghi = this.ghi;
- }
- return "def: " + (def + 3.14159 + ghi);
- }
- };
- `)
- is(err, nil)
-
- value, err := vm.Call(`abc.def`, nil, 2)
- is(err, nil)
- is(value, "def: 6.14159")
-
- value, err = vm.Call(`abc.def`, "", 2)
- is(err, nil)
- is(value, "def: 5.14159")
-
- // Do not attempt to do a ToValue on a this of nil
- value, err = vm.Call(`jkl.def`, nil, 1, 2, 3)
- is(err, "!=", nil)
- is(value, "undefined")
-
- value, err = vm.Call(`[ 1, 2, 3, undefined, 4 ].concat`, nil, 5, 6, 7, "abc")
- is(err, nil)
- is(value, "1,2,3,,4,5,6,7,abc")
- })
-}
-
-func TestOttoCall_new(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- vm.Set("abc", func(call FunctionCall) Value {
- value, err := call.Otto.Call(`new Object`, nil, "Nothing happens.")
- is(err, nil)
- return value
- })
- test(`
- def = abc();
- [ def, def instanceof String ];
- `, "Nothing happens.,true")
- })
-}
-
-func TestOttoCall_throw(t *testing.T) {
- // FIXME? (Been broken for a while)
- // Looks like this has been broken for a while... what
- // behavior do we want here?
-
- return
-
- tt(t, func() {
- test, vm := test()
-
- vm.Set("abc", func(call FunctionCall) Value {
- if false {
- call.Otto.Call(`throw eval`, nil, "({ def: 3.14159 })")
- }
- call.Otto.Call(`throw Error`, nil, "abcdef")
- return UndefinedValue()
- })
- // TODO try { abc(); } catch (err) { error = err }
- // Possible unrelated error case:
- // If error is not declared beforehand, is later referencing it a ReferenceError?
- // Should the catch { } declare error in the outer scope?
- test(`
- var error;
- try {
- abc();
- }
- catch (err) {
- error = err;
- }
- [ error instanceof Error, error.message, error.def ];
- `, "true,abcdef,")
-
- vm.Set("def", func(call FunctionCall) Value {
- call.Otto.Call(`throw new Object`, nil, 3.14159)
- return UndefinedValue()
- })
- test(`
- try {
- def();
- }
- catch (err) {
- error = err;
- }
- [ error instanceof Error, error.message, error.def, typeof error, error, error instanceof Number ];
- `, "false,,,object,3.14159,true")
- })
-}
-
-func TestOttoCopy(t *testing.T) {
- tt(t, func() {
- vm0 := New()
- vm0.Run(`
- var abc = function() {
- return "Xyzzy";
- };
-
- function def() {
- return abc() + (0 + {});
- }
- `)
-
- value, err := vm0.Run(`
- def();
- `)
- is(err, nil)
- is(value, "Xyzzy0[object Object]")
-
- vm1 := vm0.Copy()
- value, err = vm1.Run(`
- def();
- `)
- is(err, nil)
- is(value, "Xyzzy0[object Object]")
-
- vm1.Run(`
- abc = function() {
- return 3.14159;
- };
- `)
- value, err = vm1.Run(`
- def();
- `)
- is(err, nil)
- is(value, "3.141590[object Object]")
-
- value, err = vm0.Run(`
- def();
- `)
- is(err, nil)
- is(value, "Xyzzy0[object Object]")
- })
-}
-
-func TestOttoCall_clone(t *testing.T) {
- tt(t, func() {
- vm := New().clone()
- rt := vm.runtime
-
- {
- // FIXME terst, Check how this comparison is done
- is(rt.Global.Array.prototype, rt.Global.FunctionPrototype)
- is(rt.Global.ArrayPrototype, "!=", nil)
- is(rt.Global.Array.runtime, rt)
- is(rt.Global.Array.prototype.runtime, rt)
- is(rt.Global.Array.get("prototype")._object().runtime, rt)
- }
-
- {
- value, err := vm.Run(`[ 1, 2, 3 ].toString()`)
- is(err, nil)
- is(value, "1,2,3")
- }
-
- {
- value, err := vm.Run(`[ 1, 2, 3 ]`)
- is(err, nil)
- is(value, "1,2,3")
- object := value._object()
- is(object, "!=", nil)
- is(object.prototype, rt.Global.ArrayPrototype)
-
- value, err = vm.Run(`Array.prototype`)
- is(err, nil)
- object = value._object()
- is(object.runtime, rt)
- is(object, "!=", nil)
- is(object, rt.Global.ArrayPrototype)
- }
-
- {
- otto1 := New()
- _, err := otto1.Run(`
- var abc = 1;
- var def = 2;
- `)
- is(err, nil)
-
- otto2 := otto1.clone()
- value, err := otto2.Run(`abc += 1; abc;`)
- is(err, nil)
- is(value, 2)
-
- value, err = otto1.Run(`abc += 4; abc;`)
- is(err, nil)
- is(value, 5)
- }
-
- {
- vm1 := New()
- _, err := vm1.Run(`
- var abc = 1;
- var def = function(value) {
- abc += value;
- return abc;
- }
- `)
- is(err, nil)
-
- vm2 := vm1.clone()
- value, err := vm2.Run(`def(1)`)
- is(err, nil)
- is(value, 2)
-
- value, err = vm1.Run(`def(4)`)
- is(err, nil)
- is(value, 5)
- }
-
- {
- vm1 := New()
- _, err := vm1.Run(`
- var abc = {
- ghi: 1,
- jkl: function(value) {
- this.ghi += value;
- return this.ghi;
- }
- };
- var def = {
- abc: abc
- };
- `)
- is(err, nil)
-
- otto2 := vm1.clone()
- value, err := otto2.Run(`def.abc.jkl(1)`)
- is(err, nil)
- is(value, 2)
-
- value, err = vm1.Run(`def.abc.jkl(4)`)
- is(err, nil)
- is(value, 5)
- }
-
- {
- vm1 := New()
- _, err := vm1.Run(`
- var abc = function() { return "abc"; };
- var def = function() { return "def"; };
- `)
- is(err, nil)
-
- vm2 := vm1.clone()
- value, err := vm2.Run(`
- [ abc.toString(), def.toString() ];
- `)
- is(value, `function() { return "abc"; },function() { return "def"; }`)
-
- _, err = vm2.Run(`
- var def = function() { return "ghi"; };
- `)
- is(err, nil)
-
- value, err = vm1.Run(`
- [ abc.toString(), def.toString() ];
- `)
- is(value, `function() { return "abc"; },function() { return "def"; }`)
-
- value, err = vm2.Run(`
- [ abc.toString(), def.toString() ];
- `)
- is(value, `function() { return "abc"; },function() { return "ghi"; }`)
- }
-
- })
-}
-
-func TestOttoRun(t *testing.T) {
- tt(t, func() {
- vm := New()
-
- program, err := parser.ParseFile(nil, "", "", 0)
- is(err, nil)
- value, err := vm.Run(program)
- is(err, nil)
- is(value, UndefinedValue())
-
- program, err = parser.ParseFile(nil, "", "2 + 2", 0)
- is(err, nil)
- value, err = vm.Run(program)
- is(err, nil)
- is(value, 4)
- value, err = vm.Run(program)
- is(err, nil)
- is(value, 4)
-
- program, err = parser.ParseFile(nil, "", "var abc; if (!abc) abc = 0; abc += 2; abc;", 0)
- value, err = vm.Run(program)
- is(err, nil)
- is(value, 2)
- value, err = vm.Run(program)
- is(err, nil)
- is(value, 4)
- value, err = vm.Run(program)
- is(err, nil)
- is(value, 6)
-
- {
- src := []byte("var abc; if (!abc) abc = 0; abc += 2; abc;")
- value, err = vm.Run(src)
- is(err, nil)
- is(value, 8)
-
- value, err = vm.Run(bytes.NewBuffer(src))
- is(err, nil)
- is(value, 10)
-
- value, err = vm.Run(io.Reader(bytes.NewBuffer(src)))
- is(err, nil)
- is(value, 12)
- }
-
- {
- script, err := vm.Compile("", `var abc; if (!abc) abc = 0; abc += 2; abc;`)
- is(err, nil)
-
- value, err = vm.Run(script)
- is(err, nil)
- is(value, 14)
-
- value, err = vm.Run(script)
- is(err, nil)
- is(value, 16)
-
- is(script.String(), "// \nvar abc; if (!abc) abc = 0; abc += 2; abc;")
- }
- })
-}
-
-func Test_objectLength(t *testing.T) {
- tt(t, func() {
- _, vm := test()
-
- value := vm.Set("abc", []string{"jkl", "mno"})
- is(objectLength(value._object()), 2)
-
- value, _ = vm.Run(`[1, 2, 3]`)
- is(objectLength(value._object()), 3)
-
- value, _ = vm.Run(`new String("abcdefghi")`)
- is(objectLength(value._object()), 9)
-
- value, _ = vm.Run(`"abcdefghi"`)
- is(objectLength(value._object()), 0)
- })
-}
-
-func BenchmarkNew(b *testing.B) {
- for i := 0; i < b.N; i++ {
- New()
- }
-}
-
-func BenchmarkClone(b *testing.B) {
- vm := New()
- b.ResetTimer()
- for i := 0; i < b.N; i++ {
- vm.clone()
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/panic_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/panic_test.go
deleted file mode 100644
index 06f0a64fc..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/panic_test.go
+++ /dev/null
@@ -1,40 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func Test_panic(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // Test that property.value is set to something if writable is set
- // to something
- test(`
- var abc = [];
- Object.defineProperty(abc, "0", { writable: false });
- Object.defineProperty(abc, "0", { writable: false });
- "0" in abc;
- `, true)
-
- test(`raise:
- var abc = [];
- Object.defineProperty(abc, "0", { writable: false });
- Object.defineProperty(abc, "0", { value: false, writable: false });
- `, "TypeError")
-
- // Test that a regular expression can contain \c0410 (CYRILLIC CAPITAL LETTER A)
- // without panicking
- test(`
- var abc = 0x0410;
- var def = String.fromCharCode(abc);
- new RegExp("\\c" + def).exec(def);
- `, "null")
-
- // Test transforming a transformable regular expression without a panic
- test(`
- new RegExp("\\u0000");
- new RegExp("\\undefined").test("undefined");
- `, true)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/parser/Makefile
deleted file mode 100644
index 766fd4d0b..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-.PHONY: test
-
-test:
- go test
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/parser/README.markdown
deleted file mode 100644
index c3cae5b60..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/README.markdown
+++ /dev/null
@@ -1,190 +0,0 @@
-# parser
---
- import "github.com/robertkrimen/otto/parser"
-
-Package parser implements a parser for JavaScript.
-
- import (
- "github.com/robertkrimen/otto/parser"
- )
-
-Parse and return an AST
-
- filename := "" // A filename is optional
- src := `
- // Sample xyzzy example
- (function(){
- if (3.14159 > 0) {
- console.log("Hello, World.");
- return;
- }
-
- var xyzzy = NaN;
- console.log("Nothing happens.");
- return xyzzy;
- })();
- `
-
- // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
- program, err := parser.ParseFile(nil, filename, src, 0)
-
-
-### Warning
-
-The parser and AST interfaces are still works-in-progress (particularly where
-node types are concerned) and may change in the future.
-
-## Usage
-
-#### func ParseFile
-
-```go
-func ParseFile(fileSet *file.FileSet, filename string, src interface{}, mode Mode) (*ast.Program, error)
-```
-ParseFile parses the source code of a single JavaScript/ECMAScript source file
-and returns the corresponding ast.Program node.
-
-If fileSet == nil, ParseFile parses source without a FileSet. If fileSet != nil,
-ParseFile first adds filename and src to fileSet.
-
-The filename argument is optional and is used for labelling errors, etc.
-
-src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST
-always be in UTF-8.
-
- // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
- program, err := parser.ParseFile(nil, "", `if (abc > 1) {}`, 0)
-
-#### func ParseFunction
-
-```go
-func ParseFunction(parameterList, body string) (*ast.FunctionLiteral, error)
-```
-ParseFunction parses a given parameter list and body as a function and returns
-the corresponding ast.FunctionLiteral node.
-
-The parameter list, if any, should be a comma-separated list of identifiers.
-
-#### func ReadSource
-
-```go
-func ReadSource(filename string, src interface{}) ([]byte, error)
-```
-
-#### func TransformRegExp
-
-```go
-func TransformRegExp(pattern string) (string, error)
-```
-TransformRegExp transforms a JavaScript pattern into a Go "regexp" pattern.
-
-re2 (Go) cannot do backtracking, so the presence of a lookahead (?=) (?!) or
-backreference (\1, \2, ...) will cause an error.
-
-re2 (Go) has a different definition for \s: [\t\n\f\r ]. The JavaScript
-definition, on the other hand, also includes \v, Unicode "Separator, Space",
-etc.
-
-If the pattern is invalid (not valid even in JavaScript), then this function
-returns the empty string and an error.
-
-If the pattern is valid, but incompatible (contains a lookahead or
-backreference), then this function returns the transformation (a non-empty
-string) AND an error.
-
-#### type Error
-
-```go
-type Error struct {
- Position file.Position
- Message string
-}
-```
-
-An Error represents a parsing error. It includes the position where the error
-occurred and a message/description.
-
-#### func (Error) Error
-
-```go
-func (self Error) Error() string
-```
-
-#### type ErrorList
-
-```go
-type ErrorList []*Error
-```
-
-ErrorList is a list of *Errors.
-
-#### func (*ErrorList) Add
-
-```go
-func (self *ErrorList) Add(position file.Position, msg string)
-```
-Add adds an Error with given position and message to an ErrorList.
-
-#### func (ErrorList) Err
-
-```go
-func (self ErrorList) Err() error
-```
-Err returns an error equivalent to this ErrorList. If the list is empty, Err
-returns nil.
-
-#### func (ErrorList) Error
-
-```go
-func (self ErrorList) Error() string
-```
-Error implements the Error interface.
-
-#### func (ErrorList) Len
-
-```go
-func (self ErrorList) Len() int
-```
-
-#### func (ErrorList) Less
-
-```go
-func (self ErrorList) Less(i, j int) bool
-```
-
-#### func (*ErrorList) Reset
-
-```go
-func (self *ErrorList) Reset()
-```
-Reset resets an ErrorList to no errors.
-
-#### func (ErrorList) Sort
-
-```go
-func (self ErrorList) Sort()
-```
-
-#### func (ErrorList) Swap
-
-```go
-func (self ErrorList) Swap(i, j int)
-```
-
-#### type Mode
-
-```go
-type Mode uint
-```
-
-A Mode value is a set of flags (or 0). They control optional parser
-functionality.
-
-```go
-const (
- IgnoreRegExpErrors Mode = 1 << iota // Ignore RegExp compatibility errors (allow backtracking)
-)
-```
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/dbg.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/dbg.go
deleted file mode 100644
index 3c5f2f698..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/dbg.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// This file was AUTOMATICALLY GENERATED by dbg-import (smuggol) for github.com/robertkrimen/dbg
-
-package parser
-
-import (
- Dbg "github.com/robertkrimen/otto/dbg"
-)
-
-var dbg, dbgf = Dbg.New()
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/error.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/error.go
deleted file mode 100644
index 39ea75132..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/error.go
+++ /dev/null
@@ -1,175 +0,0 @@
-package parser
-
-import (
- "fmt"
- "sort"
-
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-const (
- err_UnexpectedToken = "Unexpected token %v"
- err_UnexpectedEndOfInput = "Unexpected end of input"
- err_UnexpectedEscape = "Unexpected escape"
-)
-
-// UnexpectedNumber: 'Unexpected number',
-// UnexpectedString: 'Unexpected string',
-// UnexpectedIdentifier: 'Unexpected identifier',
-// UnexpectedReserved: 'Unexpected reserved word',
-// NewlineAfterThrow: 'Illegal newline after throw',
-// InvalidRegExp: 'Invalid regular expression',
-// UnterminatedRegExp: 'Invalid regular expression: missing /',
-// InvalidLHSInAssignment: 'Invalid left-hand side in assignment',
-// InvalidLHSInForIn: 'Invalid left-hand side in for-in',
-// MultipleDefaultsInSwitch: 'More than one default clause in switch statement',
-// NoCatchOrFinally: 'Missing catch or finally after try',
-// UnknownLabel: 'Undefined label \'%0\'',
-// Redeclaration: '%0 \'%1\' has already been declared',
-// IllegalContinue: 'Illegal continue statement',
-// IllegalBreak: 'Illegal break statement',
-// IllegalReturn: 'Illegal return statement',
-// StrictModeWith: 'Strict mode code may not include a with statement',
-// StrictCatchVariable: 'Catch variable may not be eval or arguments in strict mode',
-// StrictVarName: 'Variable name may not be eval or arguments in strict mode',
-// StrictParamName: 'Parameter name eval or arguments is not allowed in strict mode',
-// StrictParamDupe: 'Strict mode function may not have duplicate parameter names',
-// StrictFunctionName: 'Function name may not be eval or arguments in strict mode',
-// StrictOctalLiteral: 'Octal literals are not allowed in strict mode.',
-// StrictDelete: 'Delete of an unqualified identifier in strict mode.',
-// StrictDuplicateProperty: 'Duplicate data property in object literal not allowed in strict mode',
-// AccessorDataProperty: 'Object literal may not have data and accessor property with the same name',
-// AccessorGetSet: 'Object literal may not have multiple get/set accessors with the same name',
-// StrictLHSAssignment: 'Assignment to eval or arguments is not allowed in strict mode',
-// StrictLHSPostfix: 'Postfix increment/decrement may not have eval or arguments operand in strict mode',
-// StrictLHSPrefix: 'Prefix increment/decrement may not have eval or arguments operand in strict mode',
-// StrictReservedWord: 'Use of future reserved word in strict mode'
-
-// A SyntaxError is a description of an ECMAScript syntax error.
-
-// An Error represents a parsing error. It includes the position where the error occurred and a message/description.
-type Error struct {
- Position file.Position
- Message string
-}
-
-// FXIME Should this be "SyntaxError"?
-
-func (self Error) Error() string {
- filename := self.Position.Filename
- if filename == "" {
- filename = "(anonymous)"
- }
- return fmt.Sprintf("%s: Line %d:%d %s",
- filename,
- self.Position.Line,
- self.Position.Column,
- self.Message,
- )
-}
-
-func (self *_parser) error(place interface{}, msg string, msgValues ...interface{}) *Error {
- idx := file.Idx(0)
- switch place := place.(type) {
- case int:
- idx = self.idxOf(place)
- case file.Idx:
- if place == 0 {
- idx = self.idxOf(self.chrOffset)
- } else {
- idx = place
- }
- default:
- panic(fmt.Errorf("error(%T, ...)", place))
- }
-
- position := self.position(idx)
- msg = fmt.Sprintf(msg, msgValues...)
- self.errors.Add(position, msg)
- return self.errors[len(self.errors)-1]
-}
-
-func (self *_parser) errorUnexpected(idx file.Idx, chr rune) error {
- if chr == -1 {
- return self.error(idx, err_UnexpectedEndOfInput)
- }
- return self.error(idx, err_UnexpectedToken, token.ILLEGAL)
-}
-
-func (self *_parser) errorUnexpectedToken(tkn token.Token) error {
- switch tkn {
- case token.EOF:
- return self.error(file.Idx(0), err_UnexpectedEndOfInput)
- }
- value := tkn.String()
- switch tkn {
- case token.BOOLEAN, token.NULL:
- value = self.literal
- case token.IDENTIFIER:
- return self.error(self.idx, "Unexpected identifier")
- case token.KEYWORD:
- // TODO Might be a future reserved word
- return self.error(self.idx, "Unexpected reserved word")
- case token.NUMBER:
- return self.error(self.idx, "Unexpected number")
- case token.STRING:
- return self.error(self.idx, "Unexpected string")
- }
- return self.error(self.idx, err_UnexpectedToken, value)
-}
-
-// ErrorList is a list of *Errors.
-//
-type ErrorList []*Error
-
-// Add adds an Error with given position and message to an ErrorList.
-func (self *ErrorList) Add(position file.Position, msg string) {
- *self = append(*self, &Error{position, msg})
-}
-
-// Reset resets an ErrorList to no errors.
-func (self *ErrorList) Reset() { *self = (*self)[0:0] }
-
-func (self ErrorList) Len() int { return len(self) }
-func (self ErrorList) Swap(i, j int) { self[i], self[j] = self[j], self[i] }
-func (self ErrorList) Less(i, j int) bool {
- x := &self[i].Position
- y := &self[j].Position
- if x.Filename < y.Filename {
- return true
- }
- if x.Filename == y.Filename {
- if x.Line < y.Line {
- return true
- }
- if x.Line == y.Line {
- return x.Column < y.Column
- }
- }
- return false
-}
-
-func (self ErrorList) Sort() {
- sort.Sort(self)
-}
-
-// Error implements the Error interface.
-func (self ErrorList) Error() string {
- switch len(self) {
- case 0:
- return "no errors"
- case 1:
- return self[0].Error()
- }
- return fmt.Sprintf("%s (and %d more errors)", self[0].Error(), len(self)-1)
-}
-
-// Err returns an error equivalent to this ErrorList.
-// If the list is empty, Err returns nil.
-func (self ErrorList) Err() error {
- if len(self) == 0 {
- return nil
- }
- return self
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/expression.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/expression.go
deleted file mode 100644
index dc397b5cb..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/expression.go
+++ /dev/null
@@ -1,815 +0,0 @@
-package parser
-
-import (
- "regexp"
-
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-func (self *_parser) parseIdentifier() *ast.Identifier {
- literal := self.literal
- idx := self.idx
- self.next()
- return &ast.Identifier{
- Name: literal,
- Idx: idx,
- }
-}
-
-func (self *_parser) parsePrimaryExpression() ast.Expression {
- literal := self.literal
- idx := self.idx
- switch self.token {
- case token.IDENTIFIER:
- self.next()
- if len(literal) > 1 {
- tkn, strict := token.IsKeyword(literal)
- if tkn == token.KEYWORD {
- if !strict {
- self.error(idx, "Unexpected reserved word")
- }
- }
- }
- return &ast.Identifier{
- Name: literal,
- Idx: idx,
- }
- case token.NULL:
- self.next()
- return &ast.NullLiteral{
- Idx: idx,
- Literal: literal,
- }
- case token.BOOLEAN:
- self.next()
- value := false
- switch literal {
- case "true":
- value = true
- case "false":
- value = false
- default:
- self.error(idx, "Illegal boolean literal")
- }
- return &ast.BooleanLiteral{
- Idx: idx,
- Literal: literal,
- Value: value,
- }
- case token.STRING:
- self.next()
- value, err := parseStringLiteral(literal[1 : len(literal)-1])
- if err != nil {
- self.error(idx, err.Error())
- }
- return &ast.StringLiteral{
- Idx: idx,
- Literal: literal,
- Value: value,
- }
- case token.NUMBER:
- self.next()
- value, err := parseNumberLiteral(literal)
- if err != nil {
- self.error(idx, err.Error())
- value = 0
- }
- return &ast.NumberLiteral{
- Idx: idx,
- Literal: literal,
- Value: value,
- }
- case token.SLASH, token.QUOTIENT_ASSIGN:
- return self.parseRegExpLiteral()
- case token.LEFT_BRACE:
- return self.parseObjectLiteral()
- case token.LEFT_BRACKET:
- return self.parseArrayLiteral()
- case token.LEFT_PARENTHESIS:
- self.expect(token.LEFT_PARENTHESIS)
- expression := self.parseExpression()
- self.expect(token.RIGHT_PARENTHESIS)
- return expression
- case token.THIS:
- self.next()
- return &ast.ThisExpression{
- Idx: idx,
- }
- case token.FUNCTION:
- return self.parseFunction(false)
- }
-
- self.errorUnexpectedToken(self.token)
- self.nextStatement()
- return &ast.BadExpression{From: idx, To: self.idx}
-}
-
-func (self *_parser) parseRegExpLiteral() *ast.RegExpLiteral {
-
- offset := self.chrOffset - 1 // Opening slash already gotten
- if self.token == token.QUOTIENT_ASSIGN {
- offset -= 1 // =
- }
- idx := self.idxOf(offset)
-
- pattern, err := self.scanString(offset)
- endOffset := self.chrOffset
-
- self.next()
- if err == nil {
- pattern = pattern[1 : len(pattern)-1]
- }
-
- flags := ""
- if self.token == token.IDENTIFIER { // gim
-
- flags = self.literal
- self.next()
- endOffset = self.chrOffset - 1
- }
-
- var value string
- // TODO 15.10
- {
- // Test during parsing that this is a valid regular expression
- // Sorry, (?=) and (?!) are invalid (for now)
- pattern, err := TransformRegExp(pattern)
- if err != nil {
- if pattern == "" || self.mode&IgnoreRegExpErrors == 0 {
- self.error(idx, "Invalid regular expression: %s", err.Error())
- }
- } else {
- _, err = regexp.Compile(pattern)
- if err != nil {
- // We should not get here, ParseRegExp should catch any errors
- self.error(idx, "Invalid regular expression: %s", err.Error()[22:]) // Skip redundant "parse regexp error"
- } else {
- value = pattern
- }
- }
- }
-
- literal := self.str[offset:endOffset]
-
- return &ast.RegExpLiteral{
- Idx: idx,
- Literal: literal,
- Pattern: pattern,
- Flags: flags,
- Value: value,
- }
-}
-
-func (self *_parser) parseVariableDeclaration(declarationList *[]*ast.VariableExpression) ast.Expression {
-
- if self.token != token.IDENTIFIER {
- idx := self.expect(token.IDENTIFIER)
- self.nextStatement()
- return &ast.BadExpression{From: idx, To: self.idx}
- }
-
- literal := self.literal
- idx := self.idx
- self.next()
- node := &ast.VariableExpression{
- Name: literal,
- Idx: idx,
- }
-
- if declarationList != nil {
- *declarationList = append(*declarationList, node)
- }
-
- if self.token == token.ASSIGN {
- self.next()
- node.Initializer = self.parseAssignmentExpression()
- }
-
- return node
-}
-
-func (self *_parser) parseVariableDeclarationList(var_ file.Idx) []ast.Expression {
-
- var declarationList []*ast.VariableExpression // Avoid bad expressions
- var list []ast.Expression
-
- for {
- list = append(list, self.parseVariableDeclaration(&declarationList))
- if self.token != token.COMMA {
- break
- }
- self.next()
- }
-
- self.scope.declare(&ast.VariableDeclaration{
- Var: var_,
- List: declarationList,
- })
-
- return list
-}
-
-func (self *_parser) parseObjectPropertyKey() (string, string) {
- idx, tkn, literal := self.idx, self.token, self.literal
- value := ""
- self.next()
- switch tkn {
- case token.IDENTIFIER:
- value = literal
- case token.NUMBER:
- var err error
- _, err = parseNumberLiteral(literal)
- if err != nil {
- self.error(idx, err.Error())
- } else {
- value = literal
- }
- case token.STRING:
- var err error
- value, err = parseStringLiteral(literal[1 : len(literal)-1])
- if err != nil {
- self.error(idx, err.Error())
- }
- default:
- // null, false, class, etc.
- if matchIdentifier.MatchString(literal) {
- value = literal
- }
- }
- return literal, value
-}
-
-func (self *_parser) parseObjectProperty() ast.Property {
-
- literal, value := self.parseObjectPropertyKey()
- if literal == "get" && self.token != token.COLON {
- idx := self.idx
- _, value := self.parseObjectPropertyKey()
- parameterList := self.parseFunctionParameterList()
-
- node := &ast.FunctionLiteral{
- Function: idx,
- ParameterList: parameterList,
- }
- self.parseFunctionBlock(node)
- return ast.Property{
- Key: value,
- Kind: "get",
- Value: node,
- }
- } else if literal == "set" && self.token != token.COLON {
- idx := self.idx
- _, value := self.parseObjectPropertyKey()
- parameterList := self.parseFunctionParameterList()
-
- node := &ast.FunctionLiteral{
- Function: idx,
- ParameterList: parameterList,
- }
- self.parseFunctionBlock(node)
- return ast.Property{
- Key: value,
- Kind: "set",
- Value: node,
- }
- }
-
- self.expect(token.COLON)
-
- return ast.Property{
- Key: value,
- Kind: "value",
- Value: self.parseAssignmentExpression(),
- }
-}
-
-func (self *_parser) parseObjectLiteral() ast.Expression {
- var value []ast.Property
- idx0 := self.expect(token.LEFT_BRACE)
- for self.token != token.RIGHT_BRACE && self.token != token.EOF {
- property := self.parseObjectProperty()
- value = append(value, property)
- if self.token == token.COMMA {
- self.next()
- continue
- }
- }
- idx1 := self.expect(token.RIGHT_BRACE)
-
- return &ast.ObjectLiteral{
- LeftBrace: idx0,
- RightBrace: idx1,
- Value: value,
- }
-}
-
-func (self *_parser) parseArrayLiteral() ast.Expression {
-
- idx0 := self.expect(token.LEFT_BRACKET)
- var value []ast.Expression
- for self.token != token.RIGHT_BRACKET && self.token != token.EOF {
- if self.token == token.COMMA {
- self.next()
- value = append(value, nil)
- continue
- }
- value = append(value, self.parseAssignmentExpression())
- if self.token != token.RIGHT_BRACKET {
- self.expect(token.COMMA)
- }
- }
- idx1 := self.expect(token.RIGHT_BRACKET)
-
- return &ast.ArrayLiteral{
- LeftBracket: idx0,
- RightBracket: idx1,
- Value: value,
- }
-}
-
-func (self *_parser) parseArgumentList() (argumentList []ast.Expression, idx0, idx1 file.Idx) {
- idx0 = self.expect(token.LEFT_PARENTHESIS)
- if self.token != token.RIGHT_PARENTHESIS {
- for {
- argumentList = append(argumentList, self.parseAssignmentExpression())
- if self.token != token.COMMA {
- break
- }
- self.next()
- }
- }
- idx1 = self.expect(token.RIGHT_PARENTHESIS)
- return
-}
-
-func (self *_parser) parseCallExpression(left ast.Expression) ast.Expression {
- argumentList, idx0, idx1 := self.parseArgumentList()
- return &ast.CallExpression{
- Callee: left,
- LeftParenthesis: idx0,
- ArgumentList: argumentList,
- RightParenthesis: idx1,
- }
-}
-
-func (self *_parser) parseDotMember(left ast.Expression) ast.Expression {
- period := self.expect(token.PERIOD)
-
- literal := self.literal
- idx := self.idx
-
- if !matchIdentifier.MatchString(literal) {
- self.expect(token.IDENTIFIER)
- self.nextStatement()
- return &ast.BadExpression{From: period, To: self.idx}
- }
-
- self.next()
-
- return &ast.DotExpression{
- Left: left,
- Identifier: ast.Identifier{
- Idx: idx,
- Name: literal,
- },
- }
-}
-
-func (self *_parser) parseBracketMember(left ast.Expression) ast.Expression {
- idx0 := self.expect(token.LEFT_BRACKET)
- member := self.parseExpression()
- idx1 := self.expect(token.RIGHT_BRACKET)
- return &ast.BracketExpression{
- LeftBracket: idx0,
- Left: left,
- Member: member,
- RightBracket: idx1,
- }
-}
-
-func (self *_parser) parseNewExpression() ast.Expression {
- idx := self.expect(token.NEW)
- callee := self.parseLeftHandSideExpression()
- node := &ast.NewExpression{
- New: idx,
- Callee: callee,
- }
- if self.token == token.LEFT_PARENTHESIS {
- argumentList, idx0, idx1 := self.parseArgumentList()
- node.ArgumentList = argumentList
- node.LeftParenthesis = idx0
- node.RightParenthesis = idx1
- }
- return node
-}
-
-func (self *_parser) parseLeftHandSideExpression() ast.Expression {
-
- var left ast.Expression
- if self.token == token.NEW {
- left = self.parseNewExpression()
- } else {
- left = self.parsePrimaryExpression()
- }
-
- for {
- if self.token == token.PERIOD {
- left = self.parseDotMember(left)
- } else if self.token == token.LEFT_BRACE {
- left = self.parseBracketMember(left)
- } else {
- break
- }
- }
-
- return left
-}
-
-func (self *_parser) parseLeftHandSideExpressionAllowCall() ast.Expression {
-
- allowIn := self.scope.allowIn
- self.scope.allowIn = true
- defer func() {
- self.scope.allowIn = allowIn
- }()
-
- var left ast.Expression
- if self.token == token.NEW {
- left = self.parseNewExpression()
- } else {
- left = self.parsePrimaryExpression()
- }
-
- for {
- if self.token == token.PERIOD {
- left = self.parseDotMember(left)
- } else if self.token == token.LEFT_BRACKET {
- left = self.parseBracketMember(left)
- } else if self.token == token.LEFT_PARENTHESIS {
- left = self.parseCallExpression(left)
- } else {
- break
- }
- }
-
- return left
-}
-
-func (self *_parser) parsePostfixExpression() ast.Expression {
- operand := self.parseLeftHandSideExpressionAllowCall()
-
- switch self.token {
- case token.INCREMENT, token.DECREMENT:
- // Make sure there is no line terminator here
- if self.implicitSemicolon {
- break
- }
- tkn := self.token
- idx := self.idx
- self.next()
- switch operand.(type) {
- case *ast.Identifier, *ast.DotExpression, *ast.BracketExpression:
- default:
- self.error(idx, "Invalid left-hand side in assignment")
- self.nextStatement()
- return &ast.BadExpression{From: idx, To: self.idx}
- }
- return &ast.UnaryExpression{
- Operator: tkn,
- Idx: idx,
- Operand: operand,
- Postfix: true,
- }
- }
-
- return operand
-}
-
-func (self *_parser) parseUnaryExpression() ast.Expression {
-
- switch self.token {
- case token.PLUS, token.MINUS, token.NOT, token.BITWISE_NOT:
- fallthrough
- case token.DELETE, token.VOID, token.TYPEOF:
- tkn := self.token
- idx := self.idx
- self.next()
- return &ast.UnaryExpression{
- Operator: tkn,
- Idx: idx,
- Operand: self.parseUnaryExpression(),
- }
- case token.INCREMENT, token.DECREMENT:
- tkn := self.token
- idx := self.idx
- self.next()
- operand := self.parseUnaryExpression()
- switch operand.(type) {
- case *ast.Identifier, *ast.DotExpression, *ast.BracketExpression:
- default:
- self.error(idx, "Invalid left-hand side in assignment")
- self.nextStatement()
- return &ast.BadExpression{From: idx, To: self.idx}
- }
- return &ast.UnaryExpression{
- Operator: tkn,
- Idx: idx,
- Operand: operand,
- }
- }
-
- return self.parsePostfixExpression()
-}
-
-func (self *_parser) parseMultiplicativeExpression() ast.Expression {
- next := self.parseUnaryExpression
- left := next()
-
- for self.token == token.MULTIPLY || self.token == token.SLASH ||
- self.token == token.REMAINDER {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseAdditiveExpression() ast.Expression {
- next := self.parseMultiplicativeExpression
- left := next()
-
- for self.token == token.PLUS || self.token == token.MINUS {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseShiftExpression() ast.Expression {
- next := self.parseAdditiveExpression
- left := next()
-
- for self.token == token.SHIFT_LEFT || self.token == token.SHIFT_RIGHT ||
- self.token == token.UNSIGNED_SHIFT_RIGHT {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseRelationalExpression() ast.Expression {
- next := self.parseShiftExpression
- left := next()
-
- allowIn := self.scope.allowIn
- self.scope.allowIn = true
- defer func() {
- self.scope.allowIn = allowIn
- }()
-
- switch self.token {
- case token.LESS, token.LESS_OR_EQUAL, token.GREATER, token.GREATER_OR_EQUAL:
- tkn := self.token
- self.next()
- return &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: self.parseRelationalExpression(),
- Comparison: true,
- }
- case token.INSTANCEOF:
- tkn := self.token
- self.next()
- return &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: self.parseRelationalExpression(),
- }
- case token.IN:
- if !allowIn {
- return left
- }
- tkn := self.token
- self.next()
- return &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: self.parseRelationalExpression(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseEqualityExpression() ast.Expression {
- next := self.parseRelationalExpression
- left := next()
-
- for self.token == token.EQUAL || self.token == token.NOT_EQUAL ||
- self.token == token.STRICT_EQUAL || self.token == token.STRICT_NOT_EQUAL {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- Comparison: true,
- }
- }
-
- return left
-}
-
-func (self *_parser) parseBitwiseAndExpression() ast.Expression {
- next := self.parseEqualityExpression
- left := next()
-
- for self.token == token.AND {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseBitwiseExclusiveOrExpression() ast.Expression {
- next := self.parseBitwiseAndExpression
- left := next()
-
- for self.token == token.EXCLUSIVE_OR {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseBitwiseOrExpression() ast.Expression {
- next := self.parseBitwiseExclusiveOrExpression
- left := next()
-
- for self.token == token.OR {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseLogicalAndExpression() ast.Expression {
- next := self.parseBitwiseOrExpression
- left := next()
-
- for self.token == token.LOGICAL_AND {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseLogicalOrExpression() ast.Expression {
- next := self.parseLogicalAndExpression
- left := next()
-
- for self.token == token.LOGICAL_OR {
- tkn := self.token
- self.next()
- left = &ast.BinaryExpression{
- Operator: tkn,
- Left: left,
- Right: next(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseConditionlExpression() ast.Expression {
- left := self.parseLogicalOrExpression()
-
- if self.token == token.QUESTION_MARK {
- self.next()
- consequent := self.parseAssignmentExpression()
- self.expect(token.COLON)
- return &ast.ConditionalExpression{
- Test: left,
- Consequent: consequent,
- Alternate: self.parseAssignmentExpression(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseAssignmentExpression() ast.Expression {
- left := self.parseConditionlExpression()
- var operator token.Token
- switch self.token {
- case token.ASSIGN:
- operator = self.token
- case token.ADD_ASSIGN:
- operator = token.PLUS
- case token.SUBTRACT_ASSIGN:
- operator = token.MINUS
- case token.MULTIPLY_ASSIGN:
- operator = token.MULTIPLY
- case token.QUOTIENT_ASSIGN:
- operator = token.SLASH
- case token.REMAINDER_ASSIGN:
- operator = token.REMAINDER
- case token.AND_ASSIGN:
- operator = token.AND
- case token.AND_NOT_ASSIGN:
- operator = token.AND_NOT
- case token.OR_ASSIGN:
- operator = token.OR
- case token.EXCLUSIVE_OR_ASSIGN:
- operator = token.EXCLUSIVE_OR
- case token.SHIFT_LEFT_ASSIGN:
- operator = token.SHIFT_LEFT
- case token.SHIFT_RIGHT_ASSIGN:
- operator = token.SHIFT_RIGHT
- case token.UNSIGNED_SHIFT_RIGHT_ASSIGN:
- operator = token.UNSIGNED_SHIFT_RIGHT
- }
-
- if operator != 0 {
- idx := self.idx
- self.next()
- switch left.(type) {
- case *ast.Identifier, *ast.DotExpression, *ast.BracketExpression:
- default:
- self.error(left.Idx0(), "Invalid left-hand side in assignment")
- self.nextStatement()
- return &ast.BadExpression{From: idx, To: self.idx}
- }
- return &ast.AssignExpression{
- Left: left,
- Operator: operator,
- Right: self.parseAssignmentExpression(),
- }
- }
-
- return left
-}
-
-func (self *_parser) parseExpression() ast.Expression {
- next := self.parseAssignmentExpression
- left := next()
-
- if self.token == token.COMMA {
- sequence := []ast.Expression{left}
- for {
- if self.token != token.COMMA {
- break
- }
- self.next()
- sequence = append(sequence, next())
- }
- return &ast.SequenceExpression{
- Sequence: sequence,
- }
- }
-
- return left
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer.go
deleted file mode 100644
index bc3e74f77..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer.go
+++ /dev/null
@@ -1,819 +0,0 @@
-package parser
-
-import (
- "bytes"
- "errors"
- "fmt"
- "regexp"
- "strconv"
- "strings"
- "unicode"
- "unicode/utf8"
-
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-type _chr struct {
- value rune
- width int
-}
-
-var matchIdentifier = regexp.MustCompile(`^[$_\p{L}][$_\p{L}\d}]*$`)
-
-func isDecimalDigit(chr rune) bool {
- return '0' <= chr && chr <= '9'
-}
-
-func digitValue(chr rune) int {
- switch {
- case '0' <= chr && chr <= '9':
- return int(chr - '0')
- case 'a' <= chr && chr <= 'f':
- return int(chr - 'a' + 10)
- case 'A' <= chr && chr <= 'F':
- return int(chr - 'A' + 10)
- }
- return 16 // Larger than any legal digit value
-}
-
-func isDigit(chr rune, base int) bool {
- return digitValue(chr) < base
-}
-
-func isIdentifierStart(chr rune) bool {
- return chr == '$' || chr == '_' || chr == '\\' ||
- 'a' <= chr && chr <= 'z' || 'A' <= chr && chr <= 'Z' ||
- chr >= utf8.RuneSelf && unicode.IsLetter(chr)
-}
-
-func isIdentifierPart(chr rune) bool {
- return chr == '$' || chr == '_' || chr == '\\' ||
- 'a' <= chr && chr <= 'z' || 'A' <= chr && chr <= 'Z' ||
- '0' <= chr && chr <= '9' ||
- chr >= utf8.RuneSelf && (unicode.IsLetter(chr) || unicode.IsDigit(chr))
-}
-
-func (self *_parser) scanIdentifier() (string, error) {
- offset := self.chrOffset
- parse := false
- for isIdentifierPart(self.chr) {
- if self.chr == '\\' {
- distance := self.chrOffset - offset
- self.read()
- if self.chr != 'u' {
- return "", fmt.Errorf("Invalid identifier escape character: %c (%s)", self.chr, string(self.chr))
- }
- parse = true
- var value rune
- for j := 0; j < 4; j++ {
- self.read()
- decimal, ok := hex2decimal(byte(self.chr))
- if !ok {
- return "", fmt.Errorf("Invalid identifier escape character: %c (%s)", self.chr, string(self.chr))
- }
- value = value<<4 | decimal
- }
- if value == '\\' {
- return "", fmt.Errorf("Invalid identifier escape value: %c (%s)", value, string(value))
- } else if distance == 0 {
- if !isIdentifierStart(value) {
- return "", fmt.Errorf("Invalid identifier escape value: %c (%s)", value, string(value))
- }
- } else if distance > 0 {
- if !isIdentifierPart(value) {
- return "", fmt.Errorf("Invalid identifier escape value: %c (%s)", value, string(value))
- }
- }
- }
- self.read()
- }
- literal := string(self.str[offset:self.chrOffset])
- if parse {
- return parseStringLiteral(literal)
- }
- return literal, nil
-}
-
-// 7.2
-func isLineWhiteSpace(chr rune) bool {
- switch chr {
- case '\u0009', '\u000b', '\u000c', '\u0020', '\u00a0', '\ufeff':
- return true
- case '\u000a', '\u000d', '\u2028', '\u2029':
- return false
- case '\u0085':
- return false
- }
- return unicode.IsSpace(chr)
-}
-
-// 7.3
-func isLineTerminator(chr rune) bool {
- switch chr {
- case '\u000a', '\u000d', '\u2028', '\u2029':
- return true
- }
- return false
-}
-
-func (self *_parser) scan() (tkn token.Token, literal string, idx file.Idx) {
-
- self.implicitSemicolon = false
-
- for {
- self.skipWhiteSpace()
-
- idx = self.idxOf(self.chrOffset)
- insertSemicolon := false
-
- switch chr := self.chr; {
- case isIdentifierStart(chr):
- var err error
- literal, err = self.scanIdentifier()
- if err != nil {
- tkn = token.ILLEGAL
- break
- }
- if len(literal) > 1 {
- // Keywords are longer than 1 character, avoid lookup otherwise
- var strict bool
- tkn, strict = token.IsKeyword(literal)
-
- switch tkn {
-
- case 0: // Not a keyword
- if literal == "true" || literal == "false" {
- self.insertSemicolon = true
- tkn = token.BOOLEAN
- return
- } else if literal == "null" {
- self.insertSemicolon = true
- tkn = token.NULL
- return
- }
-
- case token.KEYWORD:
- tkn = token.KEYWORD
- if strict {
- // TODO If strict and in strict mode, then this is not a break
- break
- }
- return
-
- case
- token.THIS,
- token.BREAK,
- token.THROW, // A newline after a throw is not allowed, but we need to detect it
- token.RETURN,
- token.CONTINUE,
- token.DEBUGGER:
- self.insertSemicolon = true
- return
-
- default:
- return
-
- }
- }
- self.insertSemicolon = true
- tkn = token.IDENTIFIER
- return
- case '0' <= chr && chr <= '9':
- self.insertSemicolon = true
- tkn, literal = self.scanNumericLiteral(false)
- return
- default:
- self.read()
- switch chr {
- case -1:
- if self.insertSemicolon {
- self.insertSemicolon = false
- self.implicitSemicolon = true
- }
- tkn = token.EOF
- case '\r', '\n', '\u2028', '\u2029':
- self.insertSemicolon = false
- self.implicitSemicolon = true
- continue
- case ':':
- tkn = token.COLON
- case '.':
- if digitValue(self.chr) < 10 {
- insertSemicolon = true
- tkn, literal = self.scanNumericLiteral(true)
- } else {
- tkn = token.PERIOD
- }
- case ',':
- tkn = token.COMMA
- case ';':
- tkn = token.SEMICOLON
- case '(':
- tkn = token.LEFT_PARENTHESIS
- case ')':
- tkn = token.RIGHT_PARENTHESIS
- insertSemicolon = true
- case '[':
- tkn = token.LEFT_BRACKET
- case ']':
- tkn = token.RIGHT_BRACKET
- insertSemicolon = true
- case '{':
- tkn = token.LEFT_BRACE
- case '}':
- tkn = token.RIGHT_BRACE
- insertSemicolon = true
- case '+':
- tkn = self.switch3(token.PLUS, token.ADD_ASSIGN, '+', token.INCREMENT)
- if tkn == token.INCREMENT {
- insertSemicolon = true
- }
- case '-':
- tkn = self.switch3(token.MINUS, token.SUBTRACT_ASSIGN, '-', token.DECREMENT)
- if tkn == token.DECREMENT {
- insertSemicolon = true
- }
- case '*':
- tkn = self.switch2(token.MULTIPLY, token.MULTIPLY_ASSIGN)
- case '/':
- if self.chr == '/' {
- self.skipSingleLineComment()
- continue
- } else if self.chr == '*' {
- self.skipMultiLineComment()
- continue
- } else {
- // Could be division, could be RegExp literal
- tkn = self.switch2(token.SLASH, token.QUOTIENT_ASSIGN)
- insertSemicolon = true
- }
- case '%':
- tkn = self.switch2(token.REMAINDER, token.REMAINDER_ASSIGN)
- case '^':
- tkn = self.switch2(token.EXCLUSIVE_OR, token.EXCLUSIVE_OR_ASSIGN)
- case '<':
- tkn = self.switch4(token.LESS, token.LESS_OR_EQUAL, '<', token.SHIFT_LEFT, token.SHIFT_LEFT_ASSIGN)
- case '>':
- tkn = self.switch6(token.GREATER, token.GREATER_OR_EQUAL, '>', token.SHIFT_RIGHT, token.SHIFT_RIGHT_ASSIGN, '>', token.UNSIGNED_SHIFT_RIGHT, token.UNSIGNED_SHIFT_RIGHT_ASSIGN)
- case '=':
- tkn = self.switch2(token.ASSIGN, token.EQUAL)
- if tkn == token.EQUAL && self.chr == '=' {
- self.read()
- tkn = token.STRICT_EQUAL
- }
- case '!':
- tkn = self.switch2(token.NOT, token.NOT_EQUAL)
- if tkn == token.NOT_EQUAL && self.chr == '=' {
- self.read()
- tkn = token.STRICT_NOT_EQUAL
- }
- case '&':
- if self.chr == '^' {
- self.read()
- tkn = self.switch2(token.AND_NOT, token.AND_NOT_ASSIGN)
- } else {
- tkn = self.switch3(token.AND, token.AND_ASSIGN, '&', token.LOGICAL_AND)
- }
- case '|':
- tkn = self.switch3(token.OR, token.OR_ASSIGN, '|', token.LOGICAL_OR)
- case '~':
- tkn = token.BITWISE_NOT
- case '?':
- tkn = token.QUESTION_MARK
- case '"', '\'':
- insertSemicolon = true
- tkn = token.STRING
- var err error
- literal, err = self.scanString(self.chrOffset - 1)
- if err != nil {
- tkn = token.ILLEGAL
- }
- default:
- self.errorUnexpected(idx, chr)
- tkn = token.ILLEGAL
- }
- }
- self.insertSemicolon = insertSemicolon
- return
- }
-}
-
-func (self *_parser) switch2(tkn0, tkn1 token.Token) token.Token {
- if self.chr == '=' {
- self.read()
- return tkn1
- }
- return tkn0
-}
-
-func (self *_parser) switch3(tkn0, tkn1 token.Token, chr2 rune, tkn2 token.Token) token.Token {
- if self.chr == '=' {
- self.read()
- return tkn1
- }
- if self.chr == chr2 {
- self.read()
- return tkn2
- }
- return tkn0
-}
-
-func (self *_parser) switch4(tkn0, tkn1 token.Token, chr2 rune, tkn2, tkn3 token.Token) token.Token {
- if self.chr == '=' {
- self.read()
- return tkn1
- }
- if self.chr == chr2 {
- self.read()
- if self.chr == '=' {
- self.read()
- return tkn3
- }
- return tkn2
- }
- return tkn0
-}
-
-func (self *_parser) switch6(tkn0, tkn1 token.Token, chr2 rune, tkn2, tkn3 token.Token, chr3 rune, tkn4, tkn5 token.Token) token.Token {
- if self.chr == '=' {
- self.read()
- return tkn1
- }
- if self.chr == chr2 {
- self.read()
- if self.chr == '=' {
- self.read()
- return tkn3
- }
- if self.chr == chr3 {
- self.read()
- if self.chr == '=' {
- self.read()
- return tkn5
- }
- return tkn4
- }
- return tkn2
- }
- return tkn0
-}
-
-func (self *_parser) chrAt(index int) _chr {
- value, width := utf8.DecodeRuneInString(self.str[index:])
- return _chr{
- value: value,
- width: width,
- }
-}
-
-func (self *_parser) _peek() rune {
- if self.offset+1 < self.length {
- return rune(self.str[self.offset+1])
- }
- return -1
-}
-
-func (self *_parser) read() {
- if self.offset < self.length {
- self.chrOffset = self.offset
- chr, width := rune(self.str[self.offset]), 1
- if chr >= utf8.RuneSelf { // !ASCII
- chr, width = utf8.DecodeRuneInString(self.str[self.offset:])
- if chr == utf8.RuneError && width == 1 {
- self.error(self.chrOffset, "Invalid UTF-8 character")
- }
- }
- self.offset += width
- self.chr = chr
- } else {
- self.chrOffset = self.length
- self.chr = -1 // EOF
- }
-}
-
-// This is here since the functions are so similar
-func (self *_RegExp_parser) read() {
- if self.offset < self.length {
- self.chrOffset = self.offset
- chr, width := rune(self.str[self.offset]), 1
- if chr >= utf8.RuneSelf { // !ASCII
- chr, width = utf8.DecodeRuneInString(self.str[self.offset:])
- if chr == utf8.RuneError && width == 1 {
- self.error(self.chrOffset, "Invalid UTF-8 character")
- }
- }
- self.offset += width
- self.chr = chr
- } else {
- self.chrOffset = self.length
- self.chr = -1 // EOF
- }
-}
-
-func (self *_parser) skipSingleLineComment() {
- for self.chr != -1 {
- self.read()
- if isLineTerminator(self.chr) {
- return
- }
- }
-}
-
-func (self *_parser) skipMultiLineComment() {
- self.read()
- for self.chr >= 0 {
- chr := self.chr
- self.read()
- if chr == '*' && self.chr == '/' {
- self.read()
- return
- }
- }
-
- self.errorUnexpected(0, self.chr)
-}
-
-func (self *_parser) skipWhiteSpace() {
- for {
- switch self.chr {
- case ' ', '\t', '\f', '\v', '\u00a0', '\ufeff':
- self.read()
- continue
- case '\r':
- if self._peek() == '\n' {
- self.read()
- }
- fallthrough
- case '\u2028', '\u2029', '\n':
- if self.insertSemicolon {
- return
- }
- self.read()
- continue
- }
- if self.chr >= utf8.RuneSelf {
- if unicode.IsSpace(self.chr) {
- self.read()
- continue
- }
- }
- break
- }
-}
-
-func (self *_parser) skipLineWhiteSpace() {
- for isLineWhiteSpace(self.chr) {
- self.read()
- }
-}
-
-func (self *_parser) scanMantissa(base int) {
- for digitValue(self.chr) < base {
- self.read()
- }
-}
-
-func (self *_parser) scanEscape(quote rune) {
-
- var length, base uint32
- switch self.chr {
- //case '0', '1', '2', '3', '4', '5', '6', '7':
- // Octal:
- // length, base, limit = 3, 8, 255
- case 'a', 'b', 'f', 'n', 'r', 't', 'v', '\\', '"', '\'', '0':
- self.read()
- return
- case '\r', '\n', '\u2028', '\u2029':
- self.scanNewline()
- return
- case 'x':
- self.read()
- length, base = 2, 16
- case 'u':
- self.read()
- length, base = 4, 16
- default:
- self.read() // Always make progress
- return
- }
-
- var value uint32
- for ; length > 0 && self.chr != quote && self.chr >= 0; length-- {
- digit := uint32(digitValue(self.chr))
- if digit >= base {
- break
- }
- value = value*base + digit
- self.read()
- }
-}
-
-func (self *_parser) scanString(offset int) (string, error) {
- // " ' /
- quote := rune(self.str[offset])
-
- for self.chr != quote {
- chr := self.chr
- if chr == '\n' || chr == '\r' || chr == '\u2028' || chr == '\u2029' || chr < 0 {
- goto newline
- }
- self.read()
- if chr == '\\' {
- if quote == '/' {
- if self.chr == '\n' || self.chr == '\r' || self.chr == '\u2028' || self.chr == '\u2029' || self.chr < 0 {
- goto newline
- }
- self.read()
- } else {
- self.scanEscape(quote)
- }
- } else if chr == '[' && quote == '/' {
- // Allow a slash (/) in a bracket character class ([...])
- // TODO Fix this, this is hacky...
- quote = -1
- } else if chr == ']' && quote == -1 {
- quote = '/'
- }
- }
-
- // " ' /
- self.read()
-
- return string(self.str[offset:self.chrOffset]), nil
-
-newline:
- self.scanNewline()
- err := "String not terminated"
- if quote == '/' {
- err = "Invalid regular expression: missing /"
- self.error(self.idxOf(offset), err)
- }
- return "", errors.New(err)
-}
-
-func (self *_parser) scanNewline() {
- if self.chr == '\r' {
- self.read()
- if self.chr != '\n' {
- return
- }
- }
- self.read()
-}
-
-func hex2decimal(chr byte) (value rune, ok bool) {
- {
- chr := rune(chr)
- switch {
- case '0' <= chr && chr <= '9':
- return chr - '0', true
- case 'a' <= chr && chr <= 'f':
- return chr - 'a' + 10, true
- case 'A' <= chr && chr <= 'F':
- return chr - 'A' + 10, true
- }
- return
- }
-}
-
-func parseNumberLiteral(literal string) (value interface{}, err error) {
- // TODO Is Uint okay? What about -MAX_UINT
- value, err = strconv.ParseInt(literal, 0, 64)
- if err == nil {
- return
- }
-
- parseIntErr := err // Save this first error, just in case
-
- value, err = strconv.ParseFloat(literal, 64)
- if err == nil {
- return
- } else if err.(*strconv.NumError).Err == strconv.ErrRange {
- // Infinity, etc.
- return value, nil
- }
-
- err = parseIntErr
-
- if err.(*strconv.NumError).Err == strconv.ErrRange {
- if len(literal) > 2 && literal[0] == '0' && (literal[1] == 'X' || literal[1] == 'x') {
- // Could just be a very large number (e.g. 0x8000000000000000)
- var value float64
- literal = literal[2:]
- for _, chr := range literal {
- digit := digitValue(chr)
- if digit >= 16 {
- goto error
- }
- value = value*16 + float64(digit)
- }
- return value, nil
- }
- }
-
-error:
- return nil, errors.New("Illegal numeric literal")
-}
-
-func parseStringLiteral(literal string) (string, error) {
- // Best case scenario...
- if literal == "" {
- return "", nil
- }
-
- // Slightly less-best case scenario...
- if !strings.ContainsRune(literal, '\\') {
- return literal, nil
- }
-
- str := literal
- buffer := bytes.NewBuffer(make([]byte, 0, 3*len(literal)/2))
-
- for len(str) > 0 {
- switch chr := str[0]; {
- // We do not explicitly handle the case of the quote
- // value, which can be: " ' /
- // This assumes we're already passed a partially well-formed literal
- case chr >= utf8.RuneSelf:
- chr, size := utf8.DecodeRuneInString(str)
- buffer.WriteRune(chr)
- str = str[size:]
- continue
- case chr != '\\':
- buffer.WriteByte(chr)
- str = str[1:]
- continue
- }
-
- if len(str) <= 1 {
- panic("len(str) <= 1")
- }
- chr := str[1]
- var value rune
- if chr >= utf8.RuneSelf {
- str = str[1:]
- var size int
- value, size = utf8.DecodeRuneInString(str)
- str = str[size:] // \ + <character>
- } else {
- str = str[2:] // \<character>
- switch chr {
- case 'b':
- value = '\b'
- case 'f':
- value = '\f'
- case 'n':
- value = '\n'
- case 'r':
- value = '\r'
- case 't':
- value = '\t'
- case 'v':
- value = '\v'
- case 'x', 'u':
- size := 0
- switch chr {
- case 'x':
- size = 2
- case 'u':
- size = 4
- }
- if len(str) < size {
- return "", fmt.Errorf("invalid escape: \\%s: len(%q) != %d", string(chr), str, size)
- }
- for j := 0; j < size; j++ {
- decimal, ok := hex2decimal(str[j])
- if !ok {
- return "", fmt.Errorf("invalid escape: \\%s: %q", string(chr), str[:size])
- }
- value = value<<4 | decimal
- }
- str = str[size:]
- if chr == 'x' {
- break
- }
- if value > utf8.MaxRune {
- panic("value > utf8.MaxRune")
- }
- case '0':
- if len(str) == 0 || '0' > str[0] || str[0] > '7' {
- value = 0
- break
- }
- fallthrough
- case '1', '2', '3', '4', '5', '6', '7':
- // TODO strict
- value = rune(chr) - '0'
- j := 0
- for ; j < 2; j++ {
- if len(str) < j+1 {
- break
- }
- chr := str[j]
- if '0' > chr || chr > '7' {
- break
- }
- decimal := rune(str[j]) - '0'
- value = (value << 3) | decimal
- }
- str = str[j:]
- case '\\':
- value = '\\'
- case '\'', '"':
- value = rune(chr)
- case '\r':
- if len(str) > 0 {
- if str[0] == '\n' {
- str = str[1:]
- }
- }
- fallthrough
- case '\n':
- continue
- default:
- value = rune(chr)
- }
- }
- buffer.WriteRune(value)
- }
-
- return buffer.String(), nil
-}
-
-func (self *_parser) scanNumericLiteral(decimalPoint bool) (token.Token, string) {
-
- offset := self.chrOffset
- tkn := token.NUMBER
-
- if decimalPoint {
- offset--
- self.scanMantissa(10)
- goto exponent
- }
-
- if self.chr == '0' {
- offset := self.chrOffset
- self.read()
- if self.chr == 'x' || self.chr == 'X' {
- // Hexadecimal
- self.read()
- if isDigit(self.chr, 16) {
- self.read()
- } else {
- return token.ILLEGAL, self.str[offset:self.chrOffset]
- }
- self.scanMantissa(16)
-
- if self.chrOffset-offset <= 2 {
- // Only "0x" or "0X"
- self.error(0, "Illegal hexadecimal number")
- }
-
- goto hexadecimal
- } else if self.chr == '.' {
- // Float
- goto float
- } else {
- // Octal, Float
- if self.chr == 'e' || self.chr == 'E' {
- goto exponent
- }
- self.scanMantissa(8)
- if self.chr == '8' || self.chr == '9' {
- return token.ILLEGAL, self.str[offset:self.chrOffset]
- }
- goto octal
- }
- }
-
- self.scanMantissa(10)
-
-float:
- if self.chr == '.' {
- self.read()
- self.scanMantissa(10)
- }
-
-exponent:
- if self.chr == 'e' || self.chr == 'E' {
- self.read()
- if self.chr == '-' || self.chr == '+' {
- self.read()
- }
- if isDecimalDigit(self.chr) {
- self.read()
- self.scanMantissa(10)
- } else {
- return token.ILLEGAL, self.str[offset:self.chrOffset]
- }
- }
-
-hexadecimal:
-octal:
- if isIdentifierStart(self.chr) || isDecimalDigit(self.chr) {
- return token.ILLEGAL, self.str[offset:self.chrOffset]
- }
-
- return tkn, self.str[offset:self.chrOffset]
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer_test.go
deleted file mode 100644
index 37eb7a464..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/lexer_test.go
+++ /dev/null
@@ -1,380 +0,0 @@
-package parser
-
-import (
- "../terst"
- "testing"
-
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-var tt = terst.Terst
-var is = terst.Is
-
-func TestLexer(t *testing.T) {
- tt(t, func() {
- setup := func(src string) *_parser {
- parser := newParser("", src)
- return parser
- }
-
- test := func(src string, test ...interface{}) {
- parser := setup(src)
- for len(test) > 0 {
- tkn, literal, idx := parser.scan()
- if len(test) > 0 {
- is(tkn, test[0].(token.Token))
- test = test[1:]
- }
- if len(test) > 0 {
- is(literal, test[0].(string))
- test = test[1:]
- }
- if len(test) > 0 {
- // FIXME terst, Fix this so that cast to file.Idx is not necessary?
- is(idx, file.Idx(test[0].(int)))
- test = test[1:]
- }
- }
- }
-
- test("",
- token.EOF, "", 1,
- )
-
- test("1",
- token.NUMBER, "1", 1,
- token.EOF, "", 2,
- )
-
- test(".0",
- token.NUMBER, ".0", 1,
- token.EOF, "", 3,
- )
-
- test("abc",
- token.IDENTIFIER, "abc", 1,
- token.EOF, "", 4,
- )
-
- test("abc(1)",
- token.IDENTIFIER, "abc", 1,
- token.LEFT_PARENTHESIS, "", 4,
- token.NUMBER, "1", 5,
- token.RIGHT_PARENTHESIS, "", 6,
- token.EOF, "", 7,
- )
-
- test(".",
- token.PERIOD, "", 1,
- token.EOF, "", 2,
- )
-
- test("===.",
- token.STRICT_EQUAL, "", 1,
- token.PERIOD, "", 4,
- token.EOF, "", 5,
- )
-
- test(">>>=.0",
- token.UNSIGNED_SHIFT_RIGHT_ASSIGN, "", 1,
- token.NUMBER, ".0", 5,
- token.EOF, "", 7,
- )
-
- test(">>>=0.0.",
- token.UNSIGNED_SHIFT_RIGHT_ASSIGN, "", 1,
- token.NUMBER, "0.0", 5,
- token.PERIOD, "", 8,
- token.EOF, "", 9,
- )
-
- test("\"abc\"",
- token.STRING, "\"abc\"", 1,
- token.EOF, "", 6,
- )
-
- test("abc = //",
- token.IDENTIFIER, "abc", 1,
- token.ASSIGN, "", 5,
- token.EOF, "", 9,
- )
-
- test("abc = 1 / 2",
- token.IDENTIFIER, "abc", 1,
- token.ASSIGN, "", 5,
- token.NUMBER, "1", 7,
- token.SLASH, "", 9,
- token.NUMBER, "2", 11,
- token.EOF, "", 12,
- )
-
- test("xyzzy = 'Nothing happens.'",
- token.IDENTIFIER, "xyzzy", 1,
- token.ASSIGN, "", 7,
- token.STRING, "'Nothing happens.'", 9,
- token.EOF, "", 27,
- )
-
- test("abc = !false",
- token.IDENTIFIER, "abc", 1,
- token.ASSIGN, "", 5,
- token.NOT, "", 7,
- token.BOOLEAN, "false", 8,
- token.EOF, "", 13,
- )
-
- test("abc = !!true",
- token.IDENTIFIER, "abc", 1,
- token.ASSIGN, "", 5,
- token.NOT, "", 7,
- token.NOT, "", 8,
- token.BOOLEAN, "true", 9,
- token.EOF, "", 13,
- )
-
- test("abc *= 1",
- token.IDENTIFIER, "abc", 1,
- token.MULTIPLY_ASSIGN, "", 5,
- token.NUMBER, "1", 8,
- token.EOF, "", 9,
- )
-
- test("if 1 else",
- token.IF, "if", 1,
- token.NUMBER, "1", 4,
- token.ELSE, "else", 6,
- token.EOF, "", 10,
- )
-
- test("null",
- token.NULL, "null", 1,
- token.EOF, "", 5,
- )
-
- test(`"\u007a\x79\u000a\x78"`,
- token.STRING, "\"\\u007a\\x79\\u000a\\x78\"", 1,
- token.EOF, "", 23,
- )
-
- test(`"[First line \
-Second line \
- Third line\
-. ]"
- `,
- token.STRING, "\"[First line \\\nSecond line \\\n Third line\\\n. ]\"", 1,
- token.EOF, "", 53,
- )
-
- test("/",
- token.SLASH, "", 1,
- token.EOF, "", 2,
- )
-
- test("var abc = \"abc\uFFFFabc\"",
- token.VAR, "var", 1,
- token.IDENTIFIER, "abc", 5,
- token.ASSIGN, "", 9,
- token.STRING, "\"abc\uFFFFabc\"", 11,
- token.EOF, "", 22,
- )
-
- test(`'\t' === '\r'`,
- token.STRING, "'\\t'", 1,
- token.STRICT_EQUAL, "", 6,
- token.STRING, "'\\r'", 10,
- token.EOF, "", 14,
- )
-
- test(`var \u0024 = 1`,
- token.VAR, "var", 1,
- token.IDENTIFIER, "$", 5,
- token.ASSIGN, "", 12,
- token.NUMBER, "1", 14,
- token.EOF, "", 15,
- )
-
- test("10e10000",
- token.NUMBER, "10e10000", 1,
- token.EOF, "", 9,
- )
-
- test(`var if var class`,
- token.VAR, "var", 1,
- token.IF, "if", 5,
- token.VAR, "var", 8,
- token.KEYWORD, "class", 12,
- token.EOF, "", 17,
- )
-
- test(`-0`,
- token.MINUS, "", 1,
- token.NUMBER, "0", 2,
- token.EOF, "", 3,
- )
-
- test(`.01`,
- token.NUMBER, ".01", 1,
- token.EOF, "", 4,
- )
-
- test(`.01e+2`,
- token.NUMBER, ".01e+2", 1,
- token.EOF, "", 7,
- )
-
- test(";",
- token.SEMICOLON, "", 1,
- token.EOF, "", 2,
- )
-
- test(";;",
- token.SEMICOLON, "", 1,
- token.SEMICOLON, "", 2,
- token.EOF, "", 3,
- )
-
- test("//",
- token.EOF, "", 3,
- )
-
- test(";;//",
- token.SEMICOLON, "", 1,
- token.SEMICOLON, "", 2,
- token.EOF, "", 5,
- )
-
- test("1",
- token.NUMBER, "1", 1,
- )
-
- test("12 123",
- token.NUMBER, "12", 1,
- token.NUMBER, "123", 4,
- )
-
- test("1.2 12.3",
- token.NUMBER, "1.2", 1,
- token.NUMBER, "12.3", 5,
- )
-
- test("/ /=",
- token.SLASH, "", 1,
- token.QUOTIENT_ASSIGN, "", 3,
- )
-
- test(`"abc"`,
- token.STRING, `"abc"`, 1,
- )
-
- test(`'abc'`,
- token.STRING, `'abc'`, 1,
- )
-
- test("++",
- token.INCREMENT, "", 1,
- )
-
- test(">",
- token.GREATER, "", 1,
- )
-
- test(">=",
- token.GREATER_OR_EQUAL, "", 1,
- )
-
- test(">>",
- token.SHIFT_RIGHT, "", 1,
- )
-
- test(">>=",
- token.SHIFT_RIGHT_ASSIGN, "", 1,
- )
-
- test(">>>",
- token.UNSIGNED_SHIFT_RIGHT, "", 1,
- )
-
- test(">>>=",
- token.UNSIGNED_SHIFT_RIGHT_ASSIGN, "", 1,
- )
-
- test("1 \"abc\"",
- token.NUMBER, "1", 1,
- token.STRING, "\"abc\"", 3,
- )
-
- test(",",
- token.COMMA, "", 1,
- )
-
- test("1, \"abc\"",
- token.NUMBER, "1", 1,
- token.COMMA, "", 2,
- token.STRING, "\"abc\"", 4,
- )
-
- test("new abc(1, 3.14159);",
- token.NEW, "new", 1,
- token.IDENTIFIER, "abc", 5,
- token.LEFT_PARENTHESIS, "", 8,
- token.NUMBER, "1", 9,
- token.COMMA, "", 10,
- token.NUMBER, "3.14159", 12,
- token.RIGHT_PARENTHESIS, "", 19,
- token.SEMICOLON, "", 20,
- )
-
- test("1 == \"1\"",
- token.NUMBER, "1", 1,
- token.EQUAL, "", 3,
- token.STRING, "\"1\"", 6,
- )
-
- test("1\n[]\n",
- token.NUMBER, "1", 1,
- token.LEFT_BRACKET, "", 3,
- token.RIGHT_BRACKET, "", 4,
- )
-
- test("1\ufeff[]\ufeff",
- token.NUMBER, "1", 1,
- token.LEFT_BRACKET, "", 5,
- token.RIGHT_BRACKET, "", 6,
- )
-
- // ILLEGAL
-
- test(`3ea`,
- token.ILLEGAL, "3e", 1,
- token.IDENTIFIER, "a", 3,
- token.EOF, "", 4,
- )
-
- test(`3in`,
- token.ILLEGAL, "3", 1,
- token.IN, "in", 2,
- token.EOF, "", 4,
- )
-
- test("\"Hello\nWorld\"",
- token.ILLEGAL, "", 1,
- token.IDENTIFIER, "World", 8,
- token.ILLEGAL, "", 13,
- token.EOF, "", 14,
- )
-
- test("\u203f = 10",
- token.ILLEGAL, "", 1,
- token.ASSIGN, "", 5,
- token.NUMBER, "10", 7,
- token.EOF, "", 9,
- )
-
- test(`"\x0G"`,
- token.STRING, "\"\\x0G\"", 1,
- token.EOF, "", 7,
- )
-
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/marshal_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/marshal_test.go
deleted file mode 100644
index f54cd2d4f..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/marshal_test.go
+++ /dev/null
@@ -1,930 +0,0 @@
-package parser
-
-import (
- "bytes"
- "encoding/json"
- "fmt"
- "os"
- "reflect"
- "strings"
- "testing"
-
- "github.com/robertkrimen/otto/ast"
-)
-
-func marshal(name string, children ...interface{}) interface{} {
- if len(children) == 1 {
- if name == "" {
- return testMarshalNode(children[0])
- }
- return map[string]interface{}{
- name: children[0],
- }
- }
- map_ := map[string]interface{}{}
- length := len(children) / 2
- for i := 0; i < length; i++ {
- name := children[i*2].(string)
- value := children[i*2+1]
- map_[name] = value
- }
- if name == "" {
- return map_
- }
- return map[string]interface{}{
- name: map_,
- }
-}
-
-func testMarshalNode(node interface{}) interface{} {
- switch node := node.(type) {
-
- // Expression
-
- case *ast.ArrayLiteral:
- return marshal("Array", testMarshalNode(node.Value))
-
- case *ast.AssignExpression:
- return marshal("Assign",
- "Left", testMarshalNode(node.Left),
- "Right", testMarshalNode(node.Right),
- )
-
- case *ast.BinaryExpression:
- return marshal("BinaryExpression",
- "Operator", node.Operator.String(),
- "Left", testMarshalNode(node.Left),
- "Right", testMarshalNode(node.Right),
- )
-
- case *ast.BooleanLiteral:
- return marshal("Literal", node.Value)
-
- case *ast.CallExpression:
- return marshal("Call",
- "Callee", testMarshalNode(node.Callee),
- "ArgumentList", testMarshalNode(node.ArgumentList),
- )
-
- case *ast.ConditionalExpression:
- return marshal("Conditional",
- "Test", testMarshalNode(node.Test),
- "Consequent", testMarshalNode(node.Consequent),
- "Alternate", testMarshalNode(node.Alternate),
- )
-
- case *ast.DotExpression:
- return marshal("Dot",
- "Left", testMarshalNode(node.Left),
- "Member", node.Identifier.Name,
- )
-
- case *ast.NewExpression:
- return marshal("New",
- "Callee", testMarshalNode(node.Callee),
- "ArgumentList", testMarshalNode(node.ArgumentList),
- )
-
- case *ast.NullLiteral:
- return marshal("Literal", nil)
-
- case *ast.NumberLiteral:
- return marshal("Literal", node.Value)
-
- case *ast.ObjectLiteral:
- return marshal("Object", testMarshalNode(node.Value))
-
- case *ast.RegExpLiteral:
- return marshal("Literal", node.Literal)
-
- case *ast.StringLiteral:
- return marshal("Literal", node.Literal)
-
- case *ast.VariableExpression:
- return []interface{}{node.Name, testMarshalNode(node.Initializer)}
-
- // Statement
-
- case *ast.Program:
- return testMarshalNode(node.Body)
-
- case *ast.BlockStatement:
- return marshal("BlockStatement", testMarshalNode(node.List))
-
- case *ast.EmptyStatement:
- return "EmptyStatement"
-
- case *ast.ExpressionStatement:
- return testMarshalNode(node.Expression)
-
- case *ast.ForInStatement:
- return marshal("ForIn",
- "Into", marshal("", node.Into),
- "Source", marshal("", node.Source),
- "Body", marshal("", node.Body),
- )
-
- case *ast.FunctionLiteral:
- return marshal("Function", testMarshalNode(node.Body))
-
- case *ast.Identifier:
- return marshal("Identifier", node.Name)
-
- case *ast.IfStatement:
- if_ := marshal("",
- "Test", testMarshalNode(node.Test),
- "Consequent", testMarshalNode(node.Consequent),
- ).(map[string]interface{})
- if node.Alternate != nil {
- if_["Alternate"] = testMarshalNode(node.Alternate)
- }
- return marshal("If", if_)
-
- case *ast.LabelledStatement:
- return marshal("Label",
- "Name", node.Label.Name,
- "Statement", testMarshalNode(node.Statement),
- )
- case ast.Property:
- return marshal("",
- "Key", node.Key,
- "Value", testMarshalNode(node.Value),
- )
-
- case *ast.ReturnStatement:
- return marshal("Return", testMarshalNode(node.Argument))
-
- case *ast.SequenceExpression:
- return marshal("Sequence", testMarshalNode(node.Sequence))
-
- case *ast.ThrowStatement:
- return marshal("Throw", testMarshalNode(node.Argument))
-
- case *ast.VariableStatement:
- return marshal("Var", testMarshalNode(node.List))
-
- }
-
- {
- value := reflect.ValueOf(node)
- if value.Kind() == reflect.Slice {
- tmp0 := []interface{}{}
- for index := 0; index < value.Len(); index++ {
- tmp0 = append(tmp0, testMarshalNode(value.Index(index).Interface()))
- }
- return tmp0
- }
- }
-
- if node != nil {
- fmt.Fprintf(os.Stderr, "testMarshalNode(%T)\n", node)
- }
-
- return nil
-}
-
-func testMarshal(node interface{}) string {
- value, err := json.Marshal(testMarshalNode(node))
- if err != nil {
- panic(err)
- }
- return string(value)
-}
-
-func TestParserAST(t *testing.T) {
- tt(t, func() {
-
- test := func(inputOutput string) {
- match := matchBeforeAfterSeparator.FindStringIndex(inputOutput)
- input := strings.TrimSpace(inputOutput[0:match[0]])
- wantOutput := strings.TrimSpace(inputOutput[match[1]:])
- _, program, err := testParse(input)
- is(err, nil)
- haveOutput := testMarshal(program)
- tmp0, tmp1 := bytes.Buffer{}, bytes.Buffer{}
- json.Indent(&tmp0, []byte(haveOutput), "\t\t", " ")
- json.Indent(&tmp1, []byte(wantOutput), "\t\t", " ")
- is("\n\t\t"+tmp0.String(), "\n\t\t"+tmp1.String())
- }
-
- test(`
- ---
-[]
- `)
-
- test(`
- ;
- ---
-[
- "EmptyStatement"
-]
- `)
-
- test(`
- ;;;
- ---
-[
- "EmptyStatement",
- "EmptyStatement",
- "EmptyStatement"
-]
- `)
-
- test(`
- 1; true; abc; "abc"; null;
- ---
-[
- {
- "Literal": 1
- },
- {
- "Literal": true
- },
- {
- "Identifier": "abc"
- },
- {
- "Literal": "\"abc\""
- },
- {
- "Literal": null
- }
-]
- `)
-
- test(`
- { 1; null; 3.14159; ; }
- ---
-[
- {
- "BlockStatement": [
- {
- "Literal": 1
- },
- {
- "Literal": null
- },
- {
- "Literal": 3.14159
- },
- "EmptyStatement"
- ]
- }
-]
- `)
-
- test(`
- new abc();
- ---
-[
- {
- "New": {
- "ArgumentList": [],
- "Callee": {
- "Identifier": "abc"
- }
- }
- }
-]
- `)
-
- test(`
- new abc(1, 3.14159)
- ---
-[
- {
- "New": {
- "ArgumentList": [
- {
- "Literal": 1
- },
- {
- "Literal": 3.14159
- }
- ],
- "Callee": {
- "Identifier": "abc"
- }
- }
- }
-]
- `)
-
- test(`
- true ? false : true
- ---
-[
- {
- "Conditional": {
- "Alternate": {
- "Literal": true
- },
- "Consequent": {
- "Literal": false
- },
- "Test": {
- "Literal": true
- }
- }
- }
-]
- `)
-
- test(`
- true || false
- ---
-[
- {
- "BinaryExpression": {
- "Left": {
- "Literal": true
- },
- "Operator": "||",
- "Right": {
- "Literal": false
- }
- }
- }
-]
- `)
-
- test(`
- 0 + { abc: true }
- ---
-[
- {
- "BinaryExpression": {
- "Left": {
- "Literal": 0
- },
- "Operator": "+",
- "Right": {
- "Object": [
- {
- "Key": "abc",
- "Value": {
- "Literal": true
- }
- }
- ]
- }
- }
- }
-]
- `)
-
- test(`
- 1 == "1"
- ---
-[
- {
- "BinaryExpression": {
- "Left": {
- "Literal": 1
- },
- "Operator": "==",
- "Right": {
- "Literal": "\"1\""
- }
- }
- }
-]
- `)
-
- test(`
- abc(1)
- ---
-[
- {
- "Call": {
- "ArgumentList": [
- {
- "Literal": 1
- }
- ],
- "Callee": {
- "Identifier": "abc"
- }
- }
- }
-]
- `)
-
- test(`
- Math.pow(3, 2)
- ---
-[
- {
- "Call": {
- "ArgumentList": [
- {
- "Literal": 3
- },
- {
- "Literal": 2
- }
- ],
- "Callee": {
- "Dot": {
- "Left": {
- "Identifier": "Math"
- },
- "Member": "pow"
- }
- }
- }
- }
-]
- `)
-
- test(`
- 1, 2, 3
- ---
-[
- {
- "Sequence": [
- {
- "Literal": 1
- },
- {
- "Literal": 2
- },
- {
- "Literal": 3
- }
- ]
- }
-]
- `)
-
- test(`
- / abc / gim;
- ---
-[
- {
- "Literal": "/ abc / gim"
- }
-]
- `)
-
- test(`
- if (0)
- 1;
- ---
-[
- {
- "If": {
- "Consequent": {
- "Literal": 1
- },
- "Test": {
- "Literal": 0
- }
- }
- }
-]
- `)
-
- test(`
- 0+function(){
- return;
- }
- ---
-[
- {
- "BinaryExpression": {
- "Left": {
- "Literal": 0
- },
- "Operator": "+",
- "Right": {
- "Function": {
- "BlockStatement": [
- {
- "Return": null
- }
- ]
- }
- }
- }
- }
-]
- `)
-
- test(`
- xyzzy // Ignore it
- // Ignore this
- // And this
- /* And all..
-
-
-
- ... of this!
- */
- "Nothing happens."
- // And finally this
- ---
-[
- {
- "Identifier": "xyzzy"
- },
- {
- "Literal": "\"Nothing happens.\""
- }
-]
- `)
-
- test(`
- ((x & (x = 1)) !== 0)
- ---
-[
- {
- "BinaryExpression": {
- "Left": {
- "BinaryExpression": {
- "Left": {
- "Identifier": "x"
- },
- "Operator": "\u0026",
- "Right": {
- "Assign": {
- "Left": {
- "Identifier": "x"
- },
- "Right": {
- "Literal": 1
- }
- }
- }
- }
- },
- "Operator": "!==",
- "Right": {
- "Literal": 0
- }
- }
- }
-]
- `)
-
- test(`
- { abc: 'def' }
- ---
-[
- {
- "BlockStatement": [
- {
- "Label": {
- "Name": "abc",
- "Statement": {
- "Literal": "'def'"
- }
- }
- }
- ]
- }
-]
- `)
-
- test(`
- // This is not an object, this is a string literal with a label!
- ({ abc: 'def' })
- ---
-[
- {
- "Object": [
- {
- "Key": "abc",
- "Value": {
- "Literal": "'def'"
- }
- }
- ]
- }
-]
- `)
-
- test(`
- [,]
- ---
-[
- {
- "Array": [
- null
- ]
- }
-]
- `)
-
- test(`
- [,,]
- ---
-[
- {
- "Array": [
- null,
- null
- ]
- }
-]
- `)
-
- test(`
- ({ get abc() {} })
- ---
-[
- {
- "Object": [
- {
- "Key": "abc",
- "Value": {
- "Function": {
- "BlockStatement": []
- }
- }
- }
- ]
- }
-]
- `)
-
- test(`
- /abc/.source
- ---
-[
- {
- "Dot": {
- "Left": {
- "Literal": "/abc/"
- },
- "Member": "source"
- }
- }
-]
- `)
-
- test(`
- xyzzy
-
- throw new TypeError("Nothing happens.")
- ---
-[
- {
- "Identifier": "xyzzy"
- },
- {
- "Throw": {
- "New": {
- "ArgumentList": [
- {
- "Literal": "\"Nothing happens.\""
- }
- ],
- "Callee": {
- "Identifier": "TypeError"
- }
- }
- }
- }
-]
- `)
-
- // When run, this will call a type error to be thrown
- // This is essentially the same as:
- //
- // var abc = 1(function(){})()
- //
- test(`
- var abc = 1
- (function(){
- })()
- ---
-[
- {
- "Var": [
- [
- "abc",
- {
- "Call": {
- "ArgumentList": [],
- "Callee": {
- "Call": {
- "ArgumentList": [
- {
- "Function": {
- "BlockStatement": []
- }
- }
- ],
- "Callee": {
- "Literal": 1
- }
- }
- }
- }
- }
- ]
- ]
- }
-]
- `)
-
- test(`
- "use strict"
- ---
-[
- {
- "Literal": "\"use strict\""
- }
-]
- `)
-
- test(`
- "use strict"
- abc = 1 + 2 + 11
- ---
-[
- {
- "Literal": "\"use strict\""
- },
- {
- "Assign": {
- "Left": {
- "Identifier": "abc"
- },
- "Right": {
- "BinaryExpression": {
- "Left": {
- "BinaryExpression": {
- "Left": {
- "Literal": 1
- },
- "Operator": "+",
- "Right": {
- "Literal": 2
- }
- }
- },
- "Operator": "+",
- "Right": {
- "Literal": 11
- }
- }
- }
- }
- }
-]
- `)
-
- test(`
- abc = function() { 'use strict' }
- ---
-[
- {
- "Assign": {
- "Left": {
- "Identifier": "abc"
- },
- "Right": {
- "Function": {
- "BlockStatement": [
- {
- "Literal": "'use strict'"
- }
- ]
- }
- }
- }
- }
-]
- `)
-
- test(`
- for (var abc in def) {
- }
- ---
-[
- {
- "ForIn": {
- "Body": {
- "BlockStatement": []
- },
- "Into": [
- "abc",
- null
- ],
- "Source": {
- "Identifier": "def"
- }
- }
- }
-]
- `)
-
- test(`
- abc = {
- '"': "'",
- "'": '"',
- }
- ---
-[
- {
- "Assign": {
- "Left": {
- "Identifier": "abc"
- },
- "Right": {
- "Object": [
- {
- "Key": "\"",
- "Value": {
- "Literal": "\"'\""
- }
- },
- {
- "Key": "'",
- "Value": {
- "Literal": "'\"'"
- }
- }
- ]
- }
- }
- }
-]
- `)
-
- return
-
- test(`
- if (!abc && abc.jkl(def) && abc[0] === +abc[0] && abc.length < ghi) {
- }
- ---
-[
- {
- "If": {
- "Consequent": {
- "BlockStatement": []
- },
- "Test": {
- "BinaryExpression": {
- "Left": {
- "BinaryExpression": {
- "Left": {
- "BinaryExpression": {
- "Left": null,
- "Operator": "\u0026\u0026",
- "Right": {
- "Call": {
- "ArgumentList": [
- {
- "Identifier": "def"
- }
- ],
- "Callee": {
- "Dot": {
- "Left": {
- "Identifier": "abc"
- },
- "Member": "jkl"
- }
- }
- }
- }
- }
- },
- "Operator": "\u0026\u0026",
- "Right": {
- "BinaryExpression": {
- "Left": null,
- "Operator": "===",
- "Right": null
- }
- }
- }
- },
- "Operator": "\u0026\u0026",
- "Right": {
- "BinaryExpression": {
- "Left": {
- "Dot": {
- "Left": {
- "Identifier": "abc"
- },
- "Member": "length"
- }
- },
- "Operator": "\u003c",
- "Right": {
- "Identifier": "ghi"
- }
- }
- }
- }
- }
- }
- }
-]
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser.go
deleted file mode 100644
index 37146aee9..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser.go
+++ /dev/null
@@ -1,270 +0,0 @@
-/*
-Package parser implements a parser for JavaScript.
-
- import (
- "github.com/robertkrimen/otto/parser"
- )
-
-Parse and return an AST
-
- filename := "" // A filename is optional
- src := `
- // Sample xyzzy example
- (function(){
- if (3.14159 > 0) {
- console.log("Hello, World.");
- return;
- }
-
- var xyzzy = NaN;
- console.log("Nothing happens.");
- return xyzzy;
- })();
- `
-
- // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
- program, err := parser.ParseFile(nil, filename, src, 0)
-
-Warning
-
-The parser and AST interfaces are still works-in-progress (particularly where
-node types are concerned) and may change in the future.
-
-*/
-package parser
-
-import (
- "bytes"
- "errors"
- "io"
- "io/ioutil"
-
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/file"
- "github.com/robertkrimen/otto/token"
-)
-
-// A Mode value is a set of flags (or 0). They control optional parser functionality.
-type Mode uint
-
-const (
- IgnoreRegExpErrors Mode = 1 << iota // Ignore RegExp compatibility errors (allow backtracking)
-)
-
-type _parser struct {
- filename string
- str string
- length int
- base int
-
- chr rune // The current character
- chrOffset int // The offset of current character
- offset int // The offset after current character (may be greater than 1)
-
- idx file.Idx // The index of token
- token token.Token // The token
- literal string // The literal of the token, if any
-
- scope *_scope
- insertSemicolon bool // If we see a newline, then insert an implicit semicolon
- implicitSemicolon bool // An implicit semicolon exists
-
- errors ErrorList
-
- recover struct {
- // Scratch when trying to seek to the next statement, etc.
- idx file.Idx
- count int
- }
-
- mode Mode
-}
-
-func _newParser(filename, src string, base int) *_parser {
- return &_parser{
- chr: ' ', // This is set so we can start scanning by skipping whitespace
- str: src,
- length: len(src),
- base: base,
- }
-}
-
-func newParser(filename, src string) *_parser {
- return _newParser(filename, src, 1)
-}
-
-func ReadSource(filename string, src interface{}) ([]byte, error) {
- if src != nil {
- switch src := src.(type) {
- case string:
- return []byte(src), nil
- case []byte:
- return src, nil
- case *bytes.Buffer:
- if src != nil {
- return src.Bytes(), nil
- }
- case io.Reader:
- var bfr bytes.Buffer
- if _, err := io.Copy(&bfr, src); err != nil {
- return nil, err
- }
- return bfr.Bytes(), nil
- }
- return nil, errors.New("invalid source")
- }
- return ioutil.ReadFile(filename)
-}
-
-// ParseFile parses the source code of a single JavaScript/ECMAScript source file and returns
-// the corresponding ast.Program node.
-//
-// If fileSet == nil, ParseFile parses source without a FileSet.
-// If fileSet != nil, ParseFile first adds filename and src to fileSet.
-//
-// The filename argument is optional and is used for labelling errors, etc.
-//
-// src may be a string, a byte slice, a bytes.Buffer, or an io.Reader, but it MUST always be in UTF-8.
-//
-// // Parse some JavaScript, yielding a *ast.Program and/or an ErrorList
-// program, err := parser.ParseFile(nil, "", `if (abc > 1) {}`, 0)
-//
-func ParseFile(fileSet *file.FileSet, filename string, src interface{}, mode Mode) (*ast.Program, error) {
- str, err := ReadSource(filename, src)
- if err != nil {
- return nil, err
- }
- {
- str := string(str)
-
- base := 1
- if fileSet != nil {
- base = fileSet.AddFile(filename, str)
- }
-
- parser := _newParser(filename, str, base)
- parser.mode = mode
- return parser.parse()
- }
-}
-
-// ParseFunction parses a given parameter list and body as a function and returns the
-// corresponding ast.FunctionLiteral node.
-//
-// The parameter list, if any, should be a comma-separated list of identifiers.
-//
-func ParseFunction(parameterList, body string) (*ast.FunctionLiteral, error) {
-
- src := "(function(" + parameterList + ") {\n" + body + "\n})"
-
- parser := _newParser("", src, 1)
- program, err := parser.parse()
- if err != nil {
- return nil, err
- }
-
- return program.Body[0].(*ast.ExpressionStatement).Expression.(*ast.FunctionLiteral), nil
-}
-
-func (self *_parser) slice(idx0, idx1 file.Idx) string {
- from := int(idx0) - self.base
- to := int(idx1) - self.base
- if from >= 0 && to <= len(self.str) {
- return self.str[from:to]
- }
-
- return ""
-}
-
-func (self *_parser) parse() (*ast.Program, error) {
- self.next()
- program := self.parseProgram()
- if false {
- self.errors.Sort()
- }
- return program, self.errors.Err()
-}
-
-func (self *_parser) next() {
- self.token, self.literal, self.idx = self.scan()
-}
-
-func (self *_parser) optionalSemicolon() {
- if self.token == token.SEMICOLON {
- self.next()
- return
- }
-
- if self.implicitSemicolon {
- self.implicitSemicolon = false
- return
- }
-
- if self.token != token.EOF && self.token != token.RIGHT_BRACE {
- self.expect(token.SEMICOLON)
- }
-}
-
-func (self *_parser) semicolon() {
- if self.token != token.RIGHT_PARENTHESIS && self.token != token.RIGHT_BRACE {
- if self.implicitSemicolon {
- self.implicitSemicolon = false
- return
- }
-
- self.expect(token.SEMICOLON)
- }
-}
-
-func (self *_parser) idxOf(offset int) file.Idx {
- return file.Idx(self.base + offset)
-}
-
-func (self *_parser) expect(value token.Token) file.Idx {
- idx := self.idx
- if self.token != value {
- self.errorUnexpectedToken(self.token)
- }
- self.next()
- return idx
-}
-
-func lineCount(str string) (int, int) {
- line, last := 0, -1
- pair := false
- for index, chr := range str {
- switch chr {
- case '\r':
- line += 1
- last = index
- pair = true
- continue
- case '\n':
- if !pair {
- line += 1
- }
- last = index
- case '\u2028', '\u2029':
- line += 1
- last = index + 2
- }
- pair = false
- }
- return line, last
-}
-
-func (self *_parser) position(idx file.Idx) file.Position {
- position := file.Position{}
- offset := int(idx) - self.base
- str := self.str[:offset]
- position.Filename = self.filename
- line, last := lineCount(str)
- position.Line = 1 + line
- if last >= 0 {
- position.Column = offset - last
- } else {
- position.Column = 1 + len(str)
- }
-
- return position
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser_test.go
deleted file mode 100644
index 8f9457745..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/parser_test.go
+++ /dev/null
@@ -1,1004 +0,0 @@
-package parser
-
-import (
- "errors"
- "regexp"
- "strings"
- "testing"
-
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/file"
-)
-
-func firstErr(err error) error {
- switch err := err.(type) {
- case ErrorList:
- return err[0]
- }
- return err
-}
-
-var matchBeforeAfterSeparator = regexp.MustCompile(`(?m)^[ \t]*---$`)
-
-func testParse(src string) (parser *_parser, program *ast.Program, err error) {
- defer func() {
- if tmp := recover(); tmp != nil {
- switch tmp := tmp.(type) {
- case string:
- if strings.HasPrefix(tmp, "SyntaxError:") {
- parser = nil
- program = nil
- err = errors.New(tmp)
- return
- }
- }
- panic(tmp)
- }
- }()
- parser = newParser("", src)
- program, err = parser.parse()
- return
-}
-
-func TestParseFile(t *testing.T) {
- tt(t, func() {
- _, err := ParseFile(nil, "", `/abc/`, 0)
- is(err, nil)
-
- _, err = ParseFile(nil, "", `/(?!def)abc/`, IgnoreRegExpErrors)
- is(err, nil)
-
- _, err = ParseFile(nil, "", `/(?!def)abc/`, 0)
- is(err, "(anonymous): Line 1:1 Invalid regular expression: re2: Invalid (?!) <lookahead>")
-
- _, err = ParseFile(nil, "", `/(?!def)abc/; return`, IgnoreRegExpErrors)
- is(err, "(anonymous): Line 1:15 Illegal return statement")
- })
-}
-
-func TestParseFunction(t *testing.T) {
- tt(t, func() {
- test := func(prm, bdy string, expect interface{}) *ast.FunctionLiteral {
- function, err := ParseFunction(prm, bdy)
- is(firstErr(err), expect)
- return function
- }
-
- test("a, b,c,d", "", nil)
-
- test("a, b;,c,d", "", "(anonymous): Line 1:15 Unexpected token ;")
-
- test("this", "", "(anonymous): Line 1:11 Unexpected token this")
-
- test("a, b, c, null", "", "(anonymous): Line 1:20 Unexpected token null")
-
- test("a, b,c,d", "return;", nil)
-
- test("a, b,c,d", "break;", "(anonymous): Line 2:1 Illegal break statement")
-
- test("a, b,c,d", "{}", nil)
- })
-}
-
-func TestParserErr(t *testing.T) {
- tt(t, func() {
- test := func(input string, expect interface{}) (*ast.Program, *_parser) {
- parser := newParser("", input)
- program, err := parser.parse()
- is(firstErr(err), expect)
- return program, parser
- }
-
- program, parser := test("", nil)
-
- program, parser = test(`
- var abc;
- break; do {
- } while(true);
- `, "(anonymous): Line 3:9 Illegal break statement")
- {
- stmt := program.Body[1].(*ast.BadStatement)
- is(parser.position(stmt.From).Column, 9)
- is(parser.position(stmt.To).Column, 16)
- is(parser.slice(stmt.From, stmt.To), "break; ")
- }
-
- test("{", "(anonymous): Line 1:2 Unexpected end of input")
-
- test("}", "(anonymous): Line 1:1 Unexpected token }")
-
- test("3ea", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3in", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3in []", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3e", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3e+", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3e-", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3x", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("3x0", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("0x", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("09", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("018", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("01.0", "(anonymous): Line 1:3 Unexpected number")
-
- test("01a", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("0x3in[]", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\"Hello\nWorld\"", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\u203f = 10", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("x\\", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("x\\\\", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("x\\u005c", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("x\\u002a", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("x\\\\u002a", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("/\n", "(anonymous): Line 1:1 Invalid regular expression: missing /")
-
- test("var x = /(s/g", "(anonymous): Line 1:9 Invalid regular expression: Unterminated group")
-
- test("0 = 1", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- test("func() = 1", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- test("(1 + 1) = 2", "(anonymous): Line 1:2 Invalid left-hand side in assignment")
-
- test("1++", "(anonymous): Line 1:2 Invalid left-hand side in assignment")
-
- test("1--", "(anonymous): Line 1:2 Invalid left-hand side in assignment")
-
- test("--1", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- test("for((1 + 1) in abc) def();", "(anonymous): Line 1:1 Invalid left-hand side in for-in")
-
- test("[", "(anonymous): Line 1:2 Unexpected end of input")
-
- test("[,", "(anonymous): Line 1:3 Unexpected end of input")
-
- test("1 + {", "(anonymous): Line 1:6 Unexpected end of input")
-
- test("1 + { abc:abc", "(anonymous): Line 1:14 Unexpected end of input")
-
- test("1 + { abc:abc,", "(anonymous): Line 1:15 Unexpected end of input")
-
- test("var abc = /\n/", "(anonymous): Line 1:11 Invalid regular expression: missing /")
-
- test("var abc = \"\n", "(anonymous): Line 1:11 Unexpected token ILLEGAL")
-
- test("var if = 0", "(anonymous): Line 1:5 Unexpected token if")
-
- test("abc + 0 = 1", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- test("+abc = 1", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- test("1 + (", "(anonymous): Line 1:6 Unexpected end of input")
-
- test("\n\n\n{", "(anonymous): Line 4:2 Unexpected end of input")
-
- test("\n/* Some multiline\ncomment */\n)", "(anonymous): Line 4:1 Unexpected token )")
-
- // TODO
- //{ set 1 }
- //{ get 2 }
- //({ set: s(if) { } })
- //({ set s(.) { } })
- //({ set: s() { } })
- //({ set: s(a, b) { } })
- //({ get: g(d) { } })
- //({ get i() { }, i: 42 })
- //({ i: 42, get i() { } })
- //({ set i(x) { }, i: 42 })
- //({ i: 42, set i(x) { } })
- //({ get i() { }, get i() { } })
- //({ set i(x) { }, set i(x) { } })
-
- test("function abc(if) {}", "(anonymous): Line 1:14 Unexpected token if")
-
- test("function abc(true) {}", "(anonymous): Line 1:14 Unexpected token true")
-
- test("function abc(false) {}", "(anonymous): Line 1:14 Unexpected token false")
-
- test("function abc(null) {}", "(anonymous): Line 1:14 Unexpected token null")
-
- test("function null() {}", "(anonymous): Line 1:10 Unexpected token null")
-
- test("function true() {}", "(anonymous): Line 1:10 Unexpected token true")
-
- test("function false() {}", "(anonymous): Line 1:10 Unexpected token false")
-
- test("function if() {}", "(anonymous): Line 1:10 Unexpected token if")
-
- test("a b;", "(anonymous): Line 1:3 Unexpected identifier")
-
- test("if.a", "(anonymous): Line 1:3 Unexpected token .")
-
- test("a if", "(anonymous): Line 1:3 Unexpected token if")
-
- test("a class", "(anonymous): Line 1:3 Unexpected reserved word")
-
- test("break\n", "(anonymous): Line 1:1 Illegal break statement")
-
- test("break 1;", "(anonymous): Line 1:7 Unexpected number")
-
- test("for (;;) { break 1; }", "(anonymous): Line 1:18 Unexpected number")
-
- test("continue\n", "(anonymous): Line 1:1 Illegal continue statement")
-
- test("continue 1;", "(anonymous): Line 1:10 Unexpected number")
-
- test("for (;;) { continue 1; }", "(anonymous): Line 1:21 Unexpected number")
-
- test("throw", "(anonymous): Line 1:1 Unexpected end of input")
-
- test("throw;", "(anonymous): Line 1:6 Unexpected token ;")
-
- test("throw \n", "(anonymous): Line 1:1 Unexpected end of input")
-
- test("for (var abc, def in {});", "(anonymous): Line 1:19 Unexpected token in")
-
- test("for ((abc in {});;);", nil)
-
- test("for ((abc in {}));", "(anonymous): Line 1:17 Unexpected token )")
-
- test("for (+abc in {});", "(anonymous): Line 1:1 Invalid left-hand side in for-in")
-
- test("if (false)", "(anonymous): Line 1:11 Unexpected end of input")
-
- test("if (false) abc(); else", "(anonymous): Line 1:23 Unexpected end of input")
-
- test("do", "(anonymous): Line 1:3 Unexpected end of input")
-
- test("while (false)", "(anonymous): Line 1:14 Unexpected end of input")
-
- test("for (;;)", "(anonymous): Line 1:9 Unexpected end of input")
-
- test("with (abc)", "(anonymous): Line 1:11 Unexpected end of input")
-
- test("try {}", "(anonymous): Line 1:1 Missing catch or finally after try")
-
- test("try {} catch {}", "(anonymous): Line 1:14 Unexpected token {")
-
- test("try {} catch () {}", "(anonymous): Line 1:15 Unexpected token )")
-
- test("\u203f = 1", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- // TODO
- // const x = 12, y;
- // const x, y = 12;
- // const x;
- // if(true) let a = 1;
- // if(true) const a = 1;
-
- test(`new abc()."def"`, "(anonymous): Line 1:11 Unexpected string")
-
- test("/*", "(anonymous): Line 1:3 Unexpected end of input")
-
- test("/**", "(anonymous): Line 1:4 Unexpected end of input")
-
- test("/*\n\n\n", "(anonymous): Line 4:1 Unexpected end of input")
-
- test("/*\n\n\n*", "(anonymous): Line 4:2 Unexpected end of input")
-
- test("/*abc", "(anonymous): Line 1:6 Unexpected end of input")
-
- test("/*abc *", "(anonymous): Line 1:9 Unexpected end of input")
-
- test("\n]", "(anonymous): Line 2:1 Unexpected token ]")
-
- test("\r\n]", "(anonymous): Line 2:1 Unexpected token ]")
-
- test("\n\r]", "(anonymous): Line 3:1 Unexpected token ]")
-
- test("//\r\n]", "(anonymous): Line 2:1 Unexpected token ]")
-
- test("//\n\r]", "(anonymous): Line 3:1 Unexpected token ]")
-
- test("/abc\\\n/", "(anonymous): Line 1:1 Invalid regular expression: missing /")
-
- test("//\r \n]", "(anonymous): Line 3:1 Unexpected token ]")
-
- test("/*\r\n*/]", "(anonymous): Line 2:3 Unexpected token ]")
-
- test("/*\r \n*/]", "(anonymous): Line 3:3 Unexpected token ]")
-
- test("\\\\", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\\u005c", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\\abc", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\\u0000", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\\u200c = []", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("\\u200D = []", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test(`"\`, "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test(`"\u`, "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("return", "(anonymous): Line 1:1 Illegal return statement")
-
- test("continue", "(anonymous): Line 1:1 Illegal continue statement")
-
- test("break", "(anonymous): Line 1:1 Illegal break statement")
-
- test("switch (abc) { default: continue; }", "(anonymous): Line 1:25 Illegal continue statement")
-
- test("do { abc } *", "(anonymous): Line 1:12 Unexpected token *")
-
- test("while (true) { break abc; }", "(anonymous): Line 1:16 Undefined label 'abc'")
-
- test("while (true) { continue abc; }", "(anonymous): Line 1:16 Undefined label 'abc'")
-
- test("abc: while (true) { (function(){ break abc; }); }", "(anonymous): Line 1:34 Undefined label 'abc'")
-
- test("abc: while (true) { (function(){ abc: break abc; }); }", nil)
-
- test("abc: while (true) { (function(){ continue abc; }); }", "(anonymous): Line 1:34 Undefined label 'abc'")
-
- test(`abc: if (0) break abc; else {}`, nil)
-
- test(`abc: if (0) { break abc; } else {}`, nil)
-
- test(`abc: if (0) { break abc } else {}`, nil)
-
- test("abc: while (true) { abc: while (true) {} }", "(anonymous): Line 1:21 Label 'abc' already exists")
-
- if false {
- // TODO When strict mode is implemented
- test("(function () { 'use strict'; delete abc; }())", "")
- }
-
- test("_: _: while (true) {]", "(anonymous): Line 1:4 Label '_' already exists")
-
- test("_:\n_:\nwhile (true) {]", "(anonymous): Line 2:1 Label '_' already exists")
-
- test("_:\n _:\nwhile (true) {]", "(anonymous): Line 2:4 Label '_' already exists")
-
- test("/Xyzzy(?!Nothing happens)/",
- "(anonymous): Line 1:1 Invalid regular expression: re2: Invalid (?!) <lookahead>")
-
- test("function(){}", "(anonymous): Line 1:9 Unexpected token (")
-
- test("\n/*/", "(anonymous): Line 2:4 Unexpected end of input")
-
- test("/*/.source", "(anonymous): Line 1:11 Unexpected end of input")
-
- test("/\\1/.source", "(anonymous): Line 1:1 Invalid regular expression: re2: Invalid \\1 <backreference>")
-
- test("var class", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("var if", "(anonymous): Line 1:5 Unexpected token if")
-
- test("object Object", "(anonymous): Line 1:8 Unexpected identifier")
-
- test("[object Object]", "(anonymous): Line 1:9 Unexpected identifier")
-
- test("\\u0xyz", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test(`for (var abc, def in {}) {}`, "(anonymous): Line 1:19 Unexpected token in")
-
- test(`for (abc, def in {}) {}`, "(anonymous): Line 1:1 Invalid left-hand side in for-in")
-
- test(`for (var abc=def, ghi=("abc" in {}); true;) {}`, nil)
-
- {
- // Semicolon insertion
-
- test("this\nif (1);", nil)
-
- test("while (1) { break\nif (1); }", nil)
-
- test("throw\nif (1);", "(anonymous): Line 1:1 Illegal newline after throw")
-
- test("(function(){ return\nif (1); })", nil)
-
- test("while (1) { continue\nif (1); }", nil)
-
- test("debugger\nif (1);", nil)
- }
-
- { // Reserved words
-
- test("class", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.class = 1", nil)
- test("var class;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("const", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.const = 1", nil)
- test("var const;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("enum", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.enum = 1", nil)
- test("var enum;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("export", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.export = 1", nil)
- test("var export;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("extends", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.extends = 1", nil)
- test("var extends;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("import", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.import = 1", nil)
- test("var import;", "(anonymous): Line 1:5 Unexpected reserved word")
-
- test("super", "(anonymous): Line 1:1 Unexpected reserved word")
- test("abc.super = 1", nil)
- test("var super;", "(anonymous): Line 1:5 Unexpected reserved word")
- }
-
- { // Reserved words (strict)
-
- test(`implements`, nil)
- test(`abc.implements = 1`, nil)
- test(`var implements;`, nil)
-
- test(`interface`, nil)
- test(`abc.interface = 1`, nil)
- test(`var interface;`, nil)
-
- test(`let`, nil)
- test(`abc.let = 1`, nil)
- test(`var let;`, nil)
-
- test(`package`, nil)
- test(`abc.package = 1`, nil)
- test(`var package;`, nil)
-
- test(`private`, nil)
- test(`abc.private = 1`, nil)
- test(`var private;`, nil)
-
- test(`protected`, nil)
- test(`abc.protected = 1`, nil)
- test(`var protected;`, nil)
-
- test(`public`, nil)
- test(`abc.public = 1`, nil)
- test(`var public;`, nil)
-
- test(`static`, nil)
- test(`abc.static = 1`, nil)
- test(`var static;`, nil)
-
- test(`yield`, nil)
- test(`abc.yield = 1`, nil)
- test(`var yield;`, nil)
- }
- })
-}
-
-func TestParser(t *testing.T) {
- tt(t, func() {
- test := func(source string, chk interface{}) *ast.Program {
- _, program, err := testParse(source)
- is(firstErr(err), chk)
- return program
- }
-
- test(`
- abc
- --
- []
- `, "(anonymous): Line 3:13 Invalid left-hand side in assignment")
-
- test(`
- abc--
- []
- `, nil)
-
- test("1\n[]\n", "(anonymous): Line 2:2 Unexpected token ]")
-
- test(`
- function abc() {
- }
- abc()
- `, nil)
-
- program := test("", nil)
-
- test("//", nil)
-
- test("/* */", nil)
-
- test("/** **/", nil)
-
- test("/*****/", nil)
-
- test("/*", "(anonymous): Line 1:3 Unexpected end of input")
-
- test("#", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("/**/#", "(anonymous): Line 1:5 Unexpected token ILLEGAL")
-
- test("new +", "(anonymous): Line 1:5 Unexpected token +")
-
- program = test(";", nil)
- is(len(program.Body), 1)
- is(program.Body[0].(*ast.EmptyStatement).Semicolon, file.Idx(1))
-
- program = test(";;", nil)
- is(len(program.Body), 2)
- is(program.Body[0].(*ast.EmptyStatement).Semicolon, file.Idx(1))
- is(program.Body[1].(*ast.EmptyStatement).Semicolon, file.Idx(2))
-
- program = test("1.2", nil)
- is(len(program.Body), 1)
- is(program.Body[0].(*ast.ExpressionStatement).Expression.(*ast.NumberLiteral).Literal, "1.2")
-
- program = test("/* */1.2", nil)
- is(len(program.Body), 1)
- is(program.Body[0].(*ast.ExpressionStatement).Expression.(*ast.NumberLiteral).Literal, "1.2")
-
- program = test("\n", nil)
- is(len(program.Body), 0)
-
- test(`
- if (0) {
- abc = 0
- }
- else abc = 0
- `, nil)
-
- test("if (0) abc = 0 else abc = 0", "(anonymous): Line 1:16 Unexpected token else")
-
- test(`
- if (0) {
- abc = 0
- } else abc = 0
- `, nil)
-
- test(`
- if (0) {
- abc = 1
- } else {
- }
- `, nil)
-
- test(`
- do {
- } while (true)
- `, nil)
-
- test(`
- try {
- } finally {
- }
- `, nil)
-
- test(`
- try {
- } catch (abc) {
- } finally {
- }
- `, nil)
-
- test(`
- try {
- }
- catch (abc) {
- }
- finally {
- }
- `, nil)
-
- test(`try {} catch (abc) {} finally {}`, nil)
-
- test(`
- do {
- do {
- } while (0)
- } while (0)
- `, nil)
-
- test(`
- (function(){
- try {
- if (
- 1
- ) {
- return 1
- }
- return 0
- } finally {
- }
- })()
- `, nil)
-
- test("abc = ''\ndef", nil)
-
- test("abc = 1\ndef", nil)
-
- test("abc = Math\ndef", nil)
-
- test(`"\'"`, nil)
-
- test(`
- abc = function(){
- }
- abc = 0
- `, nil)
-
- test("abc.null = 0", nil)
-
- test("0x41", nil)
-
- test(`"\d"`, nil)
-
- test(`(function(){return this})`, nil)
-
- test(`
- Object.defineProperty(Array.prototype, "0", {
- value: 100,
- writable: false,
- configurable: true
- });
- abc = [101];
- abc.hasOwnProperty("0") && abc[0] === 101;
- `, nil)
-
- test(`new abc()`, nil)
- test(`new {}`, nil)
-
- test(`
- limit = 4
- result = 0
- while (limit) {
- limit = limit - 1
- if (limit) {
- }
- else {
- break
- }
- result = result + 1
- }
- `, nil)
-
- test(`
- while (0) {
- if (0) {
- continue
- }
- }
- `, nil)
-
- test("var \u0061\u0062\u0063 = 0", nil)
-
- // 7_3_1
- test("var test7_3_1\nabc = 66;", nil)
- test("var test7_3_1\u2028abc = 66;", nil)
-
- // 7_3_3
- test("//\u2028 =;", "(anonymous): Line 2:2 Unexpected token =")
-
- // 7_3_10
- test("var abc = \u2029;", "(anonymous): Line 2:1 Unexpected token ;")
- test("var abc = \\u2029;", "(anonymous): Line 1:11 Unexpected token ILLEGAL")
- test("var \\u0061\\u0062\\u0063 = 0;", nil)
-
- test("'", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- test("'\nstr\ning\n'", "(anonymous): Line 1:1 Unexpected token ILLEGAL")
-
- // S7.6_A4.3_T1
- test(`var $\u0030 = 0;`, nil)
-
- // S7.6.1.1_A1.1
- test(`switch = 1`, "(anonymous): Line 1:8 Unexpected token =")
-
- // S7.8.3_A2.1_T1
- test(`.0 === 0.0`, nil)
-
- // 7.8.5-1
- test("var regExp = /\\\rn/;", "(anonymous): Line 1:14 Invalid regular expression: missing /")
-
- // S7.8.5_A1.1_T2
- test("var regExp = /=/;", nil)
-
- // S7.8.5_A1.2_T1
- test("/*/", "(anonymous): Line 1:4 Unexpected end of input")
-
- // Sbp_7.9_A9_T3
- test(`
- do {
- ;
- } while (false) true
- `, nil)
-
- // S7.9_A10_T10
- test(`
- {a:1
- } 3
- `, nil)
-
- test(`
- abc
- ++def
- `, nil)
-
- // S7.9_A5.2_T1
- test(`
- for(false;false
- ) {
- break;
- }
- `, "(anonymous): Line 3:13 Unexpected token )")
-
- // S7.9_A9_T8
- test(`
- do {};
- while (false)
- `, "(anonymous): Line 2:18 Unexpected token ;")
-
- // S8.4_A5
- test(`
- "x\0y"
- `, nil)
-
- // S9.3.1_A6_T1
- test(`
- 10e10000
- `, nil)
-
- // 10.4.2-1-5
- test(`
- "abc\
- def"
- `, nil)
-
- test("'\\\n'", nil)
-
- test("'\\\r\n'", nil)
-
- //// 11.13.1-1-1
- test("42 = 42;", "(anonymous): Line 1:1 Invalid left-hand side in assignment")
-
- // S11.13.2_A4.2_T1.3
- test(`
- abc /= "1"
- `, nil)
-
- // 12.1-1
- test(`
- try{};catch(){}
- `, "(anonymous): Line 2:13 Missing catch or finally after try")
-
- // 12.1-3
- test(`
- try{};finally{}
- `, "(anonymous): Line 2:13 Missing catch or finally after try")
-
- // S12.6.3_A11.1_T3
- test(`
- while (true) {
- break abc;
- }
- `, "(anonymous): Line 3:17 Undefined label 'abc'")
-
- // S15.3_A2_T1
- test(`var x / = 1;`, "(anonymous): Line 1:7 Unexpected token /")
-
- test(`
- function abc() {
- if (0)
- return;
- else {
- }
- }
- `, nil)
-
- test("//\u2028 var =;", "(anonymous): Line 2:6 Unexpected token =")
-
- test(`
- throw
- {}
- `, "(anonymous): Line 2:13 Illegal newline after throw")
-
- // S7.6.1.1_A1.11
- test(`
- function = 1
- `, "(anonymous): Line 2:22 Unexpected token =")
-
- // S7.8.3_A1.2_T1
- test(`0e1`, nil)
-
- test("abc = 1; abc\n++", "(anonymous): Line 2:3 Unexpected end of input")
-
- // ---
-
- test("({ get abc() {} })", nil)
-
- test(`for (abc.def in {}) {}`, nil)
-
- test(`while (true) { break }`, nil)
-
- test(`while (true) { continue }`, nil)
-
- test(`abc=/^(?:(\w+:)\/{2}(\w+(?:\.\w+)*\/?)|(.{0,2}\/{1}))?([/.]*?(?:[^?]+)?\/)?((?:[^/?]+)\.(\w+))(?:\?(\S+)?)?$/,def=/^(?:(\w+:)\/{2})|(.{0,2}\/{1})?([/.]*?(?:[^?]+)?\/?)?$/`, nil)
-
- test(`(function() { try {} catch (err) {} finally {} return })`, nil)
-
- test(`0xde0b6b3a7640080.toFixed(0)`, nil)
-
- test(`/[^-._0-9A-Za-z\xb7\xc0-\xd6\xd8-\xf6\xf8-\u037d\u37f-\u1fff\u200c-\u200d\u203f\u2040\u2070-\u218f]/`, nil)
-
- test(`/[\u0000-\u0008\u000B-\u000C\u000E-\u001F\uD800-\uDFFF\uFFFE-\uFFFF]/`, nil)
-
- test("var abc = 1;\ufeff", nil)
-
- test("\ufeff/* var abc = 1; */", nil)
-
- test(`if (-0x8000000000000000<=abc&&abc<=0x8000000000000000) {}`, nil)
-
- test(`(function(){debugger;return this;})`, nil)
-
- test(`
-
- `, nil)
-
- test(`
- var abc = ""
- debugger
- `, nil)
-
- test(`
- var abc = /\[\]$/
- debugger
- `, nil)
-
- test(`
- var abc = 1 /
- 2
- debugger
- `, nil)
- })
-}
-
-func Test_parseStringLiteral(t *testing.T) {
- tt(t, func() {
- test := func(have, want string) {
- have, err := parseStringLiteral(have)
- is(err, nil)
- is(have, want)
- }
-
- test("", "")
-
- test("1(\\\\d+)", "1(\\d+)")
-
- test("\\u2029", "\u2029")
-
- test("abc\\uFFFFabc", "abc\uFFFFabc")
-
- test("[First line \\\nSecond line \\\n Third line\\\n. ]",
- "[First line Second line Third line. ]")
-
- test("\\u007a\\x79\\u000a\\x78", "zy\nx")
-
- // S7.8.4_A4.2_T3
- test("\\a", "a")
- test("\u0410", "\u0410")
-
- // S7.8.4_A5.1_T1
- test("\\0", "\u0000")
-
- // S8.4_A5
- test("\u0000", "\u0000")
-
- // 15.5.4.20
- test("'abc'\\\n'def'", "'abc''def'")
-
- // 15.5.4.20-4-1
- test("'abc'\\\r\n'def'", "'abc''def'")
-
- // Octal
- test("\\0", "\000")
- test("\\00", "\000")
- test("\\000", "\000")
- test("\\09", "\0009")
- test("\\009", "\0009")
- test("\\0009", "\0009")
- test("\\1", "\001")
- test("\\01", "\001")
- test("\\001", "\001")
- test("\\0011", "\0011")
- test("\\1abc", "\001abc")
-
- test("\\\u4e16", "\u4e16")
-
- // err
- test = func(have, want string) {
- have, err := parseStringLiteral(have)
- is(err.Error(), want)
- is(have, "")
- }
-
- test(`\u`, `invalid escape: \u: len("") != 4`)
- test(`\u0`, `invalid escape: \u: len("0") != 4`)
- test(`\u00`, `invalid escape: \u: len("00") != 4`)
- test(`\u000`, `invalid escape: \u: len("000") != 4`)
-
- test(`\x`, `invalid escape: \x: len("") != 2`)
- test(`\x0`, `invalid escape: \x: len("0") != 2`)
- test(`\x0`, `invalid escape: \x: len("0") != 2`)
- })
-}
-
-func Test_parseNumberLiteral(t *testing.T) {
- tt(t, func() {
- test := func(input string, expect interface{}) {
- result, err := parseNumberLiteral(input)
- is(err, nil)
- is(result, expect)
- }
-
- test("0", 0)
-
- test("0x8000000000000000", float64(9.223372036854776e+18))
- })
-}
-
-func TestPosition(t *testing.T) {
- tt(t, func() {
- parser := newParser("", "// Lorem ipsum")
-
- // Out of range, idx0 (error condition)
- is(parser.slice(0, 1), "")
- is(parser.slice(0, 10), "")
-
- // Out of range, idx1 (error condition)
- is(parser.slice(1, 128), "")
-
- is(parser.str[0:0], "")
- is(parser.slice(1, 1), "")
-
- is(parser.str[0:1], "/")
- is(parser.slice(1, 2), "/")
-
- is(parser.str[0:14], "// Lorem ipsum")
- is(parser.slice(1, 15), "// Lorem ipsum")
-
- parser = newParser("", "(function(){ return 0; })")
- program, err := parser.parse()
- is(err, nil)
-
- var node ast.Node
- node = program.Body[0].(*ast.ExpressionStatement).Expression.(*ast.FunctionLiteral)
- is(node.Idx0(), file.Idx(2))
- is(node.Idx1(), file.Idx(25))
- is(parser.slice(node.Idx0(), node.Idx1()), "function(){ return 0; }")
- is(parser.slice(node.Idx0(), node.Idx1()+1), "function(){ return 0; })")
- is(parser.slice(node.Idx0(), node.Idx1()+2), "")
- is(node.(*ast.FunctionLiteral).Source, "function(){ return 0; }")
-
- node = program
- is(node.Idx0(), file.Idx(2))
- is(node.Idx1(), file.Idx(25))
- is(parser.slice(node.Idx0(), node.Idx1()), "function(){ return 0; }")
-
- parser = newParser("", "(function(){ return abc; })")
- program, err = parser.parse()
- is(err, nil)
- node = program.Body[0].(*ast.ExpressionStatement).Expression.(*ast.FunctionLiteral)
- is(node.(*ast.FunctionLiteral).Source, "function(){ return abc; }")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp.go
deleted file mode 100644
index f614dae74..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp.go
+++ /dev/null
@@ -1,358 +0,0 @@
-package parser
-
-import (
- "bytes"
- "fmt"
- "strconv"
-)
-
-type _RegExp_parser struct {
- str string
- length int
-
- chr rune // The current character
- chrOffset int // The offset of current character
- offset int // The offset after current character (may be greater than 1)
-
- errors []error
- invalid bool // The input is an invalid JavaScript RegExp
-
- goRegexp *bytes.Buffer
-}
-
-// TransformRegExp transforms a JavaScript pattern into a Go "regexp" pattern.
-//
-// re2 (Go) cannot do backtracking, so the presence of a lookahead (?=) (?!) or
-// backreference (\1, \2, ...) will cause an error.
-//
-// re2 (Go) has a different definition for \s: [\t\n\f\r ].
-// The JavaScript definition, on the other hand, also includes \v, Unicode "Separator, Space", etc.
-//
-// If the pattern is invalid (not valid even in JavaScript), then this function
-// returns the empty string and an error.
-//
-// If the pattern is valid, but incompatible (contains a lookahead or backreference),
-// then this function returns the transformation (a non-empty string) AND an error.
-func TransformRegExp(pattern string) (string, error) {
-
- if pattern == "" {
- return "", nil
- }
-
- // TODO If without \, if without (?=, (?!, then another shortcut
-
- parser := _RegExp_parser{
- str: pattern,
- length: len(pattern),
- goRegexp: bytes.NewBuffer(make([]byte, 0, 3*len(pattern)/2)),
- }
- parser.read() // Pull in the first character
- parser.scan()
- var err error
- if len(parser.errors) > 0 {
- err = parser.errors[0]
- }
- if parser.invalid {
- return "", err
- }
-
- // Might not be re2 compatible, but is still a valid JavaScript RegExp
- return parser.goRegexp.String(), err
-}
-
-func (self *_RegExp_parser) scan() {
- for self.chr != -1 {
- switch self.chr {
- case '\\':
- self.read()
- self.scanEscape(false)
- case '(':
- self.pass()
- self.scanGroup()
- case '[':
- self.pass()
- self.scanBracket()
- case ')':
- self.error(-1, "Unmatched ')'")
- self.invalid = true
- self.pass()
- default:
- self.pass()
- }
- }
-}
-
-// (...)
-func (self *_RegExp_parser) scanGroup() {
- str := self.str[self.chrOffset:]
- if len(str) > 1 { // A possibility of (?= or (?!
- if str[0] == '?' {
- if str[1] == '=' || str[1] == '!' {
- self.error(-1, "re2: Invalid (%s) <lookahead>", self.str[self.chrOffset:self.chrOffset+2])
- }
- }
- }
- for self.chr != -1 && self.chr != ')' {
- switch self.chr {
- case '\\':
- self.read()
- self.scanEscape(false)
- case '(':
- self.pass()
- self.scanGroup()
- case '[':
- self.pass()
- self.scanBracket()
- default:
- self.pass()
- continue
- }
- }
- if self.chr != ')' {
- self.error(-1, "Unterminated group")
- self.invalid = true
- return
- }
- self.pass()
-}
-
-// [...]
-func (self *_RegExp_parser) scanBracket() {
- for self.chr != -1 {
- if self.chr == ']' {
- break
- } else if self.chr == '\\' {
- self.read()
- self.scanEscape(true)
- continue
- }
- self.pass()
- }
- if self.chr != ']' {
- self.error(-1, "Unterminated character class")
- self.invalid = true
- return
- }
- self.pass()
-}
-
-// \...
-func (self *_RegExp_parser) scanEscape(inClass bool) {
- offset := self.chrOffset
-
- var length, base uint32
- switch self.chr {
-
- case '0', '1', '2', '3', '4', '5', '6', '7':
- var value int64
- size := 0
- for {
- digit := int64(digitValue(self.chr))
- if digit >= 8 {
- // Not a valid digit
- break
- }
- value = value*8 + digit
- self.read()
- size += 1
- }
- if size == 1 { // The number of characters read
- _, err := self.goRegexp.Write([]byte{'\\', byte(value) + '0'})
- if err != nil {
- self.errors = append(self.errors, err)
- }
- if value != 0 {
- // An invalid backreference
- self.error(-1, "re2: Invalid \\%d <backreference>", value)
- }
- return
- }
- tmp := []byte{'\\', 'x', '0', 0}
- if value >= 16 {
- tmp = tmp[0:2]
- } else {
- tmp = tmp[0:3]
- }
- tmp = strconv.AppendInt(tmp, value, 16)
- _, err := self.goRegexp.Write(tmp)
- if err != nil {
- self.errors = append(self.errors, err)
- }
- return
-
- case '8', '9':
- size := 0
- for {
- digit := digitValue(self.chr)
- if digit >= 10 {
- // Not a valid digit
- break
- }
- self.read()
- size += 1
- }
- err := self.goRegexp.WriteByte('\\')
- if err != nil {
- self.errors = append(self.errors, err)
- }
- _, err = self.goRegexp.WriteString(self.str[offset:self.chrOffset])
- if err != nil {
- self.errors = append(self.errors, err)
- }
- self.error(-1, "re2: Invalid \\%s <backreference>", self.str[offset:self.chrOffset])
- return
-
- case 'x':
- self.read()
- length, base = 2, 16
-
- case 'u':
- self.read()
- length, base = 4, 16
-
- case 'b':
- if inClass {
- _, err := self.goRegexp.Write([]byte{'\\', 'x', '0', '8'})
- if err != nil {
- self.errors = append(self.errors, err)
- }
- self.read()
- return
- }
- fallthrough
-
- case 'B':
- fallthrough
-
- case 'd', 'D', 's', 'S', 'w', 'W':
- // This is slightly broken, because ECMAScript
- // includes \v in \s, \S, while re2 does not
- fallthrough
-
- case '\\':
- fallthrough
-
- case 'f', 'n', 'r', 't', 'v':
- err := self.goRegexp.WriteByte('\\')
- if err != nil {
- self.errors = append(self.errors, err)
- }
- self.pass()
- return
-
- case 'c':
- self.read()
- var value int64
- if 'a' <= self.chr && self.chr <= 'z' {
- value = int64(self.chr) - 'a' + 1
- } else if 'A' <= self.chr && self.chr <= 'Z' {
- value = int64(self.chr) - 'A' + 1
- } else {
- err := self.goRegexp.WriteByte('c')
- if err != nil {
- self.errors = append(self.errors, err)
- }
- return
- }
- tmp := []byte{'\\', 'x', '0', 0}
- if value >= 16 {
- tmp = tmp[0:2]
- } else {
- tmp = tmp[0:3]
- }
- tmp = strconv.AppendInt(tmp, value, 16)
- _, err := self.goRegexp.Write(tmp)
- if err != nil {
- self.errors = append(self.errors, err)
- }
- self.read()
- return
-
- default:
- // $ is an identifier character, so we have to have
- // a special case for it here
- if self.chr == '$' || !isIdentifierPart(self.chr) {
- // A non-identifier character needs escaping
- err := self.goRegexp.WriteByte('\\')
- if err != nil {
- self.errors = append(self.errors, err)
- }
- } else {
- // Unescape the character for re2
- }
- self.pass()
- return
- }
-
- // Otherwise, we're a \u.... or \x...
- valueOffset := self.chrOffset
-
- var value uint32
- {
- length := length
- for ; length > 0; length-- {
- digit := uint32(digitValue(self.chr))
- if digit >= base {
- // Not a valid digit
- goto skip
- }
- value = value*base + digit
- self.read()
- }
- }
-
- if length == 4 {
- _, err := self.goRegexp.Write([]byte{
- '\\',
- 'x',
- '{',
- self.str[valueOffset+0],
- self.str[valueOffset+1],
- self.str[valueOffset+2],
- self.str[valueOffset+3],
- '}',
- })
- if err != nil {
- self.errors = append(self.errors, err)
- }
- } else if length == 2 {
- _, err := self.goRegexp.Write([]byte{
- '\\',
- 'x',
- self.str[valueOffset+0],
- self.str[valueOffset+1],
- })
- if err != nil {
- self.errors = append(self.errors, err)
- }
- } else {
- // Should never, ever get here...
- self.error(-1, "re2: Illegal branch in scanEscape")
- goto skip
- }
-
- return
-
-skip:
- _, err := self.goRegexp.WriteString(self.str[offset:self.chrOffset])
- if err != nil {
- self.errors = append(self.errors, err)
- }
-}
-
-func (self *_RegExp_parser) pass() {
- if self.chr != -1 {
- _, err := self.goRegexp.WriteRune(self.chr)
- if err != nil {
- self.errors = append(self.errors, err)
- }
- }
- self.read()
-}
-
-// TODO Better error reporting, use the offset, etc.
-func (self *_RegExp_parser) error(offset int, msg string, msgValues ...interface{}) error {
- err := fmt.Errorf(msg, msgValues...)
- self.errors = append(self.errors, err)
- return err
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp_test.go
deleted file mode 100644
index 3222db1a7..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/regexp_test.go
+++ /dev/null
@@ -1,149 +0,0 @@
-package parser
-
-import (
- "regexp"
- "testing"
-)
-
-func TestRegExp(t *testing.T) {
- tt(t, func() {
- {
- // err
- test := func(input string, expect interface{}) {
- _, err := TransformRegExp(input)
- is(err, expect)
- }
-
- test("[", "Unterminated character class")
-
- test("(", "Unterminated group")
-
- test("(?=)", "re2: Invalid (?=) <lookahead>")
-
- test("(?=)", "re2: Invalid (?=) <lookahead>")
-
- test("(?!)", "re2: Invalid (?!) <lookahead>")
-
- // An error anyway
- test("(?=", "re2: Invalid (?=) <lookahead>")
-
- test("\\1", "re2: Invalid \\1 <backreference>")
-
- test("\\90", "re2: Invalid \\90 <backreference>")
-
- test("\\9123456789", "re2: Invalid \\9123456789 <backreference>")
-
- test("\\(?=)", "Unmatched ')'")
-
- test(")", "Unmatched ')'")
- }
-
- {
- // err
- test := func(input, expect string, expectErr interface{}) {
- output, err := TransformRegExp(input)
- is(output, expect)
- is(err, expectErr)
- }
-
- test("(?!)", "(?!)", "re2: Invalid (?!) <lookahead>")
-
- test(")", "", "Unmatched ')'")
-
- test("(?!))", "", "re2: Invalid (?!) <lookahead>")
-
- test("\\0", "\\0", nil)
-
- test("\\1", "\\1", "re2: Invalid \\1 <backreference>")
-
- test("\\9123456789", "\\9123456789", "re2: Invalid \\9123456789 <backreference>")
- }
-
- {
- // err
- test := func(input string, expect string) {
- result, err := TransformRegExp(input)
- is(err, nil)
- if is(result, expect) {
- _, err := regexp.Compile(result)
- if !is(err, nil) {
- t.Log(result)
- }
- }
- }
-
- test("", "")
-
- test("abc", "abc")
-
- test(`\abc`, `abc`)
-
- test(`\a\b\c`, `a\bc`)
-
- test(`\x`, `x`)
-
- test(`\c`, `c`)
-
- test(`\cA`, `\x01`)
-
- test(`\cz`, `\x1a`)
-
- test(`\ca`, `\x01`)
-
- test(`\cj`, `\x0a`)
-
- test(`\ck`, `\x0b`)
-
- test(`\+`, `\+`)
-
- test(`[\b]`, `[\x08]`)
-
- test(`\u0z01\x\undefined`, `u0z01xundefined`)
-
- test(`\\|'|\r|\n|\t|\u2028|\u2029`, `\\|'|\r|\n|\t|\x{2028}|\x{2029}`)
-
- test("]", "]")
-
- test("}", "}")
-
- test("%", "%")
-
- test("(%)", "(%)")
-
- test("(?:[%\\s])", "(?:[%\\s])")
-
- test("[[]", "[[]")
-
- test("\\101", "\\x41")
-
- test("\\51", "\\x29")
-
- test("\\051", "\\x29")
-
- test("\\175", "\\x7d")
-
- test("\\04", "\\x04")
-
- test(`<%([\s\S]+?)%>`, `<%([\s\S]+?)%>`)
-
- test(`(.)^`, "(.)^")
-
- test(`<%-([\s\S]+?)%>|<%=([\s\S]+?)%>|<%([\s\S]+?)%>|$`, `<%-([\s\S]+?)%>|<%=([\s\S]+?)%>|<%([\s\S]+?)%>|$`)
-
- test(`\$`, `\$`)
-
- test(`[G-b]`, `[G-b]`)
-
- test(`[G-b\0]`, `[G-b\0]`)
- }
- })
-}
-
-func TestTransformRegExp(t *testing.T) {
- tt(t, func() {
- pattern, err := TransformRegExp(`\s+abc\s+`)
- is(err, nil)
- is(pattern, `\s+abc\s+`)
- is(regexp.MustCompile(pattern).MatchString("\t abc def"), true)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/scope.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/scope.go
deleted file mode 100644
index e1dbdda13..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/scope.go
+++ /dev/null
@@ -1,44 +0,0 @@
-package parser
-
-import (
- "github.com/robertkrimen/otto/ast"
-)
-
-type _scope struct {
- outer *_scope
- allowIn bool
- inIteration bool
- inSwitch bool
- inFunction bool
- declarationList []ast.Declaration
-
- labels []string
-}
-
-func (self *_parser) openScope() {
- self.scope = &_scope{
- outer: self.scope,
- allowIn: true,
- }
-}
-
-func (self *_parser) closeScope() {
- self.scope = self.scope.outer
-}
-
-func (self *_scope) declare(declaration ast.Declaration) {
- self.declarationList = append(self.declarationList, declaration)
-}
-
-func (self *_scope) hasLabel(name string) bool {
- for _, label := range self.labels {
- if label == name {
- return true
- }
- }
- if self.outer != nil && !self.inFunction {
- // Crossing a function boundary to look for a label is verboten
- return self.outer.hasLabel(name)
- }
- return false
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser/statement.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser/statement.go
deleted file mode 100644
index 4c08b523c..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser/statement.go
+++ /dev/null
@@ -1,662 +0,0 @@
-package parser
-
-import (
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/token"
-)
-
-func (self *_parser) parseBlockStatement() *ast.BlockStatement {
- node := &ast.BlockStatement{}
- node.LeftBrace = self.expect(token.LEFT_BRACE)
- node.List = self.parseStatementList()
- node.RightBrace = self.expect(token.RIGHT_BRACE)
-
- return node
-}
-
-func (self *_parser) parseEmptyStatement() ast.Statement {
- idx := self.expect(token.SEMICOLON)
- return &ast.EmptyStatement{Semicolon: idx}
-}
-
-func (self *_parser) parseStatementList() (list []ast.Statement) {
- for self.token != token.RIGHT_BRACE && self.token != token.EOF {
- list = append(list, self.parseStatement())
- }
-
- return
-}
-
-func (self *_parser) parseStatement() ast.Statement {
-
- if self.token == token.EOF {
- self.errorUnexpectedToken(self.token)
- return &ast.BadStatement{From: self.idx, To: self.idx + 1}
- }
-
- switch self.token {
- case token.SEMICOLON:
- return self.parseEmptyStatement()
- case token.LEFT_BRACE:
- return self.parseBlockStatement()
- case token.IF:
- return self.parseIfStatement()
- case token.DO:
- return self.parseDoWhileStatement()
- case token.WHILE:
- return self.parseWhileStatement()
- case token.FOR:
- return self.parseForOrForInStatement()
- case token.BREAK:
- return self.parseBreakStatement()
- case token.CONTINUE:
- return self.parseContinueStatement()
- case token.DEBUGGER:
- return self.parseDebuggerStatement()
- case token.WITH:
- return self.parseWithStatement()
- case token.VAR:
- return self.parseVariableStatement()
- case token.FUNCTION:
- self.parseFunction(true)
- // FIXME
- return &ast.EmptyStatement{}
- case token.SWITCH:
- return self.parseSwitchStatement()
- case token.RETURN:
- return self.parseReturnStatement()
- case token.THROW:
- return self.parseThrowStatement()
- case token.TRY:
- return self.parseTryStatement()
- }
-
- expression := self.parseExpression()
-
- if identifier, isIdentifier := expression.(*ast.Identifier); isIdentifier && self.token == token.COLON {
- // LabelledStatement
- colon := self.idx
- self.next() // :
- label := identifier.Name
- for _, value := range self.scope.labels {
- if label == value {
- self.error(identifier.Idx0(), "Label '%s' already exists", label)
- }
- }
- self.scope.labels = append(self.scope.labels, label) // Push the label
- statement := self.parseStatement()
- self.scope.labels = self.scope.labels[:len(self.scope.labels)-1] // Pop the label
- return &ast.LabelledStatement{
- Label: identifier,
- Colon: colon,
- Statement: statement,
- }
- }
-
- self.optionalSemicolon()
-
- return &ast.ExpressionStatement{
- Expression: expression,
- }
-}
-
-func (self *_parser) parseTryStatement() ast.Statement {
-
- node := &ast.TryStatement{
- Try: self.expect(token.TRY),
- Body: self.parseBlockStatement(),
- }
-
- if self.token == token.CATCH {
- catch := self.idx
- self.next()
- self.expect(token.LEFT_PARENTHESIS)
- if self.token != token.IDENTIFIER {
- self.expect(token.IDENTIFIER)
- self.nextStatement()
- return &ast.BadStatement{From: catch, To: self.idx}
- } else {
- identifier := self.parseIdentifier()
- self.expect(token.RIGHT_PARENTHESIS)
- node.Catch = &ast.CatchStatement{
- Catch: catch,
- Parameter: identifier,
- Body: self.parseBlockStatement(),
- }
- }
- }
-
- if self.token == token.FINALLY {
- self.next()
- node.Finally = self.parseBlockStatement()
- }
-
- if node.Catch == nil && node.Finally == nil {
- self.error(node.Try, "Missing catch or finally after try")
- return &ast.BadStatement{From: node.Try, To: node.Body.Idx1()}
- }
-
- return node
-}
-
-func (self *_parser) parseFunctionParameterList() *ast.ParameterList {
- opening := self.expect(token.LEFT_PARENTHESIS)
- var list []*ast.Identifier
- for self.token != token.RIGHT_PARENTHESIS && self.token != token.EOF {
- if self.token != token.IDENTIFIER {
- self.expect(token.IDENTIFIER)
- } else {
- list = append(list, self.parseIdentifier())
- }
- if self.token != token.RIGHT_PARENTHESIS {
- self.expect(token.COMMA)
- }
- }
- closing := self.expect(token.RIGHT_PARENTHESIS)
-
- return &ast.ParameterList{
- Opening: opening,
- List: list,
- Closing: closing,
- }
-}
-
-func (self *_parser) parseParameterList() (list []string) {
- for self.token != token.EOF {
- if self.token != token.IDENTIFIER {
- self.expect(token.IDENTIFIER)
- }
- list = append(list, self.literal)
- self.next()
- if self.token != token.EOF {
- self.expect(token.COMMA)
- }
- }
- return
-}
-
-func (self *_parser) parseFunction(declaration bool) *ast.FunctionLiteral {
-
- node := &ast.FunctionLiteral{
- Function: self.expect(token.FUNCTION),
- }
-
- var name *ast.Identifier
- if self.token == token.IDENTIFIER {
- name = self.parseIdentifier()
- if declaration {
- self.scope.declare(&ast.FunctionDeclaration{
- Function: node,
- })
- }
- } else if declaration {
- // Use expect error handling
- self.expect(token.IDENTIFIER)
- }
- node.Name = name
- node.ParameterList = self.parseFunctionParameterList()
- self.parseFunctionBlock(node)
- node.Source = self.slice(node.Idx0(), node.Idx1())
-
- return node
-}
-
-func (self *_parser) parseFunctionBlock(node *ast.FunctionLiteral) {
- {
- self.openScope()
- inFunction := self.scope.inFunction
- self.scope.inFunction = true
- defer func() {
- self.scope.inFunction = inFunction
- self.closeScope()
- }()
- node.Body = self.parseBlockStatement()
- node.DeclarationList = self.scope.declarationList
- }
-}
-
-func (self *_parser) parseDebuggerStatement() ast.Statement {
- idx := self.expect(token.DEBUGGER)
-
- node := &ast.DebuggerStatement{
- Debugger: idx,
- }
-
- self.semicolon()
-
- return node
-}
-
-func (self *_parser) parseReturnStatement() ast.Statement {
- idx := self.expect(token.RETURN)
-
- if !self.scope.inFunction {
- self.error(idx, "Illegal return statement")
- self.nextStatement()
- return &ast.BadStatement{From: idx, To: self.idx}
- }
-
- node := &ast.ReturnStatement{
- Return: idx,
- }
-
- if !self.implicitSemicolon && self.token != token.SEMICOLON && self.token != token.RIGHT_BRACE && self.token != token.EOF {
- node.Argument = self.parseExpression()
- }
-
- self.semicolon()
-
- return node
-}
-
-func (self *_parser) parseThrowStatement() ast.Statement {
- idx := self.expect(token.THROW)
-
- if self.implicitSemicolon {
- if self.chr == -1 { // Hackish
- self.error(idx, "Unexpected end of input")
- } else {
- self.error(idx, "Illegal newline after throw")
- }
- self.nextStatement()
- return &ast.BadStatement{From: idx, To: self.idx}
- }
-
- node := &ast.ThrowStatement{
- Argument: self.parseExpression(),
- }
-
- self.semicolon()
-
- return node
-}
-
-func (self *_parser) parseSwitchStatement() ast.Statement {
- self.expect(token.SWITCH)
- self.expect(token.LEFT_PARENTHESIS)
- node := &ast.SwitchStatement{
- Discriminant: self.parseExpression(),
- Default: -1,
- }
- self.expect(token.RIGHT_PARENTHESIS)
-
- self.expect(token.LEFT_BRACE)
-
- inSwitch := self.scope.inSwitch
- self.scope.inSwitch = true
- defer func() {
- self.scope.inSwitch = inSwitch
- }()
-
- for index := 0; self.token != token.EOF; index++ {
- if self.token == token.RIGHT_BRACE {
- self.next()
- break
- }
-
- clause := self.parseCaseStatement()
- if clause.Test == nil {
- if node.Default != -1 {
- self.error(clause.Case, "Already saw a default in switch")
- }
- node.Default = index
- }
- node.Body = append(node.Body, clause)
- }
-
- return node
-}
-
-func (self *_parser) parseWithStatement() ast.Statement {
- self.expect(token.WITH)
- self.expect(token.LEFT_PARENTHESIS)
- node := &ast.WithStatement{
- Object: self.parseExpression(),
- }
- self.expect(token.RIGHT_PARENTHESIS)
-
- node.Body = self.parseStatement()
-
- return node
-}
-
-func (self *_parser) parseCaseStatement() *ast.CaseStatement {
-
- node := &ast.CaseStatement{
- Case: self.idx,
- }
- if self.token == token.DEFAULT {
- self.next()
- } else {
- self.expect(token.CASE)
- node.Test = self.parseExpression()
- }
- self.expect(token.COLON)
-
- for {
- if self.token == token.EOF ||
- self.token == token.RIGHT_BRACE ||
- self.token == token.CASE ||
- self.token == token.DEFAULT {
- break
- }
- node.Consequent = append(node.Consequent, self.parseStatement())
-
- }
-
- return node
-}
-
-func (self *_parser) parseIterationStatement() ast.Statement {
- inIteration := self.scope.inIteration
- self.scope.inIteration = true
- defer func() {
- self.scope.inIteration = inIteration
- }()
- return self.parseStatement()
-}
-
-func (self *_parser) parseForIn(into ast.Expression) *ast.ForInStatement {
-
- // Already have consumed "<into> in"
-
- source := self.parseExpression()
- self.expect(token.RIGHT_PARENTHESIS)
-
- return &ast.ForInStatement{
- Into: into,
- Source: source,
- Body: self.parseIterationStatement(),
- }
-}
-
-func (self *_parser) parseFor(initializer ast.Expression) *ast.ForStatement {
-
- // Already have consumed "<initializer> ;"
-
- var test, update ast.Expression
-
- if self.token != token.SEMICOLON {
- test = self.parseExpression()
- }
- self.expect(token.SEMICOLON)
-
- if self.token != token.RIGHT_PARENTHESIS {
- update = self.parseExpression()
- }
- self.expect(token.RIGHT_PARENTHESIS)
-
- return &ast.ForStatement{
- Initializer: initializer,
- Test: test,
- Update: update,
- Body: self.parseIterationStatement(),
- }
-}
-
-func (self *_parser) parseForOrForInStatement() ast.Statement {
- idx := self.expect(token.FOR)
- self.expect(token.LEFT_PARENTHESIS)
-
- var left []ast.Expression
-
- forIn := false
- if self.token != token.SEMICOLON {
-
- allowIn := self.scope.allowIn
- self.scope.allowIn = false
- if self.token == token.VAR {
- var_ := self.idx
- self.next()
- list := self.parseVariableDeclarationList(var_)
- if len(list) == 1 && self.token == token.IN {
- self.next() // in
- forIn = true
- left = []ast.Expression{list[0]} // There is only one declaration
- } else {
- left = list
- }
- } else {
- left = append(left, self.parseExpression())
- if self.token == token.IN {
- self.next()
- forIn = true
- }
- }
- self.scope.allowIn = allowIn
- }
-
- if forIn {
- switch left[0].(type) {
- case *ast.Identifier, *ast.DotExpression, *ast.BracketExpression, *ast.VariableExpression:
- // These are all acceptable
- default:
- self.error(idx, "Invalid left-hand side in for-in")
- self.nextStatement()
- return &ast.BadStatement{From: idx, To: self.idx}
- }
- return self.parseForIn(left[0])
- }
-
- self.expect(token.SEMICOLON)
- return self.parseFor(&ast.SequenceExpression{Sequence: left})
-}
-
-func (self *_parser) parseVariableStatement() *ast.VariableStatement {
-
- idx := self.expect(token.VAR)
-
- list := self.parseVariableDeclarationList(idx)
- self.semicolon()
-
- return &ast.VariableStatement{
- Var: idx,
- List: list,
- }
-}
-
-func (self *_parser) parseDoWhileStatement() ast.Statement {
- inIteration := self.scope.inIteration
- self.scope.inIteration = true
- defer func() {
- self.scope.inIteration = inIteration
- }()
-
- self.expect(token.DO)
- node := &ast.DoWhileStatement{}
- if self.token == token.LEFT_BRACE {
- node.Body = self.parseBlockStatement()
- } else {
- node.Body = self.parseStatement()
- }
-
- self.expect(token.WHILE)
- self.expect(token.LEFT_PARENTHESIS)
- node.Test = self.parseExpression()
- self.expect(token.RIGHT_PARENTHESIS)
-
- return node
-}
-
-func (self *_parser) parseWhileStatement() ast.Statement {
- self.expect(token.WHILE)
- self.expect(token.LEFT_PARENTHESIS)
- node := &ast.WhileStatement{
- Test: self.parseExpression(),
- }
- self.expect(token.RIGHT_PARENTHESIS)
- node.Body = self.parseIterationStatement()
-
- return node
-}
-
-func (self *_parser) parseIfStatement() ast.Statement {
- self.expect(token.IF)
- self.expect(token.LEFT_PARENTHESIS)
- node := &ast.IfStatement{
- Test: self.parseExpression(),
- }
- self.expect(token.RIGHT_PARENTHESIS)
-
- if self.token == token.LEFT_BRACE {
- node.Consequent = self.parseBlockStatement()
- } else {
- node.Consequent = self.parseStatement()
- }
-
- if self.token == token.ELSE {
- self.next()
- node.Alternate = self.parseStatement()
- }
-
- return node
-}
-
-func (self *_parser) parseSourceElement() ast.Statement {
- return self.parseStatement()
-}
-
-func (self *_parser) parseSourceElements() []ast.Statement {
- body := []ast.Statement(nil)
-
- for {
- if self.token != token.STRING {
- break
- }
-
- body = append(body, self.parseSourceElement())
- }
-
- for self.token != token.EOF {
- body = append(body, self.parseSourceElement())
- }
-
- return body
-}
-
-func (self *_parser) parseProgram() *ast.Program {
- self.openScope()
- defer self.closeScope()
- return &ast.Program{
- Body: self.parseSourceElements(),
- DeclarationList: self.scope.declarationList,
- }
-}
-
-func (self *_parser) parseBreakStatement() ast.Statement {
- idx := self.expect(token.BREAK)
- semicolon := self.implicitSemicolon
- if self.token == token.SEMICOLON {
- semicolon = true
- self.next()
- }
-
- if semicolon || self.token == token.RIGHT_BRACE {
- self.implicitSemicolon = false
- if !self.scope.inIteration && !self.scope.inSwitch {
- goto illegal
- }
- return &ast.BranchStatement{
- Idx: idx,
- Token: token.BREAK,
- }
- }
-
- if self.token == token.IDENTIFIER {
- identifier := self.parseIdentifier()
- if !self.scope.hasLabel(identifier.Name) {
- self.error(idx, "Undefined label '%s'", identifier.Name)
- return &ast.BadStatement{From: idx, To: identifier.Idx1()}
- }
- self.semicolon()
- return &ast.BranchStatement{
- Idx: idx,
- Token: token.BREAK,
- Label: identifier,
- }
- }
-
- self.expect(token.IDENTIFIER)
-
-illegal:
- self.error(idx, "Illegal break statement")
- self.nextStatement()
- return &ast.BadStatement{From: idx, To: self.idx}
-}
-
-func (self *_parser) parseContinueStatement() ast.Statement {
- idx := self.expect(token.CONTINUE)
- semicolon := self.implicitSemicolon
- if self.token == token.SEMICOLON {
- semicolon = true
- self.next()
- }
-
- if semicolon || self.token == token.RIGHT_BRACE {
- self.implicitSemicolon = false
- if !self.scope.inIteration {
- goto illegal
- }
- return &ast.BranchStatement{
- Idx: idx,
- Token: token.CONTINUE,
- }
- }
-
- if self.token == token.IDENTIFIER {
- identifier := self.parseIdentifier()
- if !self.scope.hasLabel(identifier.Name) {
- self.error(idx, "Undefined label '%s'", identifier.Name)
- return &ast.BadStatement{From: idx, To: identifier.Idx1()}
- }
- if !self.scope.inIteration {
- goto illegal
- }
- self.semicolon()
- return &ast.BranchStatement{
- Idx: idx,
- Token: token.CONTINUE,
- Label: identifier,
- }
- }
-
- self.expect(token.IDENTIFIER)
-
-illegal:
- self.error(idx, "Illegal continue statement")
- self.nextStatement()
- return &ast.BadStatement{From: idx, To: self.idx}
-}
-
-// Find the next statement after an error (recover)
-func (self *_parser) nextStatement() {
- for {
- switch self.token {
- case token.BREAK, token.CONTINUE,
- token.FOR, token.IF, token.RETURN, token.SWITCH,
- token.VAR, token.DO, token.TRY, token.WITH,
- token.WHILE, token.THROW, token.CATCH, token.FINALLY:
- // Return only if parser made some progress since last
- // sync or if it has not reached 10 next calls without
- // progress. Otherwise consume at least one token to
- // avoid an endless parser loop
- if self.idx == self.recover.idx && self.recover.count < 10 {
- self.recover.count++
- return
- }
- if self.idx > self.recover.idx {
- self.recover.idx = self.idx
- self.recover.count = 0
- return
- }
- // Reaching here indicates a parser bug, likely an
- // incorrect token list in this function, but it only
- // leads to skipping of possibly correct code if a
- // previous error is present, and thus is preferred
- // over a non-terminating parse.
- case token.EOF:
- return
- }
- self.next()
- }
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/parser_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/parser_test.go
deleted file mode 100644
index 7db43d239..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/parser_test.go
+++ /dev/null
@@ -1,42 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestPersistence(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- function abc() { return 1; }
- abc.toString();
- `, "function abc() { return 1; }")
-
- test(`
- function def() { return 3.14159; }
- [ abc.toString(), def.toString() ];
- `, "function abc() { return 1; },function def() { return 3.14159; }")
-
- test(`
- eval("function ghi() { return 'ghi' }");
- [ abc.toString(), def.toString(), ghi.toString() ];
- `, "function abc() { return 1; },function def() { return 3.14159; },function ghi() { return 'ghi' }")
-
- test(`
- [ abc.toString(), def.toString(), ghi.toString() ];
- `, "function abc() { return 1; },function def() { return 3.14159; },function ghi() { return 'ghi' }")
-
- test(`/*
-
-
-
-
-
-
-
-
-
- */`, UndefinedValue())
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/property.go b/Godeps/_workspace/src/github.com/obscuren/otto/property.go
deleted file mode 100644
index 400753820..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/property.go
+++ /dev/null
@@ -1,220 +0,0 @@
-package otto
-
-// property
-
-type _propertyMode int
-
-const (
- modeWriteMask _propertyMode = 0700
- modeEnumerateMask = 0070
- modeConfigureMask = 0007
- modeOnMask = 0111
- modeOffMask = 0000
- modeSetMask = 0222 // If value is 2, then mode is neither "On" nor "Off"
-)
-
-type _propertyGetSet [2]*_object
-
-var _nilGetSetObject _object = _object{}
-
-type _property struct {
- value interface{}
- mode _propertyMode
-}
-
-func (self _property) writable() bool {
- return self.mode&modeWriteMask == modeWriteMask&modeOnMask
-}
-
-func (self *_property) writeOn() {
- self.mode = (self.mode & ^modeWriteMask) | (modeWriteMask & modeOnMask)
-}
-
-func (self *_property) writeOff() {
- self.mode &= ^modeWriteMask
-}
-
-func (self *_property) writeClear() {
- self.mode = (self.mode & ^modeWriteMask) | (modeWriteMask & modeSetMask)
-}
-
-func (self _property) writeSet() bool {
- return 0 == self.mode&modeWriteMask&modeSetMask
-}
-
-func (self _property) enumerable() bool {
- return self.mode&modeEnumerateMask == modeEnumerateMask&modeOnMask
-}
-
-func (self *_property) enumerateOn() {
- self.mode = (self.mode & ^modeEnumerateMask) | (modeEnumerateMask & modeOnMask)
-}
-
-func (self *_property) enumerateOff() {
- self.mode &= ^modeEnumerateMask
-}
-
-func (self _property) enumerateSet() bool {
- return 0 == self.mode&modeEnumerateMask&modeSetMask
-}
-
-func (self _property) configurable() bool {
- return self.mode&modeConfigureMask == modeConfigureMask&modeOnMask
-}
-
-func (self *_property) configureOn() {
- self.mode = (self.mode & ^modeConfigureMask) | (modeConfigureMask & modeOnMask)
-}
-
-func (self *_property) configureOff() {
- self.mode &= ^modeConfigureMask
-}
-
-func (self _property) configureSet() bool {
- return 0 == self.mode&modeConfigureMask&modeSetMask
-}
-
-func (self _property) copy() *_property {
- property := self
- return &property
-}
-
-func (self _property) get(this *_object) Value {
- switch value := self.value.(type) {
- case Value:
- return value
- case _propertyGetSet:
- if value[0] != nil {
- return value[0].callGet(toValue(this))
- }
- }
- return UndefinedValue()
-}
-
-func (self _property) isAccessorDescriptor() bool {
- setGet, test := self.value.(_propertyGetSet)
- return test && (setGet[0] != nil || setGet[1] != nil)
-}
-
-func (self _property) isDataDescriptor() bool {
- if self.writeSet() { // Either "On" or "Off"
- return true
- }
- value, valid := self.value.(Value)
- return valid && !value.isEmpty()
-}
-
-func (self _property) isGenericDescriptor() bool {
- return !(self.isDataDescriptor() || self.isAccessorDescriptor())
-}
-
-func (self _property) isEmpty() bool {
- return self.mode == 0222 && self.isGenericDescriptor()
-}
-
-// _enumerableValue, _enumerableTrue, _enumerableFalse?
-// .enumerableValue() .enumerableExists()
-
-func toPropertyDescriptor(value Value) (descriptor _property) {
- objectDescriptor := value._object()
- if objectDescriptor == nil {
- panic(newTypeError())
- }
-
- {
- descriptor.mode = modeSetMask // Initially nothing is set
- if objectDescriptor.hasProperty("enumerable") {
- if objectDescriptor.get("enumerable").toBoolean() {
- descriptor.enumerateOn()
- } else {
- descriptor.enumerateOff()
- }
- }
-
- if objectDescriptor.hasProperty("configurable") {
- if objectDescriptor.get("configurable").toBoolean() {
- descriptor.configureOn()
- } else {
- descriptor.configureOff()
- }
- }
-
- if objectDescriptor.hasProperty("writable") {
- if objectDescriptor.get("writable").toBoolean() {
- descriptor.writeOn()
- } else {
- descriptor.writeOff()
- }
- }
- }
-
- var getter, setter *_object
- getterSetter := false
-
- if objectDescriptor.hasProperty("get") {
- value := objectDescriptor.get("get")
- if value.IsDefined() {
- if !value.isCallable() {
- panic(newTypeError())
- }
- getter = value._object()
- getterSetter = true
- } else {
- getter = &_nilGetSetObject
- getterSetter = true
- }
- }
-
- if objectDescriptor.hasProperty("set") {
- value := objectDescriptor.get("set")
- if value.IsDefined() {
- if !value.isCallable() {
- panic(newTypeError())
- }
- setter = value._object()
- getterSetter = true
- } else {
- setter = &_nilGetSetObject
- getterSetter = true
- }
- }
-
- if getterSetter {
- if descriptor.writeSet() {
- panic(newTypeError())
- }
- descriptor.value = _propertyGetSet{getter, setter}
- }
-
- if objectDescriptor.hasProperty("value") {
- if getterSetter {
- panic(newTypeError())
- }
- descriptor.value = objectDescriptor.get("value")
- }
-
- return
-}
-
-func (self *_runtime) fromPropertyDescriptor(descriptor _property) *_object {
- object := self.newObject()
- if descriptor.isDataDescriptor() {
- object.defineProperty("value", descriptor.value.(Value), 0111, false)
- object.defineProperty("writable", toValue_bool(descriptor.writable()), 0111, false)
- } else if descriptor.isAccessorDescriptor() {
- getSet := descriptor.value.(_propertyGetSet)
- get := UndefinedValue()
- if getSet[0] != nil {
- get = toValue_object(getSet[0])
- }
- set := UndefinedValue()
- if getSet[1] != nil {
- set = toValue_object(getSet[1])
- }
- object.defineProperty("get", get, 0111, false)
- object.defineProperty("set", set, 0111, false)
- }
- object.defineProperty("enumerable", toValue_bool(descriptor.enumerable()), 0111, false)
- object.defineProperty("configurable", toValue_bool(descriptor.configurable()), 0111, false)
- return object
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/reflect_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/reflect_test.go
deleted file mode 100644
index f91b38c52..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/reflect_test.go
+++ /dev/null
@@ -1,411 +0,0 @@
-package otto
-
-import (
- "math"
- "reflect"
- "testing"
-)
-
-type testStruct struct {
- Abc bool
- Def int
- Ghi string
- Jkl interface{}
-}
-
-func (t *testStruct) FuncPointerReciever() string {
- return "abc"
-}
-
-func (t testStruct) FuncNoArgsNoRet() {
- return
-}
-
-func (t testStruct) FuncNoArgs() string {
- return "abc"
-}
-
-func (t testStruct) FuncNoArgsMultRet() (string, error) {
- return "def", nil
-}
-
-func (t testStruct) FuncOneArgs(a string) string {
- return a
-}
-
-func (t testStruct) FuncMultArgs(a, b string) string {
- return a + b
-}
-
-func (t testStruct) FuncVarArgs(as ...string) int {
- return len(as)
-}
-
-func TestReflect(t *testing.T) {
- return
- tt(t, func() {
- // Testing dbgf
- // These should panic
- toValue("Xyzzy").toReflectValue(reflect.Ptr)
- stringToReflectValue("Xyzzy", reflect.Ptr)
- })
-}
-
-func Test_reflectStruct(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- // testStruct
- {
- abc := &testStruct{}
- vm.Set("abc", abc)
-
- test(`
- abc.FuncPointerReciever();
- `, "abc")
-
- test(`
- [ abc.Abc, abc.Ghi ];
- `, "false,")
-
- abc.Abc = true
- abc.Ghi = "Nothing happens."
-
- test(`
- [ abc.Abc, abc.Ghi ];
- `, "true,Nothing happens.")
-
- *abc = testStruct{}
-
- test(`
- [ abc.Abc, abc.Ghi ];
- `, "false,")
-
- abc.Abc = true
- abc.Ghi = "Xyzzy"
- vm.Set("abc", abc)
-
- test(`
- [ abc.Abc, abc.Ghi ];
- `, "true,Xyzzy")
-
- is(abc.Abc, true)
- test(`
- abc.Abc = false;
- abc.Def = 451;
- abc.Ghi = "Nothing happens.";
- abc.abc = "Something happens.";
- [ abc.Def, abc.abc ];
- `, "451,Something happens.")
- is(abc.Abc, false)
- is(abc.Def, 451)
- is(abc.Ghi, "Nothing happens.")
-
- test(`
- delete abc.Def;
- delete abc.abc;
- [ abc.Def, abc.abc ];
- `, "451,")
- is(abc.Def, 451)
-
- test(`
- abc.FuncNoArgsNoRet();
- `, "undefined")
- test(`
- abc.FuncNoArgs();
- `, "abc")
- test(`
- abc.FuncOneArgs("abc");
- `, "abc")
- test(`
- abc.FuncMultArgs("abc", "def");
- `, "abcdef")
- test(`
- abc.FuncVarArgs("abc", "def", "ghi");
- `, 3)
-
- test(`raise:
- abc.FuncNoArgsMultRet();
- `, "TypeError")
- }
- })
-}
-
-func Test_reflectMap(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- // map[string]string
- {
- abc := map[string]string{
- "Xyzzy": "Nothing happens.",
- "def": "1",
- }
- vm.Set("abc", abc)
-
- test(`
- abc.xyz = "pqr";
- [ abc.Xyzzy, abc.def, abc.ghi ];
- `, "Nothing happens.,1,")
-
- is(abc["xyz"], "pqr")
- }
-
- // map[string]float64
- {
- abc := map[string]float64{
- "Xyzzy": math.Pi,
- "def": 1,
- }
- vm.Set("abc", abc)
-
- test(`
- abc.xyz = "pqr";
- abc.jkl = 10;
- [ abc.Xyzzy, abc.def, abc.ghi ];
- `, "3.141592653589793,1,")
-
- is(abc["xyz"], math.NaN())
- is(abc["jkl"], float64(10))
- }
-
- // map[string]int32
- {
- abc := map[string]int32{
- "Xyzzy": 3,
- "def": 1,
- }
- vm.Set("abc", abc)
-
- test(`
- abc.xyz = "pqr";
- abc.jkl = 10;
- [ abc.Xyzzy, abc.def, abc.ghi ];
- `, "3,1,")
-
- is(abc["xyz"], 0)
- is(abc["jkl"], int32(10))
-
- test(`
- delete abc["Xyzzy"];
- `)
-
- _, exists := abc["Xyzzy"]
- is(exists, false)
- is(abc["Xyzzy"], 0)
- }
-
- // map[int32]string
- {
- abc := map[int32]string{
- 0: "abc",
- 1: "def",
- }
- vm.Set("abc", abc)
-
- test(`
- abc[2] = "pqr";
- //abc.jkl = 10;
- abc[3] = 10;
- [ abc[0], abc[1], abc[2], abc[3] ]
- `, "abc,def,pqr,10")
-
- is(abc[2], "pqr")
- is(abc[3], "10")
-
- test(`
- delete abc[2];
- `)
-
- _, exists := abc[2]
- is(exists, false)
- }
-
- })
-}
-
-func Test_reflectSlice(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- // []bool
- {
- abc := []bool{
- false,
- true,
- true,
- false,
- }
- vm.Set("abc", abc)
-
- test(`
- abc;
- `, "false,true,true,false")
-
- test(`
- abc[0] = true;
- abc[abc.length-1] = true;
- delete abc[2];
- abc;
- `, "true,true,false,true")
-
- is(abc, []bool{true, true, false, true})
- is(abc[len(abc)-1], true)
- }
-
- // []int32
- {
- abc := make([]int32, 4)
- vm.Set("abc", abc)
-
- test(`
- abc;
- `, "0,0,0,0")
-
- test(`
- abc[0] = 4.2;
- abc[1] = "42";
- abc[2] = 3.14;
- abc;
- `, "4,42,3,0")
-
- is(abc, []int32{4, 42, 3, 0})
-
- test(`
- delete abc[1];
- delete abc[2];
- `)
- is(abc[1], 0)
- is(abc[2], 0)
- }
- })
-}
-
-func Test_reflectArray(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- // []bool
- {
- abc := [4]bool{
- false,
- true,
- true,
- false,
- }
- vm.Set("abc", abc)
-
- test(`
- abc;
- `, "false,true,true,false")
- // Unaddressable array
-
- test(`
- abc[0] = true;
- abc[abc.length-1] = true;
- abc;
- `, "false,true,true,false")
- // Again, unaddressable array
-
- is(abc, [4]bool{false, true, true, false})
- is(abc[len(abc)-1], false)
- // ...
- }
-
- // []int32
- {
- abc := make([]int32, 4)
- vm.Set("abc", abc)
-
- test(`
- abc;
- `, "0,0,0,0")
-
- test(`
- abc[0] = 4.2;
- abc[1] = "42";
- abc[2] = 3.14;
- abc;
- `, "4,42,3,0")
-
- is(abc, []int32{4, 42, 3, 0})
- }
-
- // []bool
- {
- abc := [4]bool{
- false,
- true,
- true,
- false,
- }
- vm.Set("abc", &abc)
-
- test(`
- abc;
- `, "false,true,true,false")
-
- test(`
- abc[0] = true;
- abc[abc.length-1] = true;
- delete abc[2];
- abc;
- `, "true,true,false,true")
-
- is(abc, [4]bool{true, true, false, true})
- is(abc[len(abc)-1], true)
- }
-
- })
-}
-
-func Test_reflectArray_concat(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- vm.Set("ghi", []string{"jkl", "mno"})
- vm.Set("pqr", []interface{}{"jkl", 42, 3.14159, true})
- test(`
- var def = {
- "abc": ["abc"],
- "xyz": ["xyz"]
- };
- xyz = pqr.concat(ghi, def.abc, def, def.xyz);
- [ xyz, xyz.length ];
- `, "jkl,42,3.14159,true,jkl,mno,abc,[object Object],xyz,9")
- })
-}
-
-func Test_reflectMapInterface(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- {
- abc := map[string]interface{}{
- "Xyzzy": "Nothing happens.",
- "def": "1",
- "jkl": "jkl",
- }
- vm.Set("abc", abc)
- vm.Set("mno", &testStruct{})
-
- test(`
- abc.xyz = "pqr";
- abc.ghi = {};
- abc.jkl = 3.14159;
- abc.mno = mno;
- mno.Abc = true;
- mno.Ghi = "Something happens.";
- [ abc.Xyzzy, abc.def, abc.ghi, abc.mno ];
- `, "Nothing happens.,1,[object Object],[object Object]")
-
- is(abc["xyz"], "pqr")
- is(abc["ghi"], "[object Object]")
- is(abc["jkl"], float64(3.14159))
- mno, valid := abc["mno"].(*testStruct)
- is(valid, true)
- is(mno.Abc, true)
- is(mno.Ghi, "Something happens.")
- }
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/regexp_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/regexp_test.go
deleted file mode 100644
index 36183a0d9..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/regexp_test.go
+++ /dev/null
@@ -1,287 +0,0 @@
-package otto
-
-import (
- "fmt"
- "testing"
-)
-
-func TestRegExp(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [
- /abc/.toString(),
- /abc/gim.toString(),
- ""+/abc/gi.toString(),
- new RegExp("1(\\d+)").toString(),
- ];
- `, "/abc/,/abc/gim,/abc/gi,/1(\\d+)/")
-
- test(`
- [
- new RegExp("abc").exec("123abc456"),
- null === new RegExp("xyzzy").exec("123abc456"),
- new RegExp("1(\\d+)").exec("123abc456"),
- new RegExp("xyzzy").test("123abc456"),
- new RegExp("1(\\d+)").test("123abc456"),
- new RegExp("abc").exec("123abc456"),
- ];
- `, "abc,true,123,23,false,true,abc")
-
- test(`new RegExp("abc").toString()`, "/abc/")
- test(`new RegExp("abc", "g").toString()`, "/abc/g")
- test(`new RegExp("abc", "mig").toString()`, "/abc/gim")
-
- result := test(`/(a)?/.exec('b')`, ",")
- is(result._object().get("0"), "")
- is(result._object().get("1"), "undefined")
- is(result._object().get("length"), 2)
-
- result = test(`/(a)?(b)?/.exec('b')`, "b,,b")
- is(result._object().get("0"), "b")
- is(result._object().get("1"), "undefined")
- is(result._object().get("2"), "b")
- is(result._object().get("length"), 3)
-
- test(`/\u0041/.source`, "\\u0041")
- test(`/\a/.source`, "\\a")
- test(`/\;/.source`, "\\;")
-
- test(`/a\a/.source`, "a\\a")
- test(`/,\;/.source`, ",\\;")
- test(`/ \ /.source`, " \\ ")
-
- // Start sanity check...
- test("eval(\"/abc/\").source", "abc")
- test("eval(\"/\u0023/\").source", "#")
- test("eval(\"/\u0058/\").source", "X")
- test("eval(\"/\\\u0023/\").source == \"\\\u0023\"", true)
- test("'0x' + '0058'", "0x0058")
- test("'\\\\' + '0x' + '0058'", "\\0x0058")
- // ...stop sanity check
-
- test(`abc = '\\' + String.fromCharCode('0x' + '0058'); eval('/' + abc + '/').source`, "\\X")
- test(`abc = '\\' + String.fromCharCode('0x0058'); eval('/' + abc + '/').source == "\\\u0058"`, true)
- test(`abc = '\\' + String.fromCharCode('0x0023'); eval('/' + abc + '/').source == "\\\u0023"`, true)
- test(`abc = '\\' + String.fromCharCode('0x0078'); eval('/' + abc + '/').source == "\\\u0078"`, true)
-
- test(`
- var abc = Object.getOwnPropertyDescriptor(RegExp, "prototype");
- [ [ typeof RegExp.prototype ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "object,false,false,false")
- })
-}
-
-func TestRegExp_global(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = /(?:ab|cd)\d?/g;
- var found = [];
- do {
- match = abc.exec("ab cd2 ab34 cd");
- if (match !== null) {
- found.push(match[0]);
- } else {
- break;
- }
- } while (true);
- found;
- `, "ab,cd2,ab3,cd")
- })
-}
-
-func TestRegExp_exec(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = /./g;
- def = '123456';
- ghi = 0;
- while (ghi < 100 && abc.exec(def) !== null) {
- ghi += 1;
- }
- [ ghi, def.length, ghi == def.length ];
- `, "6,6,true")
-
- test(`
- abc = /[abc](\d)?/g;
- def = 'a0 b c1 d3';
- ghi = 0;
- lastIndex = 0;
- while (ghi < 100 && abc.exec(def) !== null) {
- lastIndex = abc.lastIndex;
- ghi += 1;
-
- }
- [ ghi, lastIndex ];
- `, "3,7")
-
- test(`
- var abc = /[abc](\d)?/.exec("a0 b c1 d3");
- [ abc.length, abc.input, abc.index, abc ];
- `, "2,a0 b c1 d3,0,a0,0")
-
- test(`raise:
- var exec = RegExp.prototype.exec;
- exec("Xyzzy");
- `, "TypeError: Calling RegExp.exec on a non-RegExp object")
-
- test(`
- var abc = /\w{3}\d?/.exec("CE\uFFFFL\uFFDDbox127");
- [ abc.input.length, abc.length, abc.input, abc.index, abc ];
- `, "11,1,CE\uFFFFL\uFFDDbox127,5,box1")
-
- test(`RegExp.prototype.exec.length`, 1)
- test(`RegExp.prototype.exec.prototype`, "undefined")
- })
-}
-
-func TestRegExp_test(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`RegExp.prototype.test.length`, 1)
- test(`RegExp.prototype.test.prototype`, "undefined")
- })
-}
-
-func TestRegExp_toString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`RegExp.prototype.toString.length`, 0)
- test(`RegExp.prototype.toString.prototype`, "undefined")
- })
-}
-
-func TestRegExp_zaacbbbcac(t *testing.T) {
- return
- tt(t, func() {
- test, _ := test()
-
- // FIXME? TODO /(z)((a+)?(b+)?(c))*/.exec("zaacbbbcac")
- test(`
- var abc = /(z)((a+)?(b+)?(c))*/.exec("zaacbbbcac");
- [ abc.length, abc.index, abc ];
- `, "6,0,zaacbbbcac,z,ac,a,,c")
- })
-}
-
-func TestRegExpCopying(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = /xyzzy/i;
- def = RegExp(abc);
- abc.indicator = 1;
- [ abc.indicator, def.indicator ];
- `, "1,1")
-
- test(`raise:
- RegExp(new RegExp("\\d"), "1");
- `, "TypeError: Cannot supply flags when constructing one RegExp from another")
- })
-}
-
-func TestRegExp_multiline(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = /s$/m.exec("pairs\nmakes\tdouble");
- [ abc.length, abc.index, abc ];
- `, "1,4,s")
- })
-}
-
-func TestRegExp_source(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [ /xyzzy/i.source, /./i.source ];
- `, "xyzzy,.")
-
- test(`
- var abc = /./i;
- var def = new RegExp(abc);
- [ abc.source, def.source, abc.source === def.source ];
- `, ".,.,true")
-
- test(`
- var abc = /./i;
- var def = abc.hasOwnProperty("source");
- var ghi = abc.source;
- abc.source = "xyzzy";
- [ def, abc.source ];
- `, "true,.")
- })
-}
-
-func TestRegExp_newRegExp(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- Math.toString();
- var abc = new RegExp(Math,eval("\"g\""));
- [ abc, abc.global ];
- `, "/[object Math]/g,true")
- })
-}
-
-func TestRegExp_flags(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = /./i;
- var def = new RegExp(abc);
- [ abc.multiline == def.multiline, abc.global == def.global, abc.ignoreCase == def.ignoreCase ];
- `, "true,true,true")
- })
-}
-
-func TestRegExp_controlCharacter(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- for code := 0x41; code < 0x5a; code++ {
- string_ := string(code - 64)
- test(fmt.Sprintf(`
- var code = 0x%x;
- var string = String.fromCharCode(code %% 32);
- var result = (new RegExp("\\c" + String.fromCharCode(code))).exec(string);
- [ code, string, result ];
- `, code), fmt.Sprintf("%d,%s,%s", code, string_, string_))
- }
- })
-}
-
-func TestRegExp_notNotEmptyCharacterClass(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = /[\s\S]a/m.exec("a\naba");
- [ abc.length, abc.input, abc ];
- `, "1,a\naba,\na")
- })
-}
-
-func TestRegExp_compile(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = /[\s\S]a/;
- abc.compile('^\w+');
- `, "undefined")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/registry/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/registry/README.markdown
deleted file mode 100644
index ba2d38909..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/registry/README.markdown
+++ /dev/null
@@ -1,51 +0,0 @@
-# registry
---
- import "github.com/robertkrimen/otto/registry"
-
-Package registry is an expirmental package to facillitate altering the otto
-runtime via import.
-
-This interface can change at any time.
-
-## Usage
-
-#### func Apply
-
-```go
-func Apply(callback func(Entry))
-```
-
-#### type Entry
-
-```go
-type Entry struct {
-}
-```
-
-
-#### func Register
-
-```go
-func Register(source func() string) *Entry
-```
-
-#### func (*Entry) Disable
-
-```go
-func (self *Entry) Disable()
-```
-
-#### func (*Entry) Enable
-
-```go
-func (self *Entry) Enable()
-```
-
-#### func (Entry) Source
-
-```go
-func (self Entry) Source() string
-```
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/registry/registry.go b/Godeps/_workspace/src/github.com/obscuren/otto/registry/registry.go
deleted file mode 100644
index 966638ac4..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/registry/registry.go
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
-Package registry is an expirmental package to facillitate altering the otto runtime via import.
-
-This interface can change at any time.
-*/
-package registry
-
-var registry []*Entry = make([]*Entry, 0)
-
-type Entry struct {
- active bool
- source func() string
-}
-
-func newEntry(source func() string) *Entry {
- return &Entry{
- active: true,
- source: source,
- }
-}
-
-func (self *Entry) Enable() {
- self.active = true
-}
-
-func (self *Entry) Disable() {
- self.active = false
-}
-
-func (self Entry) Source() string {
- return self.source()
-}
-
-func Apply(callback func(Entry)) {
- for _, entry := range registry {
- if !entry.active {
- continue
- }
- callback(*entry)
- }
-}
-
-func Register(source func() string) *Entry {
- entry := newEntry(source)
- registry = append(registry, entry)
- return entry
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/result.go b/Godeps/_workspace/src/github.com/obscuren/otto/result.go
deleted file mode 100644
index cf42c423a..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/result.go
+++ /dev/null
@@ -1,30 +0,0 @@
-package otto
-
-import ()
-
-type _resultKind int
-
-const (
- resultNormal _resultKind = iota
- resultReturn
- resultBreak
- resultContinue
-)
-
-type _result struct {
- kind _resultKind
- value Value
- target string
-}
-
-func newReturnResult(value Value) _result {
- return _result{resultReturn, value, ""}
-}
-
-func newContinueResult(target string) _result {
- return _result{resultContinue, emptyValue(), target}
-}
-
-func newBreakResult(target string) _result {
- return _result{resultBreak, emptyValue(), target}
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/runtime.go b/Godeps/_workspace/src/github.com/obscuren/otto/runtime.go
deleted file mode 100644
index 76e51d78c..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/runtime.go
+++ /dev/null
@@ -1,394 +0,0 @@
-package otto
-
-import (
- "errors"
- "reflect"
-
- "github.com/robertkrimen/otto/ast"
- "github.com/robertkrimen/otto/parser"
-)
-
-type _global struct {
- Object *_object // Object( ... ), new Object( ... ) - 1 (length)
- Function *_object // Function( ... ), new Function( ... ) - 1
- Array *_object // Array( ... ), new Array( ... ) - 1
- String *_object // String( ... ), new String( ... ) - 1
- Boolean *_object // Boolean( ... ), new Boolean( ... ) - 1
- Number *_object // Number( ... ), new Number( ... ) - 1
- Math *_object
- Date *_object // Date( ... ), new Date( ... ) - 7
- RegExp *_object // RegExp( ... ), new RegExp( ... ) - 2
- Error *_object // Error( ... ), new Error( ... ) - 1
- EvalError *_object
- TypeError *_object
- RangeError *_object
- ReferenceError *_object
- SyntaxError *_object
- URIError *_object
- JSON *_object
-
- ObjectPrototype *_object // Object.prototype
- FunctionPrototype *_object // Function.prototype
- ArrayPrototype *_object // Array.prototype
- StringPrototype *_object // String.prototype
- BooleanPrototype *_object // Boolean.prototype
- NumberPrototype *_object // Number.prototype
- DatePrototype *_object // Date.prototype
- RegExpPrototype *_object // RegExp.prototype
- ErrorPrototype *_object // Error.prototype
- EvalErrorPrototype *_object
- TypeErrorPrototype *_object
- RangeErrorPrototype *_object
- ReferenceErrorPrototype *_object
- SyntaxErrorPrototype *_object
- URIErrorPrototype *_object
-}
-
-type _runtime struct {
- Stack [](*_executionContext)
-
- GlobalObject *_object
- GlobalEnvironment *_objectEnvironment
-
- Global _global
-
- eval *_object // The builtin eval, for determine indirect versus direct invocation
-
- Otto *Otto
-
- labels []string // FIXME
-}
-
-func (self *_runtime) EnterGlobalExecutionContext() {
- self.EnterExecutionContext(newExecutionContext(self.GlobalEnvironment, self.GlobalEnvironment, self.GlobalObject))
-}
-
-func (self *_runtime) EnterExecutionContext(scope *_executionContext) {
- self.Stack = append(self.Stack, scope)
-}
-
-func (self *_runtime) LeaveExecutionContext() {
- self.Stack = self.Stack[:len(self.Stack)-1]
-}
-
-func (self *_runtime) _executionContext(depth int) *_executionContext {
- if depth == 0 {
- return self.Stack[len(self.Stack)-1]
- }
- if len(self.Stack)-1+depth >= 0 {
- return self.Stack[len(self.Stack)-1+depth]
- }
- return nil
-}
-
-func (self *_runtime) EnterFunctionExecutionContext(function *_object, this Value) *_functionEnvironment {
- scopeEnvironment := function.functionValue().call.ScopeEnvironment()
- if scopeEnvironment == nil {
- scopeEnvironment = self.GlobalEnvironment
- }
- environment := self.newFunctionEnvironment(scopeEnvironment)
- var thisObject *_object
- switch this._valueType {
- case valueUndefined, valueNull:
- thisObject = self.GlobalObject
- default:
- thisObject = self.toObject(this)
- }
- self.EnterExecutionContext(newExecutionContext(environment, environment, thisObject))
- return environment
-}
-
-func (self *_runtime) EnterEvalExecutionContext(call FunctionCall) {
- // Skip the current function lexical/variable environment, which is of the function execution context call
- // to eval (the global execution context). Instead, execute in the context of where the eval was called,
- // which is essentially dynamic scoping
- parent := self._executionContext(-1)
- new := newExecutionContext(parent.LexicalEnvironment, parent.VariableEnvironment, parent.this)
- // FIXME Make passing through of self.GlobalObject more general? Whenever newExecutionContext is passed a nil object?
- new.eval = true
- self.EnterExecutionContext(new)
-}
-
-func (self *_runtime) GetValue(value Value) Value {
- if value.isReference() {
- return value.reference().GetValue()
- }
- return value
-}
-
-func (self *_runtime) PutValue(reference _reference, value Value) {
- if !reference.PutValue(value) {
- // Why? -- If reference.Base == nil
- strict := false
- self.GlobalObject.defineProperty(reference.GetName(), value, 0111, strict)
- }
-}
-
-func (self *_runtime) Call(function *_object, this Value, argumentList []Value, evalHint bool) Value {
- // Pass eval boolean through to EnterFunctionExecutionContext for further testing
- _functionEnvironment := self.EnterFunctionExecutionContext(function, this)
- defer func() {
- self.LeaveExecutionContext()
- }()
-
- if evalHint {
- evalHint = function == self.eval // If evalHint is true, then it IS a direct eval
- }
- callValue := function.functionValue().call.Dispatch(function, _functionEnvironment, self, this, argumentList, evalHint)
- if value, valid := callValue.value.(_result); valid {
- return value.value
- }
- return callValue
-}
-
-func (self *_runtime) tryCatchEvaluate(inner func() Value) (tryValue Value, exception bool) {
- // resultValue = The value of the block (e.g. the last statement)
- // throw = Something was thrown
- // throwValue = The value of what was thrown
- // other = Something that changes flow (return, break, continue) that is not a throw
- // Otherwise, some sort of unknown panic happened, we'll just propagate it
- defer func() {
- if caught := recover(); caught != nil {
- if exception, ok := caught.(*_exception); ok {
- caught = exception.eject()
- }
- switch caught := caught.(type) {
- case _error:
- exception = true
- tryValue = toValue_object(self.newError(caught.Name, caught.MessageValue()))
- //case *_syntaxError:
- // exception = true
- // tryValue = toValue_object(self.newError("SyntaxError", toValue_string(caught.Message)))
- case Value:
- exception = true
- tryValue = caught
- default:
- panic(caught)
- }
- }
- }()
-
- tryValue = inner()
- return
-}
-
-// _executionContext Proxy
-
-func (self *_runtime) localGet(name string) Value {
- return self._executionContext(0).getValue(name)
-}
-
-func (self *_runtime) localSet(name string, value Value) {
- self._executionContext(0).setValue(name, value, false)
-}
-
-func (self *_runtime) VariableEnvironment() _environment {
- return self._executionContext(0).VariableEnvironment
-}
-
-func (self *_runtime) LexicalEnvironment() _environment {
- return self._executionContext(0).LexicalEnvironment
-}
-
-// toObject
-
-func (self *_runtime) toObject(value Value) *_object {
- switch value._valueType {
- case valueEmpty, valueUndefined, valueNull:
- panic(newTypeError())
- case valueBoolean:
- return self.newBoolean(value)
- case valueString:
- return self.newString(value)
- case valueNumber:
- return self.newNumber(value)
- case valueObject:
- return value._object()
- }
- panic(newTypeError())
-}
-
-func (self *_runtime) objectCoerce(value Value) (*_object, error) {
- switch value._valueType {
- case valueUndefined:
- return nil, errors.New("undefined")
- case valueNull:
- return nil, errors.New("null")
- case valueBoolean:
- return self.newBoolean(value), nil
- case valueString:
- return self.newString(value), nil
- case valueNumber:
- return self.newNumber(value), nil
- case valueObject:
- return value._object(), nil
- }
- panic(newTypeError())
-}
-
-func checkObjectCoercible(value Value) {
- isObject, mustCoerce := testObjectCoercible(value)
- if !isObject && !mustCoerce {
- panic(newTypeError())
- }
-}
-
-// testObjectCoercible
-
-func testObjectCoercible(value Value) (isObject bool, mustCoerce bool) {
- switch value._valueType {
- case valueReference, valueEmpty, valueNull, valueUndefined:
- return false, false
- case valueNumber, valueString, valueBoolean:
- isObject = false
- mustCoerce = true
- case valueObject:
- isObject = true
- mustCoerce = false
- }
- return
-}
-
-func (self *_runtime) ToValue(value interface{}) (Value, error) {
- result := UndefinedValue()
- err := catchPanic(func() {
- result = self.toValue(value)
- })
- return result, err
-}
-
-func (self *_runtime) toValue(value interface{}) Value {
- switch value := value.(type) {
- case Value:
- return value
- case func(FunctionCall) Value:
- return toValue_object(self.newNativeFunction("", value))
- case _nativeFunction:
- return toValue_object(self.newNativeFunction("", value))
- case Object, *Object, _object, *_object:
- // Nothing happens.
- // FIXME
- default:
- {
- value := reflect.ValueOf(value)
- switch value.Kind() {
- case reflect.Ptr:
- switch reflect.Indirect(value).Kind() {
- case reflect.Struct:
- return toValue_object(self.newGoStructObject(value))
- case reflect.Array:
- return toValue_object(self.newGoArray(value))
- }
- case reflect.Func:
- return toValue_object(self.newNativeFunction("", func(call FunctionCall) Value {
- args := make([]reflect.Value, len(call.ArgumentList))
- for i, a := range call.ArgumentList {
- args[i] = reflect.ValueOf(a.export())
- }
-
- retvals := value.Call(args)
- if len(retvals) > 1 {
- panic(newTypeError())
- } else if len(retvals) == 1 {
- return toValue(retvals[0].Interface())
- }
- return UndefinedValue()
- }))
- case reflect.Struct:
- return toValue_object(self.newGoStructObject(value))
- case reflect.Map:
- return toValue_object(self.newGoMapObject(value))
- case reflect.Slice:
- return toValue_object(self.newGoSlice(value))
- case reflect.Array:
- return toValue_object(self.newGoArray(value))
- }
- }
- }
- return toValue(value)
-}
-
-func (runtime *_runtime) newGoSlice(value reflect.Value) *_object {
- self := runtime.newGoSliceObject(value)
- self.prototype = runtime.Global.ArrayPrototype
- return self
-}
-
-func (runtime *_runtime) newGoArray(value reflect.Value) *_object {
- self := runtime.newGoArrayObject(value)
- self.prototype = runtime.Global.ArrayPrototype
- return self
-}
-
-func (runtime *_runtime) parse(filename string, src interface{}) (*ast.Program, error) {
- return parser.ParseFile(nil, filename, src, 0)
-}
-
-func (runtime *_runtime) cmpl_parse(filename string, src interface{}) (*_nodeProgram, error) {
- program, err := parser.ParseFile(nil, filename, src, 0)
- if err != nil {
- return nil, err
- }
- return cmpl_parse(program), nil
-}
-
-func (self *_runtime) parseSource(src interface{}) (*_nodeProgram, *ast.Program, error) {
- switch src := src.(type) {
- case *ast.Program:
- return nil, src, nil
- case *Script:
- return src.program, nil, nil
- }
- program, err := self.parse("", src)
- return nil, program, err
-}
-
-func (self *_runtime) cmpl_run(src interface{}) (Value, error) {
- result := UndefinedValue()
- cmpl_program, program, err := self.parseSource(src)
- if err != nil {
- return result, err
- }
- if cmpl_program == nil {
- cmpl_program = cmpl_parse(program)
- }
- err = catchPanic(func() {
- result = self.cmpl_evaluate_nodeProgram(cmpl_program)
- })
- switch result._valueType {
- case valueEmpty:
- result = UndefinedValue()
- case valueReference:
- result = self.GetValue(result)
- }
- return result, err
-}
-
-func (self *_runtime) parseThrow(err error) {
- if err == nil {
- return
- }
- switch err := err.(type) {
- case parser.ErrorList:
- {
- err := err[0]
- if err.Message == "Invalid left-hand side in assignment" {
- panic(newReferenceError(err.Message))
- }
- panic(newSyntaxError(err.Message))
- }
- }
- panic(newSyntaxError(err.Error()))
-}
-
-func (self *_runtime) parseOrThrow(source string) *ast.Program {
- program, err := self.parse("", source)
- self.parseThrow(err) // Will panic/throw appropriately
- return program
-}
-
-func (self *_runtime) cmpl_parseOrThrow(source string) *_nodeProgram {
- program, err := self.cmpl_parse("", source)
- self.parseThrow(err) // Will panic/throw appropriately
- return program
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/runtime_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/runtime_test.go
deleted file mode 100644
index 8706d59a6..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/runtime_test.go
+++ /dev/null
@@ -1,778 +0,0 @@
-package otto
-
-import (
- "math"
- "testing"
-)
-
-// FIXME terst, Review tests
-
-func TestOperator(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- test("xyzzy = 1")
- test("xyzzy", 1)
-
- if true {
- vm.Set("twoPlusTwo", func(FunctionCall) Value {
- return toValue(5)
- })
- test("twoPlusTwo( 1 )", 5)
-
- test("1 + twoPlusTwo( 1 )", 6)
-
- test("-1 + twoPlusTwo( 1 )", 4)
- }
-
- test("result = 4")
- test("result", 4)
-
- test("result += 1")
- test("result", 5)
-
- test("result *= 2")
- test("result", 10)
-
- test("result /= 2")
- test("result", 5)
-
- test("result = 112.51 % 3.1")
- test("result", 0.9100000000000019)
-
- test("result = 'Xyzzy'")
- test("result", "Xyzzy")
-
- test("result = 'Xyz' + 'zy'")
- test("result", "Xyzzy")
-
- test("result = \"Xyzzy\"")
- test("result", "Xyzzy")
-
- test("result = 1; result = result")
- test("result", 1)
-
- test(`
- var result64
- =
- 64
- , result10 =
- 10
- `)
- test("result64", 64)
- test("result10", 10)
-
- test(`
- result = 1;
- result += 1;
- `)
- test("result", 2)
- })
-}
-
-func TestFunction_(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- result = 2
- xyzzy = function() {
- result += 1
- }
- xyzzy()
- result;
- `, 3)
-
- test(`
- xyzzy = function() {
- return 1
- }
- result = xyzzy()
- `, 1)
-
- test(`
- xyzzy = function() {}
- result = xyzzy()
- `, "undefined")
-
- test(`
- xyzzy = function() {
- return 64
- return 1
- }
- result = xyzzy()
- `, 64)
-
- test(`
- result = 4
- xyzzy = function() {
- result = 2
- }
- xyzzy();
- result;
- `, 2)
-
- test(`
- result = 4
- xyzzy = function() {
- var result
- result = 2
- }
- xyzzy();
- result;
- `, 4)
-
- test(`
- xyzzy = function() {
- var result = 4
- return result
- }
- result = xyzzy()
- `, 4)
-
- test(`
- xyzzy = function() {
- function test() {
- var result = 1
- return result
- }
- return test() + 1
- }
- result = xyzzy() + 1
- `, 3)
-
- test(`
- xyzzy = function() {
- function test() {
- var result = 1
- return result
- }
- _xyzzy = 2
- var result = _xyzzy + test() + 1
- return result
- }
- result = xyzzy() + 1;
- [ result, _xyzzy ];
- `, "5,2")
-
- test(`
- xyzzy = function(apple) {
- return 1
- }
- result = xyzzy(1)
- `, 1)
-
- test(`
- xyzzy = function(apple) {
- return apple + 1
- }
- result = xyzzy(2)
- `, 3)
-
- test(`
- {
- result = 1
- result += 1;
- }
- `, 2)
-
- test(`
- var global = 1
- outer = function() {
- var global = 2
- var inner = function(){
- return global
- }
- return inner()
- }
- result = outer()
- `, 2)
-
- test(`
- var apple = 1
- var banana = function() {
- return apple
- }
- var cherry = function() {
- var apple = 2
- return banana()
- }
- result = cherry()
- `, 1)
-
- test(`
- function xyz() {
- };
- delete xyz;
- `, false)
-
- test(`
- var abc = function __factorial(def){
- if (def === 1) {
- return def;
- } else {
- return __factorial(def-1)*def;
- }
- };
- abc(3);
- `, 6)
- })
-}
-
-func TestDoWhile(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- limit = 4;
- result = 0;
- do {
- result = result + 1;
- limit = limit - 1;
- } while (limit);
- result;
- `, 4)
-
- test(`
- result = eval("do {abc=1; break; abc=2;} while (0);");
- [ result, abc ];
- `, "1,1")
- })
-}
-
-func TestContinueBreak(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- limit = 4
- result = 0
- while (limit) {
- limit = limit - 1
- if (limit) {
- }
- else {
- break
- }
- result = result + 1
- }
- [ result, limit ];
- `, "3,0")
-
- test(`
- limit = 4
- result = 0
- while (limit) {
- limit = limit - 1
- if (limit) {
- continue
- }
- else {
- break
- }
- result = result + 1
- }
- result;
- `, 0)
-
- test(`
- limit = 4
- result = 0
- do {
- limit = limit - 1
- if (limit) {
- continue
- }
- else {
- break
- }
- result = result + 1
- } while (limit)
- result;
- `, 0)
- })
-}
-
-func TestTryCatchError(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc
- try {
- 1()
- }
- catch (def) {
- abc = def
- }
- abc;
- `, "TypeError: 1 is not a function")
-
- })
-}
-
-func TestPositiveNegativeZero(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`1/0`, _Infinity)
- test(`1/-0`, -_Infinity)
- test(`
- abc = -0
- 1/abc
- `, -_Infinity)
- })
-}
-
-func TestComparison(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- undefined = 1; undefined;
- `, "undefined")
-
- test("undefined == undefined", true)
-
- test("undefined != undefined", false)
-
- test("null == null", true)
-
- test("null != null", false)
-
- test("0 == 1", false)
-
- is(negativeZero(), -0)
- is(positiveZero(), 0)
- is(math.Signbit(negativeZero()), true)
- is(positiveZero() == negativeZero(), true)
-
- test("1 == 1", true)
-
- test("'Hello, World.' == 'Goodbye, World.'", false)
-
- test("'Hello, World.' == true", false)
-
- test("'Hello, World.' == false", false)
-
- test("'Hello, World.' == 1", false)
-
- test("1 == 'Hello, World.'", false)
-
- is(stringToFloat("-1"), -1)
-
- test("0+Object", "0function Object() { [native code] }")
- })
-}
-
-func TestComparisonRelational(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test("0 < 0", false)
-
- test("0 > 0", false)
-
- test("0 <= 0", true)
-
- test("0 >= 0", true)
-
- test("' 0' >= 0", true)
-
- test("'_ 0' >= 0", false)
- })
-}
-
-func TestArguments(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- xyzzy = function() {
- return arguments[0]
- }
- result = xyzzy("xyzzy");
- `, "xyzzy")
-
- test(`
- xyzzy = function() {
- arguments[0] = "abcdef"
- return arguments[0]
- }
- result = xyzzy("xyzzy");
- `, "abcdef")
-
- test(`
- xyzzy = function(apple) {
- apple = "abcdef"
- return arguments[0]
- }
- result = xyzzy("xyzzy");
- `, "abcdef")
-
- test(`
- (function(){
- return arguments
- })()
- `, "[object Arguments]")
-
- test(`
- (function(){
- return arguments.length
- })()
- `, 0)
-
- test(`
- (function(){
- return arguments.length
- })(1, 2, 4, 8, 10)
- `, 5)
- })
-}
-
-func TestObjectLiteral(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- ({});
- `, "[object Object]")
-
- test(`
- var abc = {
- xyzzy: "Nothing happens.",
- get 1e2() {
- return 3.14159;
- },
- get null() {
- return true;
- },
- get "[\n]"() {
- return "<>";
- }
- };
- [ abc["1e2"], abc.null, abc["[\n]"] ];
- `, "3.14159,true,<>")
-
- test(`
- var abc = {
- xyzzy: "Nothing happens.",
- set 1e2() {
- this[3.14159] = 100;
- return Math.random();
- },
- set null(def) {
- this.def = def;
- return Math.random();
- },
- };
- [ abc["1e2"] = Infinity, abc[3.14159], abc.null = "xyz", abc.def ];
- `, "Infinity,100,xyz,xyz")
- })
-}
-
-func TestUnaryPrefix(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var result = 0;
- [++result, result];
- `, "1,1")
-
- test(`
- result = 0;
- [--result, result];
- `, "-1,-1")
-
- test(`
- var object = { valueOf: function() { return 1; } };
- result = ++object;
- [ result, typeof result ];
- `, "2,number")
-
- test(`
- var object = { valueOf: function() { return 1; } };
- result = --object;
- [ result, typeof result ];
- `, "0,number")
- })
-}
-
-func TestUnaryPostfix(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var result = 0;
- result++;
- [ result++, result ];
- `, "1,2")
-
- test(`
- result = 0;
- result--;
- [ result--, result ];
- `, "-1,-2")
-
- test(`
- var object = { valueOf: function() { return 1; } };
- result = object++;
- [ result, typeof result ];
- `, "1,number")
-
- test(`
- var object = { valueOf: function() { return 1; } };
- result = object--
- [ result, typeof result ];
- `, "1,number")
- })
-}
-
-func TestBinaryLogicalOperation(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = true
- def = false
- ghi = false
- jkl = false
- result = abc && def || ghi && jkl
- `, false)
-
- test(`
- abc = true
- def = true
- ghi = false
- jkl = false
- result = abc && def || ghi && jkl
- `, true)
-
- })
-}
-
-func TestBinaryBitwiseOperation(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = 1 & 2;
- def = 1 & 3;
- ghi = 1 | 3;
- jkl = 1 ^ 2;
- mno = 1 ^ 3;
- [ abc, def, ghi, jkl, mno ];
- `, "0,1,3,3,2")
- })
-}
-
-func TestBinaryShiftOperation(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- high = (1 << 30) - 1 + (1 << 30)
- low = -high - 1
- abc = 23 << 1
- def = -105 >> 1
- ghi = 23 << 2
- jkl = 1 >>> 31
- mno = 1 << 64
- pqr = 1 >> 2
- stu = -2 >> 4
- vwx = low >> 1
- yz = low >>> 1
- `)
- test("abc", 46)
- test("def", -53)
- test("ghi", 92)
- test("jkl", 0)
- test("mno", 1)
- test("pqr", 0)
- test("stu", -1)
- test("vwx", -1073741824)
- test("yz", 1073741824)
- })
-}
-
-func TestParenthesizing(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = 1 + 2 * 3
- def = (1 + 2) * 3
- ghi = !(false || true)
- jkl = !false || true
- `)
- test("abc", 7)
- test("def", 9)
- test("ghi", false)
- test("jkl", true)
- })
-}
-
-func Test_instanceof(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = {} instanceof Object;
- `, true)
-
- test(`
- abc = "abc" instanceof Object;
- `, false)
-
- test(`raise:
- abc = {} instanceof "abc";
- `, "TypeError: Expecting a function in instanceof check, but got: abc")
-
- test(`raise:
- "xyzzy" instanceof Math;
- `, "TypeError")
- })
-}
-
-func TestIn(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = "prototype" in Object;
- def = "xyzzy" in Object;
- [ abc, def ];
- `, "true,false")
- })
-}
-
-func Test_new(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = new Boolean;
- def = new Boolean(1);
- [ abc, def ];
- `, "false,true")
- })
-}
-
-func TestNewFunction(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- new Function("return 11")()
- `, 11)
-
- test(`
- abc = 10
- new Function("abc += 1")()
- abc
- `, 11)
-
- test(`
- new Function("a", "b", "c", "return b + 2")(10, 11, 12)
- `, 13)
-
- test(`raise:
- new 1
- `, "TypeError: 1 is not a function")
-
- // TODO Better error reporting: new this
- test(`raise:
- new this
- `, "TypeError: [object environment] is not a function")
-
- test(`raise:
- new {}
- `, "TypeError: [object Object] is not a function")
- })
-}
-
-func TestNewPrototype(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = { 'xyzzy': 'Nothing happens.' }
- function Xyzzy(){}
- Xyzzy.prototype = abc;
- (new Xyzzy()).xyzzy
- `, "Nothing happens.")
- })
-}
-
-func TestBlock(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc=0;
- var ghi;
- def: {
- do {
- abc++;
- if (!(abc < 10)) {
- break def;
- ghi = "ghi";
- }
- } while (true);
- }
- [ abc,ghi ];
- `, "10,")
- })
-}
-
-func Test_toString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- [undefined+""]
- `, "undefined")
- })
-}
-
-func TestEvaluationOrder(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- var abc = 0;
- abc < (abc = 1) === true;
- `, true)
- })
-}
-
-func TestClone(t *testing.T) {
- tt(t, func() {
- vm1 := New()
- vm1.Run(`
- var abc = 1;
- `)
-
- vm2 := vm1.clone()
- vm1.Run(`
- abc += 2;
- `)
- vm2.Run(`
- abc += 4;
- `)
-
- is(vm1.getValue("abc"), 3)
- is(vm2.getValue("abc"), 5)
- })
-}
-
-func Test_debugger(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- debugger;
- `, "undefined")
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/script.go b/Godeps/_workspace/src/github.com/obscuren/otto/script.go
deleted file mode 100644
index ed8aebbf4..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/script.go
+++ /dev/null
@@ -1,122 +0,0 @@
-package otto
-
-import (
- "bytes"
- "encoding/gob"
- "errors"
-
- "github.com/robertkrimen/otto/parser"
-)
-
-var ErrVersion = errors.New("version mismatch")
-
-var scriptVersion = "2014-04-13/1"
-
-// Script is a handle for some (reusable) JavaScript.
-// Passing a Script value to a run method will evaluate the JavaScript.
-//
-type Script struct {
- version string
- program *_nodeProgram
- filename string
- src string
-}
-
-// Compile will parse the given source and return a Script value or nil and
-// an error if there was a problem during compilation.
-//
-// script, err := vm.Compile("", `var abc; if (!abc) abc = 0; abc += 2; abc;`)
-// vm.Run(script)
-//
-func (self *Otto) Compile(filename string, src interface{}) (*Script, error) {
- {
- src, err := parser.ReadSource(filename, src)
- if err != nil {
- return nil, err
- }
-
- program, err := self.runtime.parse(filename, src)
- if err != nil {
- return nil, err
- }
-
- cmpl_program := cmpl_parse(program)
-
- script := &Script{
- version: scriptVersion,
- program: cmpl_program,
- filename: filename,
- src: string(src),
- }
-
- return script, nil
- }
-}
-
-func (self *Script) String() string {
- return "// " + self.filename + "\n" + self.src
-}
-
-// MarshalBinary will marshal a script into a binary form. A marshalled script
-// that is later unmarshalled can be executed on the same version of the otto runtime.
-//
-// The binary format can change at any time and should be considered unspecified and opaque.
-//
-func (self *Script) marshalBinary() ([]byte, error) {
- var bfr bytes.Buffer
- encoder := gob.NewEncoder(&bfr)
- err := encoder.Encode(self.version)
- if err != nil {
- return nil, err
- }
- err = encoder.Encode(self.program)
- if err != nil {
- return nil, err
- }
- err = encoder.Encode(self.filename)
- if err != nil {
- return nil, err
- }
- err = encoder.Encode(self.src)
- if err != nil {
- return nil, err
- }
- return bfr.Bytes(), nil
-}
-
-// UnmarshalBinary will vivify a marshalled script into something usable. If the script was
-// originally marshalled on a different version of the otto runtime, then this method
-// will return an error.
-//
-// The binary format can change at any time and should be considered unspecified and opaque.
-//
-func (self *Script) unmarshalBinary(data []byte) error {
- decoder := gob.NewDecoder(bytes.NewReader(data))
- err := decoder.Decode(&self.version)
- if err != nil {
- goto error
- }
- if self.version != scriptVersion {
- err = ErrVersion
- goto error
- }
- err = decoder.Decode(&self.program)
- if err != nil {
- goto error
- }
- err = decoder.Decode(&self.filename)
- if err != nil {
- goto error
- }
- err = decoder.Decode(&self.src)
- if err != nil {
- goto error
- }
- return nil
-error:
- self.version = ""
- self.program = nil
- self.filename = ""
- self.src = ""
- return err
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/script_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/script_test.go
deleted file mode 100644
index 1a25b8a95..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/script_test.go
+++ /dev/null
@@ -1,76 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestScript(t *testing.T) {
- tt(t, func() {
- return
-
- vm := New()
-
- script, err := vm.Compile("xyzzy", `var abc; if (!abc) abc = 0; abc += 2; abc;`)
- is(err, nil)
-
- str := script.String()
- is(str, "// xyzzy\nvar abc; if (!abc) abc = 0; abc += 2; abc;")
-
- value, err := vm.Run(script)
- is(err, nil)
- is(value, 2)
-
- tmp, err := script.marshalBinary()
- is(err, nil)
- is(len(tmp), 1228)
-
- {
- script := &Script{}
- err = script.unmarshalBinary(tmp)
- is(err, nil)
-
- is(script.String(), str)
-
- value, err = vm.Run(script)
- is(err, nil)
- is(value, 4)
-
- tmp, err = script.marshalBinary()
- is(err, nil)
- is(len(tmp), 1228)
- }
-
- {
- script := &Script{}
- err = script.unmarshalBinary(tmp)
- is(err, nil)
-
- is(script.String(), str)
-
- value, err := vm.Run(script)
- is(err, nil)
- is(value, 6)
-
- tmp, err = script.marshalBinary()
- is(err, nil)
- is(len(tmp), 1228)
- }
-
- {
- version := scriptVersion
- scriptVersion = "bogus"
-
- script := &Script{}
- err = script.unmarshalBinary(tmp)
- is(err, "version mismatch")
-
- is(script.String(), "// \n")
- is(script.version, "")
- is(script.program == nil, true)
- is(script.filename, "")
- is(script.src, "")
-
- scriptVersion = version
- }
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/string_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/string_test.go
deleted file mode 100644
index b7b06324b..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/string_test.go
+++ /dev/null
@@ -1,365 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-func TestString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = (new String("xyzzy")).length;
- def = new String().length;
- ghi = new String("Nothing happens.").length;
- `)
- test("abc", 5)
- test("def", 0)
- test("ghi", 16)
- test(`"".length`, 0)
- test(`"a\uFFFFbc".length`, 4)
- test(`String(+0)`, "0")
- test(`String(-0)`, "0")
- test(`""+-0`, "0")
- test(`
- var abc = Object.getOwnPropertyDescriptor(String, "prototype");
- [ [ typeof String.prototype ],
- [ abc.writable, abc.enumerable, abc.configurable ] ];
- `, "object,false,false,false")
- })
-}
-
-func TestString_charAt(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = "xyzzy".charAt(0)
- def = "xyzzy".charAt(11)
- `)
- test("abc", "x")
- test("def", "")
- })
-}
-
-func TestString_charCodeAt(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`
- abc = "xyzzy".charCodeAt(0)
- def = "xyzzy".charCodeAt(11)
- `)
- test("abc", 120)
- test("def", _NaN)
- })
-}
-
-func TestString_fromCharCode(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`String.fromCharCode()`, []uint16{})
- test(`String.fromCharCode(88, 121, 122, 122, 121)`, []uint16{88, 121, 122, 122, 121}) // FIXME terst, Double-check these...
- test(`String.fromCharCode("88", 121, 122, 122.05, 121)`, []uint16{88, 121, 122, 122, 121})
- test(`String.fromCharCode("88", 121, 122, NaN, 121)`, []uint16{88, 121, 122, 0, 121})
- test(`String.fromCharCode("0x21")`, []uint16{33})
- test(`String.fromCharCode(-1).charCodeAt(0)`, 65535)
- test(`String.fromCharCode(65535).charCodeAt(0)`, 65535)
- test(`String.fromCharCode(65534).charCodeAt(0)`, 65534)
- test(`String.fromCharCode(4294967295).charCodeAt(0)`, 65535)
- test(`String.fromCharCode(4294967294).charCodeAt(0)`, 65534)
- test(`String.fromCharCode(0x0024) === "$"`, true)
- })
-}
-
-func TestString_concat(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"".concat()`, "")
- test(`"".concat("abc", "def")`, "abcdef")
- test(`"".concat("abc", undefined, "def")`, "abcundefineddef")
- })
-}
-
-func TestString_indexOf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"".indexOf("")`, 0)
- test(`"".indexOf("", 11)`, 0)
- test(`"abc".indexOf("")`, 0)
- test(`"abc".indexOf("", 11)`, 3)
- test(`"abc".indexOf("a")`, 0)
- test(`"abc".indexOf("bc")`, 1)
- test(`"abc".indexOf("bc", 11)`, -1)
- test(`"$$abcdabcd".indexOf("ab", function(){return -Infinity;}())`, 2)
- test(`"$$abcdabcd".indexOf("ab", function(){return NaN;}())`, 2)
-
- test(`
- var abc = {toString:function(){return "\u0041B";}}
- var def = {valueOf:function(){return true;}}
- var ghi = "ABB\u0041BABAB";
- var jkl;
- with(ghi) {
- jkl = indexOf(abc, def);
- }
- jkl;
- `, 3)
- })
-}
-
-func TestString_lastIndexOf(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"".lastIndexOf("")`, 0)
- test(`"".lastIndexOf("", 11)`, 0)
- test(`"abc".lastIndexOf("")`, 3)
- test(`"abc".lastIndexOf("", 11)`, 3)
- test(`"abc".lastIndexOf("a")`, 0)
- test(`"abc".lastIndexOf("bc")`, 1)
- test(`"abc".lastIndexOf("bc", 11)`, 1)
- test(`"abc".lastIndexOf("bc", 0)`, -1)
- test(`"abc".lastIndexOf("abcabcabc", 2)`, -1)
- test(`"abc".lastIndexOf("abc", 0)`, 0)
- test(`"abc".lastIndexOf("abc", 1)`, 0)
- test(`"abc".lastIndexOf("abc", 2)`, 0)
- test(`"abc".lastIndexOf("abc", 3)`, 0)
-
- test(`
- abc = new Object(true);
- abc.lastIndexOf = String.prototype.lastIndexOf;
- abc.lastIndexOf(true, false);
- `, 0)
- })
-}
-
-func TestString_match(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc____abc_abc___".match(/__abc/)`, "__abc")
- test(`"abc___abc_abc__abc__abc".match(/abc/g)`, "abc,abc,abc,abc,abc")
- test(`"abc____abc_abc___".match(/__abc/g)`, "__abc")
- test(`
- abc = /abc/g
- "abc___abc_abc__abc__abc".match(abc)
- `, "abc,abc,abc,abc,abc")
- test(`abc.lastIndex`, 23)
- })
-}
-
-func TestString_replace(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc_abc".replace(/abc/, "$&123")`, "abc123_abc")
- test(`"abc_abc".replace(/abc/g, "$&123")`, "abc123_abc123")
- test(`"abc_abc_".replace(/abc/g, "$&123")`, "abc123_abc123_")
- test(`"_abc_abc_".replace(/abc/g, "$&123")`, "_abc123_abc123_")
- test(`"abc".replace(/abc/, "$&123")`, "abc123")
- test(`"abc_".replace(/abc/, "$&123")`, "abc123_")
- test("\"^abc$\".replace(/abc/, \"$`def\")", "^^def$")
- test("\"^abc$\".replace(/abc/, \"def$`\")", "^def^$")
- test(`"_abc_abd_".replace(/ab(c|d)/g, "$1")`, "_c_d_")
- test(`
- "_abc_abd_".replace(/ab(c|d)/g, function(){
- })
- `, "_undefined_undefined_")
-
- test(`"b".replace(/(a)?(b)?/, "_$1_")`, "__")
- test(`
- "b".replace(/(a)?(b)?/, function(a, b, c, d, e, f){
- return [a, b, c, d, e, f]
- })
- `, "b,,b,0,b,")
-
- test(`
- var abc = 'She sells seashells by the seashore.';
- var def = /sh/;
- [ abc.replace(def, "$'" + 'sch') ];
- `, "She sells seaells by the seashore.schells by the seashore.")
- })
-}
-
-func TestString_search(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc".search(/abc/)`, 0)
- test(`"abc".search(/def/)`, -1)
- test(`"abc".search(/c$/)`, 2)
- test(`"abc".search(/$/)`, 3)
- })
-}
-
-func TestString_split(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc".split("", 1)`, "a")
- test(`"abc".split("", 2)`, "a,b")
- test(`"abc".split("", 3)`, "a,b,c")
- test(`"abc".split("", 4)`, "a,b,c")
- test(`"abc".split("", 11)`, "a,b,c")
- test(`"abc".split("", 0)`, "")
- test(`"abc".split("")`, "a,b,c")
-
- test(`"abc".split(undefined)`, "abc")
-
- test(`"__1__3_1__2__".split("_")`, ",,1,,3,1,,2,,")
-
- test(`"__1__3_1__2__".split(/_/)`, ",,1,,3,1,,2,,")
-
- test(`"ab".split(/a*/)`, ",b")
-
- test(`_ = "A<B>bold</B>and<CODE>coded</CODE>".split(/<(\/)?([^<>]+)>/)`, "A,,B,bold,/,B,and,,CODE,coded,/,CODE,")
- test(`_.length`, 13)
- test(`_[1] === undefined`, true)
- test(`_[12] === ""`, true)
-
- test(`
- var abc = new String("one-1 two-2 three-3");
- var def = abc.split(new RegExp);
-
- [ def.constructor === Array, abc.length, def.length, def.join('') ];
- `, "true,19,19,one-1 two-2 three-3")
- })
-}
-
-func TestString_slice(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc".slice()`, "abc")
- test(`"abc".slice(0)`, "abc")
- test(`"abc".slice(0,11)`, "abc")
- test(`"abc".slice(0,-1)`, "ab")
- test(`"abc".slice(-1,11)`, "c")
- test(`abc = "abc"; abc.slice(abc.length+1, 0)`, "")
- })
-}
-
-func TestString_substring(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc".substring()`, "abc")
- test(`"abc".substring(0)`, "abc")
- test(`"abc".substring(0,11)`, "abc")
- test(`"abc".substring(11,0)`, "abc")
- test(`"abc".substring(0,-1)`, "")
- test(`"abc".substring(-1,11)`, "abc")
- test(`"abc".substring(11,1)`, "bc")
- test(`"abc".substring(1)`, "bc")
- test(`"abc".substring(Infinity, Infinity)`, "")
- })
-}
-
-func TestString_toCase(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`"abc".toLowerCase()`, "abc")
- test(`"ABC".toLowerCase()`, "abc")
- test(`"abc".toLocaleLowerCase()`, "abc")
- test(`"ABC".toLocaleLowerCase()`, "abc")
- test(`"abc".toUpperCase()`, "ABC")
- test(`"ABC".toUpperCase()`, "ABC")
- test(`"abc".toLocaleUpperCase()`, "ABC")
- test(`"ABC".toLocaleUpperCase()`, "ABC")
- })
-}
-
-func Test_floatToString(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`String(-1234567890)`, "-1234567890")
- test(`-+String(-(-1234567890))`, -1234567890)
- test(`String(-1e128)`, "-1e+128")
- test(`String(0.12345)`, "0.12345")
- test(`String(-0.00000012345)`, "-1.2345e-7")
- test(`String(0.0000012345)`, "0.0000012345")
- test(`String(1000000000000000000000)`, "1e+21")
- test(`String(1e21)`, "1e+21")
- test(`String(1E21)`, "1e+21")
- test(`String(-1000000000000000000000)`, "-1e+21")
- test(`String(-1e21)`, "-1e+21")
- test(`String(-1E21)`, "-1e+21")
- test(`String(0.0000001)`, "1e-7")
- test(`String(1e-7)`, "1e-7")
- test(`String(1E-7)`, "1e-7")
- test(`String(-0.0000001)`, "-1e-7")
- test(`String(-1e-7)`, "-1e-7")
- test(`String(-1E-7)`, "-1e-7")
- })
-}
-
-func TestString_indexing(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- // Actually a test of stringToArrayIndex, under the hood.
- test(`
- abc = new String("abc");
- index = Math.pow(2, 32);
- [ abc.length, abc[index], abc[index+1], abc[index+2], abc[index+3] ];
- `, "3,,,,")
- })
-}
-
-func TestString_trim(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`' \n abc \t \n'.trim();`, "abc")
- test(`" abc\u000B".trim()`, "abc")
- test(`"abc ".trim()`, "abc")
- test(`
- var a = "\u180Eabc \u000B "
- var b = a.trim()
- a.length + b.length
- `, 10)
- })
-}
-
-func TestString_trimLeft(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`" abc\u000B".trimLeft()`, "abc\u000B")
- test(`"abc ".trimLeft()`, "abc ")
- test(`
- var a = "\u180Eabc \u000B "
- var b = a.trimLeft()
- a.length + b.length
- `, 13)
- })
-}
-
-func TestString_trimRight(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`" abc\u000B".trimRight()`, " abc")
- test(`" abc ".trimRight()`, " abc")
- test(`
- var a = "\u180Eabc \u000B "
- var b = a.trimRight()
- a.length + b.length
- `, 11)
- })
-}
-
-func TestString_localeCompare(t *testing.T) {
- tt(t, func() {
- test, _ := test()
-
- test(`'a'.localeCompare('c');`, -1)
- test(`'c'.localeCompare('a');`, 1)
- test(`'a'.localeCompare('a');`, 0)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/terst/terst.go b/Godeps/_workspace/src/github.com/obscuren/otto/terst/terst.go
deleted file mode 100644
index a25ca8b9c..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/terst/terst.go
+++ /dev/null
@@ -1,669 +0,0 @@
-// This file was AUTOMATICALLY GENERATED by terst-import (smuggol) from github.com/robertkrimen/terst
-
-/*
-Package terst is a terse (terst = test + terse), easy-to-use testing library for Go.
-
-terst is compatible with (and works via) the standard testing package: http://golang.org/pkg/testing
-
- var is = terst.Is
-
- func Test(t *testing.T) {
- terst.Terst(t, func() {
- is("abc", "abc")
-
- is(1, ">", 0)
-
- var abc []int
- is(abc, nil)
- }
- }
-
-Do not import terst directly, instead use `terst-import` to copy it into your testing environment:
-
-https://github.com/robertkrimen/terst/tree/master/terst-import
-
- $ go get github.com/robertkrimen/terst/terst-import
-
- $ terst-import
-
-*/
-package terst
-
-import (
- "bytes"
- "errors"
- "fmt"
- "math/big"
- "reflect"
- "regexp"
- "runtime"
- "strings"
- "sync"
- "testing"
- "time"
-)
-
-// Is compares two values (got & expect) and returns true if the comparison is true,
-// false otherwise. In addition, if the comparison is false, Is will report the error
-// in a manner similar to testing.T.Error(...). Is also takes an optional argument,
-// a comparator, that changes how the comparison is made. The following
-// comparators are available:
-//
-// == # got == expect (default)
-// != # got != expect
-//
-// > # got > expect (float32, uint, uint16, int, int64, ...)
-// >= # got >= expect
-// < # got < expect
-// <= # got <= expect
-//
-// =~ # regexp.MustCompile(expect).Match{String}(got)
-// !~ # !regexp.MustCompile(expect).Match{String}(got)
-//
-// Basic usage with the default comparator (==):
-//
-// Is(<got>, <expect>)
-//
-// Specifying a different comparator:
-//
-// Is(<got>, <comparator>, <expect>)
-//
-// A simple comparison:
-//
-// Is(2 + 2, 4)
-//
-// A bit trickier:
-//
-// Is(1, ">", 0)
-// Is(2 + 2, "!=", 5)
-// Is("Nothing happens.", "=~", `ing(\s+)happens\.$`)
-//
-// Is should only be called under a Terst(t, ...) call. For a standalone version,
-// use IsErr. If no scope is found and the comparison is false, then Is will panic the error.
-//
-func Is(arguments ...interface{}) bool {
- err := IsErr(arguments...)
- if err != nil {
- call := Caller()
- if call == nil {
- panic(err)
- }
- call.Error(err)
- return false
- }
- return true
-}
-
-type (
- // ErrFail indicates a comparison failure (e.g. 0 > 1).
- ErrFail error
-
- // ErrInvalid indicates an invalid comparison (e.g. bool == string).
- ErrInvalid error
-)
-
-var errInvalid = errors.New("invalid")
-
-var registry = struct {
- table map[uintptr]*_scope
- lock sync.RWMutex
-}{
- table: map[uintptr]*_scope{},
-}
-
-func registerScope(pc uintptr, scope *_scope) {
- registry.lock.Lock()
- defer registry.lock.Unlock()
- registry.table[pc] = scope
-}
-
-func scope() *_scope {
- scope, _ := findScope()
- return scope
-}
-
-func floatCompare(a float64, b float64) int {
- if a > b {
- return 1
- } else if a < b {
- return -1
- }
- // NaN == NaN
- return 0
-}
-
-func bigIntCompare(a *big.Int, b *big.Int) int {
- return a.Cmp(b)
-}
-
-func bigInt(value int64) *big.Int {
- return big.NewInt(value)
-}
-
-func bigUint(value uint64) *big.Int {
- return big.NewInt(0).SetUint64(value)
-}
-
-type _toString interface {
- String() string
-}
-
-func toString(value interface{}) (string, error) {
- switch value := value.(type) {
- case string:
- return value, nil
- case _toString:
- return value.String(), nil
- case error:
- return value.Error(), nil
- }
- return "", errInvalid
-}
-
-func matchString(got string, expect *regexp.Regexp) (int, error) {
- if expect.MatchString(got) {
- return 0, nil
- }
- return -1, nil
-}
-
-func match(got []byte, expect *regexp.Regexp) (int, error) {
- if expect.Match(got) {
- return 0, nil
- }
- return -1, nil
-}
-
-func compareMatch(got, expect interface{}) (int, error) {
- switch got := got.(type) {
- case []byte:
- switch expect := expect.(type) {
- case string:
- matcher, err := regexp.Compile(expect)
- if err != nil {
- return 0, err
- }
- return match(got, matcher)
- case *regexp.Regexp:
- return match(got, expect)
- }
- default:
- if got, err := toString(got); err == nil {
- switch expect := expect.(type) {
- case string:
- matcher, err := regexp.Compile(expect)
- if err != nil {
- return 0, err
- }
- return matchString(got, matcher)
- case *regexp.Regexp:
- return matchString(got, expect)
- }
- } else {
- return 0, err
- }
- }
- return 0, errInvalid
-}
-
-func floatPromote(value reflect.Value) (float64, error) {
- kind := value.Kind()
- if reflect.Int <= kind && kind <= reflect.Int64 {
- return float64(value.Int()), nil
- }
- if reflect.Uint <= kind && kind <= reflect.Uint64 {
- return float64(value.Uint()), nil
- }
- if reflect.Float32 <= kind && kind <= reflect.Float64 {
- return value.Float(), nil
- }
- return 0, errInvalid
-}
-
-func bigIntPromote(value reflect.Value) (*big.Int, error) {
- kind := value.Kind()
- if reflect.Int <= kind && kind <= reflect.Int64 {
- return bigInt(value.Int()), nil
- }
- if reflect.Uint <= kind && kind <= reflect.Uint64 {
- return bigUint(value.Uint()), nil
- }
- return nil, errInvalid
-}
-
-func compareOther(got, expect interface{}) (int, error) {
- {
- switch expect.(type) {
- case float32, float64:
- return compareNumber(got, expect)
- case uint, uint8, uint16, uint32, uint64:
- return compareNumber(got, expect)
- case int, int8, int16, int32, int64:
- return compareNumber(got, expect)
- case string:
- var err error
- got, err = toString(got)
- if err != nil {
- return 0, err
- }
- case nil:
- got := reflect.ValueOf(got)
- switch got.Kind() {
- case reflect.Chan, reflect.Func, reflect.Map, reflect.Ptr, reflect.Slice, reflect.Interface:
- if got.IsNil() {
- return 0, nil
- }
- return -1, nil
- case reflect.Invalid: // reflect.Invalid: var abc interface{} = nil
- return 0, nil
- }
- return 0, errInvalid
- }
- }
-
- if reflect.ValueOf(got).Type() != reflect.ValueOf(expect).Type() {
- return 0, errInvalid
- }
-
- if reflect.DeepEqual(got, expect) {
- return 0, nil
- }
- return -1, nil
-}
-
-func compareNumber(got, expect interface{}) (int, error) {
- {
- got := reflect.ValueOf(got)
- k0 := got.Kind()
- expect := reflect.ValueOf(expect)
- k1 := expect.Kind()
- if reflect.Float32 <= k0 && k0 <= reflect.Float64 ||
- reflect.Float32 <= k1 && k1 <= reflect.Float64 {
- got, err := floatPromote(got)
- if err != nil {
- return 0, err
- }
- expect, err := floatPromote(expect)
- if err != nil {
- return 0, err
- }
- return floatCompare(got, expect), nil
- } else {
- got, err := bigIntPromote(got)
- if err != nil {
- return 0, err
- }
- expect, err := bigIntPromote(expect)
- if err != nil {
- return 0, err
- }
- return got.Cmp(expect), nil
- }
- }
-
- return 0, errInvalid
-}
-
-// IsErr compares two values (got & expect) and returns nil if the comparison is true, an ErrFail if
-// the comparison is false, or an ErrInvalid if the comparison is invalid. IsErr also
-// takes an optional argument, a comparator, that changes how the comparison is made.
-//
-// Is & IsErr are similar but different:
-//
-// Is(...) // Should only be called within a Terst(...) call
-// IsErr(...) // A standalone comparator, the same as Is, just without the automatic reporting
-//
-func IsErr(arguments ...interface{}) error {
- var got, expect interface{}
- comparator := "=="
- switch len(arguments) {
- case 0, 1:
- return fmt.Errorf("invalid number of arguments to IsErr: %d", len(arguments))
- case 2:
- got, expect = arguments[0], arguments[1]
- default:
- if value, ok := arguments[1].(string); ok {
- comparator = value
- } else {
- return fmt.Errorf("invalid comparator: %v", arguments[1])
- }
- got, expect = arguments[0], arguments[2]
- }
-
- var result int
- var err error
-
- switch comparator {
- case "<", "<=", ">", ">=":
- result, err = compareNumber(got, expect)
- case "=~", "!~":
- result, err = compareMatch(got, expect)
- case "==", "!=":
- result, err = compareOther(got, expect)
- default:
- return fmt.Errorf("invalid comparator: %s", comparator)
- }
-
- if err == errInvalid {
- return ErrInvalid(fmt.Errorf(
- "\nINVALID (%s):\n got: %v (%T)\n expected: %v (%T)",
- comparator,
- got, got,
- expect, expect,
- ))
- } else if err != nil {
- return err
- }
-
- equality, pass := false, false
-
- switch comparator {
- case "==", "=~":
- equality = true
- pass = result == 0
- case "!=", "!~":
- equality = true
- pass = result != 0
- case "<":
- pass = result < 0
- case "<=":
- pass = result <= 0
- case ">":
- pass = result > 0
- case ">=":
- pass = result >= 0
- }
-
- if !pass {
- if equality {
- if comparator[1] == '~' {
- if value, ok := got.([]byte); ok {
- return ErrFail(fmt.Errorf(
- "\nFAIL (%s)\n got: %s %v%s\nexpected: %v%s",
- comparator,
- value, got, typeKindString(got),
- expect, typeKindString(expect),
- ))
- }
- }
- return ErrFail(fmt.Errorf(
- "\nFAIL (%s)\n got: %v%s\nexpected: %v%s",
- comparator,
- got, typeKindString(got),
- expect, typeKindString(expect),
- ))
- }
- return ErrFail(fmt.Errorf(
- "\nFAIL (%s)\n got: %v%s\nexpected: %s %v%s",
- comparator,
- got, typeKindString(got),
- comparator, expect, typeKindString(expect),
- ))
- }
-
- return nil
-}
-
-func typeKindString(value interface{}) string {
- reflectValue := reflect.ValueOf(value)
- kind := reflectValue.Kind().String()
- result := fmt.Sprintf("%T", value)
- if kind == result {
- if kind == "string" {
- return ""
- }
- return fmt.Sprintf(" (%T)", value)
- }
- return fmt.Sprintf(" (%T=%s)", value, kind)
-}
-
-func (scope *_scope) reset() {
- scope.name = ""
- scope.output = scope.output[:]
- scope.start = time.Time{}
- scope.duration = 0
-}
-
-// Terst creates a testing scope, where Is can be called and errors will be reported
-// according to the top-level location of the comparison, and not where the Is call
-// actually takes place. For example:
-//
-// func test(value int) {
-// Is(value, 5) // <--- This failure is reported below.
-// }
-//
-// Terst(t, func(){
-//
-// Is(2, ">", 3) // <--- An error is reported here.
-//
-// test(5) // <--- An error is reported here.
-//
-// })
-//
-func Terst(t *testing.T, arguments ...func()) {
- scope := &_scope{
- t: t,
- }
-
- pc, _, _, ok := runtime.Caller(1) // TODO Associate with the Test... func
- if !ok {
- panic("Here be dragons.")
- }
-
- _, scope.testFunc = findTestFunc()
-
- registerScope(pc, scope)
-
- for _, fn := range arguments {
- func() {
- scope.reset()
- name := scope.testFunc.Name()
- index := strings.LastIndex(scope.testFunc.Name(), ".")
- if index >= 0 {
- name = name[index+1:] + "(Terst)"
- } else {
- name = "(Terst)"
- }
- name = "(Terst)"
- scope.name = name
- scope.start = time.Now()
- defer func() {
- scope.duration = time.Now().Sub(scope.start)
- if err := recover(); err != nil {
- scope.t.Fail()
- scope.report()
- panic(err)
- }
- scope.report()
- }()
- fn()
- }()
- }
-}
-
-// From "testing"
-func (scope *_scope) report() {
- format := "~~~ %s: (Terst)\n%s"
- if scope.t.Failed() {
- fmt.Printf(format, "FAIL", scope.output)
- } else if testing.Verbose() && len(scope.output) > 0 {
- fmt.Printf(format, "PASS", scope.output)
- }
-}
-
-func (scope *_scope) log(call _entry, str string) {
- scope.mu.Lock()
- defer scope.mu.Unlock()
- scope.output = append(scope.output, decorate(call, str)...)
-}
-
-// decorate prefixes the string with the file and line of the call site
-// and inserts the final newline if needed and indentation tabs for formascing.
-func decorate(call _entry, s string) string {
-
- file, line := call.File, call.Line
- if call.PC > 0 {
- // Truncate file name at last file name separator.
- if index := strings.LastIndex(file, "/"); index >= 0 {
- file = file[index+1:]
- } else if index = strings.LastIndex(file, "\\"); index >= 0 {
- file = file[index+1:]
- }
- } else {
- file = "???"
- line = 1
- }
- buf := new(bytes.Buffer)
- // Every line is indented at least one tab.
- buf.WriteByte('\t')
- fmt.Fprintf(buf, "%s:%d: ", file, line)
- lines := strings.Split(s, "\n")
- if l := len(lines); l > 1 && lines[l-1] == "" {
- lines = lines[:l-1]
- }
- for i, line := range lines {
- if i > 0 {
- // Second and subsequent lines are indented an extra tab.
- buf.WriteString("\n\t\t")
- }
- buf.WriteString(line)
- }
- buf.WriteByte('\n')
- return buf.String()
-}
-
-func findScope() (*_scope, _entry) {
- registry.lock.RLock()
- defer registry.lock.RUnlock()
- table := registry.table
- depth := 2 // Starting depth
- call := _entry{}
- for {
- pc, _, _, ok := runtime.Caller(depth)
- if !ok {
- break
- }
- if scope, exists := table[pc]; exists {
- pc, file, line, _ := runtime.Caller(depth - 3) // Terst(...) + func(){}() + fn() => ???()
- call.PC = pc
- call.File = file
- call.Line = line
- return scope, call
- }
- depth++
- }
- return nil, _entry{}
-}
-
-// Call is a reference to a line immediately under a Terst testing scope.
-type Call struct {
- scope *_scope
- entry _entry
-}
-
-// Caller will search the stack, looking for a Terst testing scope. If a scope
-// is found, then Caller returns a Call for logging errors, accessing testing.T, etc.
-// If no scope is found, Caller returns nil.
-func Caller() *Call {
- scope, entry := findScope()
- if scope == nil {
- return nil
- }
- return &Call{
- scope: scope,
- entry: entry,
- }
-}
-
-// TestFunc returns the *runtime.Func entry for the top-level Test...(t testing.T)
-// function.
-func (cl *Call) TestFunc() *runtime.Func {
- return cl.scope.testFunc
-}
-
-// T returns the original testing.T passed to Terst(...)
-func (cl *Call) T() *testing.T {
- return cl.scope.t
-}
-
-// Log is the terst version of `testing.T.Log`
-func (cl *Call) Log(arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintln(arguments...))
-}
-
-// Logf is the terst version of `testing.T.Logf`
-func (cl *Call) Logf(format string, arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintf(format, arguments...))
-}
-
-// Error is the terst version of `testing.T.Error`
-func (cl *Call) Error(arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintln(arguments...))
- cl.scope.t.Fail()
-}
-
-// Errorf is the terst version of `testing.T.Errorf`
-func (cl *Call) Errorf(format string, arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintf(format, arguments...))
- cl.scope.t.Fail()
-}
-
-// Skip is the terst version of `testing.T.Skip`
-func (cl *Call) Skip(arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintln(arguments...))
- cl.scope.t.SkipNow()
-}
-
-// Skipf is the terst version of `testing.T.Skipf`
-func (cl *Call) Skipf(format string, arguments ...interface{}) {
- cl.scope.log(cl.entry, fmt.Sprintf(format, arguments...))
- cl.scope.t.SkipNow()
-}
-
-type _scope struct {
- t *testing.T
- testFunc *runtime.Func
- name string
- mu sync.RWMutex
- output []byte
- start time.Time
- duration time.Duration
-}
-
-type _entry struct {
- PC uintptr
- File string
- Line int
- Func *runtime.Func
-}
-
-func _findFunc(match string) (_entry, *runtime.Func) {
- depth := 2 // Starting depth
- for {
- pc, file, line, ok := runtime.Caller(depth)
- if !ok {
- break
- }
- fn := runtime.FuncForPC(pc)
- name := fn.Name()
- if index := strings.LastIndex(name, match); index >= 0 {
- // Assume we have an instance of TestXyzzy in a _test file
- return _entry{
- PC: pc,
- File: file,
- Line: line,
- Func: fn,
- }, fn
- }
- depth++
- }
- return _entry{}, nil
-}
-
-func findTestFunc() (_entry, *runtime.Func) {
- return _findFunc(".Test")
-}
-
-func findTerstFunc() (_entry, *runtime.Func) {
- return _findFunc(".Terst")
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/test/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/test/Makefile
deleted file mode 100644
index ac76fdeac..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/test/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-.PHONY: test fetch clean build err report
-
-TESTER := tester
-
-test: $(TESTER)
- for test in test-*.js; do ./$^ -test=true $$test 1>/dev/null || exit 1; done
- @echo PASS
-
-report: $(TESTER)
- ./$^ -report | grep -v "MT READY"
-
-fetch: $(TESTER)
- ./$^ fetch
-
-build:
- go build -a -o $(TESTER)
-
-$(TESTER): tester.go
- $(MAKE) build
-
-clean:
- rm -f test-*.js
- rm -f $(TESTER)
-
-err: $(TESTER)
- for test in test-*.js; do ./$^ $$test; done 2>$@
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/test/tester.go b/Godeps/_workspace/src/github.com/obscuren/otto/test/tester.go
deleted file mode 100644
index ea694fd8d..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/test/tester.go
+++ /dev/null
@@ -1,196 +0,0 @@
-package main
-
-import (
- "encoding/json"
- "flag"
- "fmt"
- "io/ioutil"
- "net/http"
- "os"
- "regexp"
- "strings"
- "sync"
- "text/tabwriter"
-
- "github.com/robertkrimen/otto"
- "github.com/robertkrimen/otto/parser"
-)
-
-var flag_test *bool = flag.Bool("test", false, "")
-var flag_report *bool = flag.Bool("report", false, "")
-
-var match_ReferenceError_not_defined = regexp.MustCompile(`^ReferenceError: \S+ is not defined$`)
-var match_lookahead = regexp.MustCompile(`Invalid regular expression: re2: Invalid \(\?[=!]\) <lookahead>`)
-var match_backreference = regexp.MustCompile(`Invalid regular expression: re2: Invalid \\\d <backreference>`)
-var match_TypeError_undefined = regexp.MustCompile(`^TypeError: Cannot access member '[^']+' of undefined$`)
-
-var target = map[string]string{
- "test-angular-bindonce.js": "fail", // (anonymous): Line 1:944 Unexpected token ( (and 40 more errors)
- "test-jsforce.js": "fail", // (anonymous): Line 9:28329 RuneError (and 5 more errors)
- "test-chaplin.js": "parse", // Error: Chaplin requires Common.js or AMD modules
- "test-dropbox.js.js": "parse", // Error: dropbox.js loaded in an unsupported JavaScript environment.
- "test-epitome.js": "parse", // TypeError: undefined is not a function
- "test-portal.js": "parse", // TypeError
- "test-reactive-coffee.js": "parse", // Dependencies are not met for reactive: _ and $ not found
- "test-scriptaculous.js": "parse", // script.aculo.us requires the Prototype JavaScript framework >= 1.6.0.3
- "test-waypoints.js": "parse", // TypeError: undefined is not a function
- "test-webuploader.js": "parse", // Error: `jQuery` is undefined
- "test-xuijs.js": "parse", // TypeError: undefined is not a function
-}
-
-// http://cdnjs.com/
-// http://api.cdnjs.com/libraries
-
-func fetch(name, location string) error {
- response, err := http.Get(location)
- if err != nil {
- return err
- }
- defer response.Body.Close()
- body, err := ioutil.ReadAll(response.Body)
- if err != nil {
- return err
- }
-
- if !strings.HasSuffix(location, ".js") {
- return nil
- }
-
- filename := "test-" + name + ".js"
- fmt.Println(filename, len(body))
- return ioutil.WriteFile(filename, body, 0644)
-}
-
-func test(filename string) error {
- script, err := ioutil.ReadFile(filename)
- if err != nil {
- return err
- }
-
- if !*flag_report {
- fmt.Fprintln(os.Stdout, filename, len(script))
- }
-
- parse := false
- option := target[filename]
-
- if option != "parse" {
- vm := otto.New()
- _, err = vm.Run(string(script))
- if err != nil {
- value := err.Error()
- switch {
- case match_ReferenceError_not_defined.MatchString(value):
- case match_TypeError_undefined.MatchString(value):
- case match_lookahead.MatchString(value):
- case match_backreference.MatchString(value):
- default:
- return err
- }
- parse = true
- }
- }
-
- if parse {
- _, err = parser.ParseFile(nil, filename, string(script), parser.IgnoreRegExpErrors)
- if err != nil {
- return err
- }
- target[filename] = "parse"
- }
-
- return nil
-}
-
-func main() {
- flag.Parse()
-
- filename := ""
-
- err := func() error {
-
- if flag.Arg(0) == "fetch" {
- response, err := http.Get("http://api.cdnjs.com/libraries")
- if err != nil {
- return err
- }
- defer response.Body.Close()
- body, err := ioutil.ReadAll(response.Body)
- if err != nil {
- return err
- }
-
- var tmp map[string]interface{}
-
- err = json.Unmarshal(body, &tmp)
- if err != nil {
- return err
- }
-
- var wg sync.WaitGroup
-
- for _, value := range tmp["results"].([]interface{}) {
- wg.Add(1)
- library := value.(map[string]interface{})
- go func() {
- defer wg.Done()
- fetch(library["name"].(string), library["latest"].(string))
- }()
- }
-
- wg.Wait()
-
- return nil
- }
-
- if *flag_report {
- files, err := ioutil.ReadDir(".")
- if err != nil {
- return err
- }
- writer := tabwriter.NewWriter(os.Stdout, 0, 8, 0, '\t', 0)
- fmt.Fprintln(writer, "", "\t| Status")
- fmt.Fprintln(writer, "---", "\t| ---")
- for _, file := range files {
- filename := file.Name()
- if !strings.HasPrefix(filename, "test-") {
- continue
- }
- err := test(filename)
- option := target[filename]
- name := strings.TrimPrefix(strings.TrimSuffix(filename, ".js"), "test-")
- if err == nil {
- switch option {
- case "":
- fmt.Fprintln(writer, name, "\t| pass")
- case "parse":
- fmt.Fprintln(writer, name, "\t| pass (parse)")
- case "re2":
- continue
- fmt.Fprintln(writer, name, "\t| unknown (re2)")
- }
- } else {
- fmt.Fprintln(writer, name, "\t| fail")
- }
- }
- writer.Flush()
- return nil
- }
-
- filename = flag.Arg(0)
- return test(filename)
-
- }()
- if err != nil {
- if filename != "" {
- if *flag_test && target[filename] == "fail" {
- goto exit
- }
- fmt.Fprintf(os.Stderr, "%s: %s\n", filename, err.Error())
- } else {
- fmt.Fprintln(os.Stderr, err)
- }
- os.Exit(64)
- }
-exit:
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/testing_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/testing_test.go
deleted file mode 100644
index 90d1771b9..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/testing_test.go
+++ /dev/null
@@ -1,128 +0,0 @@
-package otto
-
-import (
- "./terst"
- "errors"
- "strings"
- "testing"
- "time"
-)
-
-func tt(t *testing.T, arguments ...func()) {
- halt := errors.New("A test was taking too long")
- timer := time.AfterFunc(2*time.Second, func() {
- panic(halt)
- })
- defer func() {
- timer.Stop()
- }()
- terst.Terst(t, arguments...)
-}
-
-func is(arguments ...interface{}) bool {
- var got, expect interface{}
-
- switch len(arguments) {
- case 0, 1:
- return terst.Is(arguments...)
- case 2:
- got, expect = arguments[0], arguments[1]
- default:
- got, expect = arguments[0], arguments[2]
- }
-
- if value, ok := got.(Value); ok {
- if _, ok := expect.(Value); !ok {
- if value.value != nil {
- got = value.value
- }
- }
- }
-
- if len(arguments) == 2 {
- arguments[0] = got
- arguments[1] = expect
- } else {
- arguments[0] = got
- arguments[2] = expect
- }
-
- return terst.Is(arguments...)
-}
-
-func test(arguments ...interface{}) (func(string, ...interface{}) Value, *_tester) {
- tester := newTester()
- if len(arguments) > 0 {
- tester.test(arguments[0].(string))
- }
- return tester.test, tester
-}
-
-type _tester struct {
- vm *Otto
-}
-
-func newTester() *_tester {
- return &_tester{
- vm: New(),
- }
-}
-
-func (self *_tester) Get(name string) (Value, error) {
- return self.vm.Get(name)
-}
-
-func (self *_tester) Set(name string, value interface{}) Value {
- err := self.vm.Set(name, value)
- is(err, nil)
- if err != nil {
- terst.Caller().T().FailNow()
- }
- return self.vm.getValue(name)
-}
-
-func (self *_tester) Run(src interface{}) (Value, error) {
- return self.vm.Run(src)
-}
-
-func (self *_tester) test(name string, expect ...interface{}) Value {
- vm := self.vm
- raise := false
- defer func() {
- if caught := recover(); caught != nil {
- if exception, ok := caught.(*_exception); ok {
- caught = exception.eject()
- }
- if raise {
- if len(expect) > 0 {
- is(caught, expect[0])
- }
- } else {
- dbg("Panic, caught:", caught)
- panic(caught)
- }
- }
- }()
- var value Value
- var err error
- if isIdentifier(name) {
- value = vm.getValue(name)
- } else {
- source := name
- index := strings.Index(source, "raise:")
- if index == 0 {
- raise = true
- source = source[6:]
- source = strings.TrimLeft(source, " ")
- }
- value, err = vm.runtime.cmpl_run(source)
- if err != nil {
- panic(err)
- }
- }
- value = vm.runtime.GetValue(value)
- if len(expect) > 0 {
- is(value, expect[0])
- }
- return value
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/token/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/token/Makefile
deleted file mode 100644
index 1e85c7348..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/token/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-token_const.go: tokenfmt
- ./$^ | gofmt > $@
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/token/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/token/README.markdown
deleted file mode 100644
index 1865f23cc..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/token/README.markdown
+++ /dev/null
@@ -1,171 +0,0 @@
-# token
---
- import "github.com/robertkrimen/otto/token"
-
-Package token defines constants representing the lexical tokens of JavaScript
-(ECMA5).
-
-## Usage
-
-```go
-const (
- ILLEGAL
- EOF
- COMMENT
- KEYWORD
-
- STRING
- BOOLEAN
- NULL
- NUMBER
- IDENTIFIER
-
- PLUS // +
- MINUS // -
- MULTIPLY // *
- SLASH // /
- REMAINDER // %
-
- AND // &
- OR // |
- EXCLUSIVE_OR // ^
- SHIFT_LEFT // <<
- SHIFT_RIGHT // >>
- UNSIGNED_SHIFT_RIGHT // >>>
- AND_NOT // &^
-
- ADD_ASSIGN // +=
- SUBTRACT_ASSIGN // -=
- MULTIPLY_ASSIGN // *=
- QUOTIENT_ASSIGN // /=
- REMAINDER_ASSIGN // %=
-
- AND_ASSIGN // &=
- OR_ASSIGN // |=
- EXCLUSIVE_OR_ASSIGN // ^=
- SHIFT_LEFT_ASSIGN // <<=
- SHIFT_RIGHT_ASSIGN // >>=
- UNSIGNED_SHIFT_RIGHT_ASSIGN // >>>=
- AND_NOT_ASSIGN // &^=
-
- LOGICAL_AND // &&
- LOGICAL_OR // ||
- INCREMENT // ++
- DECREMENT // --
-
- EQUAL // ==
- STRICT_EQUAL // ===
- LESS // <
- GREATER // >
- ASSIGN // =
- NOT // !
-
- BITWISE_NOT // ~
-
- NOT_EQUAL // !=
- STRICT_NOT_EQUAL // !==
- LESS_OR_EQUAL // <=
- GREATER_OR_EQUAL // <=
-
- LEFT_PARENTHESIS // (
- LEFT_BRACKET // [
- LEFT_BRACE // {
- COMMA // ,
- PERIOD // .
-
- RIGHT_PARENTHESIS // )
- RIGHT_BRACKET // ]
- RIGHT_BRACE // }
- SEMICOLON // ;
- COLON // :
- QUESTION_MARK // ?
-
- IF
- IN
- DO
-
- VAR
- FOR
- NEW
- TRY
-
- THIS
- ELSE
- CASE
- VOID
- WITH
-
- WHILE
- BREAK
- CATCH
- THROW
-
- RETURN
- TYPEOF
- DELETE
- SWITCH
-
- DEFAULT
- FINALLY
-
- FUNCTION
- CONTINUE
- DEBUGGER
-
- INSTANCEOF
-)
-```
-
-#### type Token
-
-```go
-type Token int
-```
-
-Token is the set of lexical tokens in JavaScript (ECMA5).
-
-#### func IsKeyword
-
-```go
-func IsKeyword(literal string) (Token, bool)
-```
-IsKeyword returns the keyword token if literal is a keyword, a KEYWORD token if
-the literal is a future keyword (const, let, class, super, ...), or 0 if the
-literal is not a keyword.
-
-If the literal is a keyword, IsKeyword returns a second value indicating if the
-literal is considered a future keyword in strict-mode only.
-
-7.6.1.2 Future Reserved Words:
-
- const
- class
- enum
- export
- extends
- import
- super
-
-7.6.1.2 Future Reserved Words (strict):
-
- implements
- interface
- let
- package
- private
- protected
- public
- static
-
-#### func (Token) String
-
-```go
-func (tkn Token) String() string
-```
-String returns the string corresponding to the token. For operators, delimiters,
-and keywords the string is the actual token string (e.g., for the token PLUS,
-the String() is "+"). For all other tokens the string corresponds to the token
-name (e.g. for the token IDENTIFIER, the string is "IDENTIFIER").
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/token/token.go b/Godeps/_workspace/src/github.com/obscuren/otto/token/token.go
deleted file mode 100644
index 0e941ac96..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/token/token.go
+++ /dev/null
@@ -1,116 +0,0 @@
-// Package token defines constants representing the lexical tokens of JavaScript (ECMA5).
-package token
-
-import (
- "strconv"
-)
-
-// Token is the set of lexical tokens in JavaScript (ECMA5).
-type Token int
-
-// String returns the string corresponding to the token.
-// For operators, delimiters, and keywords the string is the actual
-// token string (e.g., for the token PLUS, the String() is
-// "+"). For all other tokens the string corresponds to the token
-// name (e.g. for the token IDENTIFIER, the string is "IDENTIFIER").
-//
-func (tkn Token) String() string {
- if 0 == tkn {
- return "UNKNOWN"
- }
- if tkn < Token(len(token2string)) {
- return token2string[tkn]
- }
- return "token(" + strconv.Itoa(int(tkn)) + ")"
-}
-
-// This is not used for anything
-func (tkn Token) precedence(in bool) int {
-
- switch tkn {
- case LOGICAL_OR:
- return 1
-
- case LOGICAL_AND:
- return 2
-
- case OR, OR_ASSIGN:
- return 3
-
- case EXCLUSIVE_OR:
- return 4
-
- case AND, AND_ASSIGN, AND_NOT, AND_NOT_ASSIGN:
- return 5
-
- case EQUAL,
- NOT_EQUAL,
- STRICT_EQUAL,
- STRICT_NOT_EQUAL:
- return 6
-
- case LESS, GREATER, LESS_OR_EQUAL, GREATER_OR_EQUAL, INSTANCEOF:
- return 7
-
- case IN:
- if in {
- return 7
- }
- return 0
-
- case SHIFT_LEFT, SHIFT_RIGHT, UNSIGNED_SHIFT_RIGHT:
- fallthrough
- case SHIFT_LEFT_ASSIGN, SHIFT_RIGHT_ASSIGN, UNSIGNED_SHIFT_RIGHT_ASSIGN:
- return 8
-
- case PLUS, MINUS, ADD_ASSIGN, SUBTRACT_ASSIGN:
- return 9
-
- case MULTIPLY, SLASH, REMAINDER, MULTIPLY_ASSIGN, QUOTIENT_ASSIGN, REMAINDER_ASSIGN:
- return 11
- }
- return 0
-}
-
-type _keyword struct {
- token Token
- futureKeyword bool
- strict bool
-}
-
-// IsKeyword returns the keyword token if literal is a keyword, a KEYWORD token
-// if the literal is a future keyword (const, let, class, super, ...), or 0 if the literal is not a keyword.
-//
-// If the literal is a keyword, IsKeyword returns a second value indicating if the literal
-// is considered a future keyword in strict-mode only.
-//
-// 7.6.1.2 Future Reserved Words:
-//
-// const
-// class
-// enum
-// export
-// extends
-// import
-// super
-//
-// 7.6.1.2 Future Reserved Words (strict):
-//
-// implements
-// interface
-// let
-// package
-// private
-// protected
-// public
-// static
-//
-func IsKeyword(literal string) (Token, bool) {
- if keyword, exists := keywordTable[literal]; exists {
- if keyword.futureKeyword {
- return KEYWORD, keyword.strict
- }
- return keyword.token, false
- }
- return 0, false
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/token/token_const.go b/Godeps/_workspace/src/github.com/obscuren/otto/token/token_const.go
deleted file mode 100644
index 302153349..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/token/token_const.go
+++ /dev/null
@@ -1,349 +0,0 @@
-package token
-
-const (
- _ Token = iota
-
- ILLEGAL
- EOF
- COMMENT
- KEYWORD
-
- STRING
- BOOLEAN
- NULL
- NUMBER
- IDENTIFIER
-
- PLUS // +
- MINUS // -
- MULTIPLY // *
- SLASH // /
- REMAINDER // %
-
- AND // &
- OR // |
- EXCLUSIVE_OR // ^
- SHIFT_LEFT // <<
- SHIFT_RIGHT // >>
- UNSIGNED_SHIFT_RIGHT // >>>
- AND_NOT // &^
-
- ADD_ASSIGN // +=
- SUBTRACT_ASSIGN // -=
- MULTIPLY_ASSIGN // *=
- QUOTIENT_ASSIGN // /=
- REMAINDER_ASSIGN // %=
-
- AND_ASSIGN // &=
- OR_ASSIGN // |=
- EXCLUSIVE_OR_ASSIGN // ^=
- SHIFT_LEFT_ASSIGN // <<=
- SHIFT_RIGHT_ASSIGN // >>=
- UNSIGNED_SHIFT_RIGHT_ASSIGN // >>>=
- AND_NOT_ASSIGN // &^=
-
- LOGICAL_AND // &&
- LOGICAL_OR // ||
- INCREMENT // ++
- DECREMENT // --
-
- EQUAL // ==
- STRICT_EQUAL // ===
- LESS // <
- GREATER // >
- ASSIGN // =
- NOT // !
-
- BITWISE_NOT // ~
-
- NOT_EQUAL // !=
- STRICT_NOT_EQUAL // !==
- LESS_OR_EQUAL // <=
- GREATER_OR_EQUAL // <=
-
- LEFT_PARENTHESIS // (
- LEFT_BRACKET // [
- LEFT_BRACE // {
- COMMA // ,
- PERIOD // .
-
- RIGHT_PARENTHESIS // )
- RIGHT_BRACKET // ]
- RIGHT_BRACE // }
- SEMICOLON // ;
- COLON // :
- QUESTION_MARK // ?
-
- firstKeyword
- IF
- IN
- DO
-
- VAR
- FOR
- NEW
- TRY
-
- THIS
- ELSE
- CASE
- VOID
- WITH
-
- WHILE
- BREAK
- CATCH
- THROW
-
- RETURN
- TYPEOF
- DELETE
- SWITCH
-
- DEFAULT
- FINALLY
-
- FUNCTION
- CONTINUE
- DEBUGGER
-
- INSTANCEOF
- lastKeyword
-)
-
-var token2string = [...]string{
- ILLEGAL: "ILLEGAL",
- EOF: "EOF",
- COMMENT: "COMMENT",
- KEYWORD: "KEYWORD",
- STRING: "STRING",
- BOOLEAN: "BOOLEAN",
- NULL: "NULL",
- NUMBER: "NUMBER",
- IDENTIFIER: "IDENTIFIER",
- PLUS: "+",
- MINUS: "-",
- MULTIPLY: "*",
- SLASH: "/",
- REMAINDER: "%",
- AND: "&",
- OR: "|",
- EXCLUSIVE_OR: "^",
- SHIFT_LEFT: "<<",
- SHIFT_RIGHT: ">>",
- UNSIGNED_SHIFT_RIGHT: ">>>",
- AND_NOT: "&^",
- ADD_ASSIGN: "+=",
- SUBTRACT_ASSIGN: "-=",
- MULTIPLY_ASSIGN: "*=",
- QUOTIENT_ASSIGN: "/=",
- REMAINDER_ASSIGN: "%=",
- AND_ASSIGN: "&=",
- OR_ASSIGN: "|=",
- EXCLUSIVE_OR_ASSIGN: "^=",
- SHIFT_LEFT_ASSIGN: "<<=",
- SHIFT_RIGHT_ASSIGN: ">>=",
- UNSIGNED_SHIFT_RIGHT_ASSIGN: ">>>=",
- AND_NOT_ASSIGN: "&^=",
- LOGICAL_AND: "&&",
- LOGICAL_OR: "||",
- INCREMENT: "++",
- DECREMENT: "--",
- EQUAL: "==",
- STRICT_EQUAL: "===",
- LESS: "<",
- GREATER: ">",
- ASSIGN: "=",
- NOT: "!",
- BITWISE_NOT: "~",
- NOT_EQUAL: "!=",
- STRICT_NOT_EQUAL: "!==",
- LESS_OR_EQUAL: "<=",
- GREATER_OR_EQUAL: "<=",
- LEFT_PARENTHESIS: "(",
- LEFT_BRACKET: "[",
- LEFT_BRACE: "{",
- COMMA: ",",
- PERIOD: ".",
- RIGHT_PARENTHESIS: ")",
- RIGHT_BRACKET: "]",
- RIGHT_BRACE: "}",
- SEMICOLON: ";",
- COLON: ":",
- QUESTION_MARK: "?",
- IF: "if",
- IN: "in",
- DO: "do",
- VAR: "var",
- FOR: "for",
- NEW: "new",
- TRY: "try",
- THIS: "this",
- ELSE: "else",
- CASE: "case",
- VOID: "void",
- WITH: "with",
- WHILE: "while",
- BREAK: "break",
- CATCH: "catch",
- THROW: "throw",
- RETURN: "return",
- TYPEOF: "typeof",
- DELETE: "delete",
- SWITCH: "switch",
- DEFAULT: "default",
- FINALLY: "finally",
- FUNCTION: "function",
- CONTINUE: "continue",
- DEBUGGER: "debugger",
- INSTANCEOF: "instanceof",
-}
-
-var keywordTable = map[string]_keyword{
- "if": _keyword{
- token: IF,
- },
- "in": _keyword{
- token: IN,
- },
- "do": _keyword{
- token: DO,
- },
- "var": _keyword{
- token: VAR,
- },
- "for": _keyword{
- token: FOR,
- },
- "new": _keyword{
- token: NEW,
- },
- "try": _keyword{
- token: TRY,
- },
- "this": _keyword{
- token: THIS,
- },
- "else": _keyword{
- token: ELSE,
- },
- "case": _keyword{
- token: CASE,
- },
- "void": _keyword{
- token: VOID,
- },
- "with": _keyword{
- token: WITH,
- },
- "while": _keyword{
- token: WHILE,
- },
- "break": _keyword{
- token: BREAK,
- },
- "catch": _keyword{
- token: CATCH,
- },
- "throw": _keyword{
- token: THROW,
- },
- "return": _keyword{
- token: RETURN,
- },
- "typeof": _keyword{
- token: TYPEOF,
- },
- "delete": _keyword{
- token: DELETE,
- },
- "switch": _keyword{
- token: SWITCH,
- },
- "default": _keyword{
- token: DEFAULT,
- },
- "finally": _keyword{
- token: FINALLY,
- },
- "function": _keyword{
- token: FUNCTION,
- },
- "continue": _keyword{
- token: CONTINUE,
- },
- "debugger": _keyword{
- token: DEBUGGER,
- },
- "instanceof": _keyword{
- token: INSTANCEOF,
- },
- "const": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "class": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "enum": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "export": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "extends": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "import": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "super": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
- "implements": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "interface": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "let": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "package": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "private": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "protected": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "public": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
- "static": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/token/tokenfmt b/Godeps/_workspace/src/github.com/obscuren/otto/token/tokenfmt
deleted file mode 100644
index 63dd5d9e6..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/token/tokenfmt
+++ /dev/null
@@ -1,222 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-my (%token, @order, @keywords);
-
-{
- my $keywords;
- my @const;
- push @const, <<_END_;
-package token
-
-const(
- _ Token = iota
-_END_
-
- for (split m/\n/, <<_END_) {
-ILLEGAL
-EOF
-COMMENT
-KEYWORD
-
-STRING
-BOOLEAN
-NULL
-NUMBER
-IDENTIFIER
-
-PLUS +
-MINUS -
-MULTIPLY *
-SLASH /
-REMAINDER %
-
-AND &
-OR |
-EXCLUSIVE_OR ^
-SHIFT_LEFT <<
-SHIFT_RIGHT >>
-UNSIGNED_SHIFT_RIGHT >>>
-AND_NOT &^
-
-ADD_ASSIGN +=
-SUBTRACT_ASSIGN -=
-MULTIPLY_ASSIGN *=
-QUOTIENT_ASSIGN /=
-REMAINDER_ASSIGN %=
-
-AND_ASSIGN &=
-OR_ASSIGN |=
-EXCLUSIVE_OR_ASSIGN ^=
-SHIFT_LEFT_ASSIGN <<=
-SHIFT_RIGHT_ASSIGN >>=
-UNSIGNED_SHIFT_RIGHT_ASSIGN >>>=
-AND_NOT_ASSIGN &^=
-
-LOGICAL_AND &&
-LOGICAL_OR ||
-INCREMENT ++
-DECREMENT --
-
-EQUAL ==
-STRICT_EQUAL ===
-LESS <
-GREATER >
-ASSIGN =
-NOT !
-
-BITWISE_NOT ~
-
-NOT_EQUAL !=
-STRICT_NOT_EQUAL !==
-LESS_OR_EQUAL <=
-GREATER_OR_EQUAL <=
-
-LEFT_PARENTHESIS (
-LEFT_BRACKET [
-LEFT_BRACE {
-COMMA ,
-PERIOD .
-
-RIGHT_PARENTHESIS )
-RIGHT_BRACKET ]
-RIGHT_BRACE }
-SEMICOLON ;
-COLON :
-QUESTION_MARK ?
-
-firstKeyword
-IF
-IN
-DO
-
-VAR
-FOR
-NEW
-TRY
-
-THIS
-ELSE
-CASE
-VOID
-WITH
-
-WHILE
-BREAK
-CATCH
-THROW
-
-RETURN
-TYPEOF
-DELETE
-SWITCH
-
-DEFAULT
-FINALLY
-
-FUNCTION
-CONTINUE
-DEBUGGER
-
-INSTANCEOF
-lastKeyword
-_END_
- chomp;
-
- next if m/^\s*#/;
-
- my ($name, $symbol) = m/(\w+)\s*(\S+)?/;
-
- if (defined $symbol) {
- push @order, $name;
- push @const, "$name // $symbol";
- $token{$name} = $symbol;
- } elsif (defined $name) {
- $keywords ||= $name eq 'firstKeyword';
-
- push @const, $name;
- #$const[-1] .= " Token = iota" if 2 == @const;
- if ($name =~ m/^([A-Z]+)/) {
- push @keywords, $name if $keywords;
- push @order, $name;
- if ($token{SEMICOLON}) {
- $token{$name} = lc $1;
- } else {
- $token{$name} = $name;
- }
- }
- } else {
- push @const, "";
- }
-
- }
- push @const, ")";
- print join "\n", @const, "";
-}
-
-{
- print <<_END_;
-
-var token2string = [...]string{
-_END_
- for my $name (@order) {
- print "$name: \"$token{$name}\",\n";
- }
- print <<_END_;
-}
-_END_
-
- print <<_END_;
-
-var keywordTable = map[string]_keyword{
-_END_
- for my $name (@keywords) {
- print <<_END_
- "@{[ lc $name ]}": _keyword{
- token: $name,
- },
-_END_
- }
-
- for my $name (qw/
- const
- class
- enum
- export
- extends
- import
- super
- /) {
- print <<_END_
- "$name": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- },
-_END_
- }
-
- for my $name (qw/
- implements
- interface
- let
- package
- private
- protected
- public
- static
- /) {
- print <<_END_
- "$name": _keyword{
- token: KEYWORD,
- futureKeyword: true,
- strict: true,
- },
-_END_
- }
-
- print <<_END_;
-}
-_END_
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_arguments.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_arguments.go
deleted file mode 100644
index e23912ace..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_arguments.go
+++ /dev/null
@@ -1,106 +0,0 @@
-package otto
-
-import (
- "strconv"
-)
-
-func (runtime *_runtime) newArgumentsObject(indexOfParameterName []string, environment _environment, length int) *_object {
- self := runtime.newClassObject("Arguments")
-
- for index, _ := range indexOfParameterName {
- name := strconv.FormatInt(int64(index), 10)
- objectDefineOwnProperty(self, name, _property{Value{}, 0111}, false)
- }
-
- self.objectClass = _classArguments
- self.value = _argumentsObject{
- indexOfParameterName: indexOfParameterName,
- environment: environment,
- }
-
- self.prototype = runtime.Global.ObjectPrototype
-
- self.defineProperty("length", toValue_int(length), 0101, false)
-
- return self
-}
-
-type _argumentsObject struct {
- indexOfParameterName []string
- // function(abc, def, ghi)
- // indexOfParameterName[0] = "abc"
- // indexOfParameterName[1] = "def"
- // indexOfParameterName[2] = "ghi"
- // ...
- environment _environment
-}
-
-func (self0 _argumentsObject) clone(clone *_clone) _argumentsObject {
- indexOfParameterName := make([]string, len(self0.indexOfParameterName))
- copy(indexOfParameterName, self0.indexOfParameterName)
- return _argumentsObject{
- indexOfParameterName,
- clone.environment(self0.environment),
- }
-}
-
-func (self _argumentsObject) get(name string) (Value, bool) {
- index := stringToArrayIndex(name)
- if index >= 0 && index < int64(len(self.indexOfParameterName)) {
- name := self.indexOfParameterName[index]
- if name == "" {
- return Value{}, false
- }
- return self.environment.GetBindingValue(name, false), true
- }
- return Value{}, false
-}
-
-func (self _argumentsObject) put(name string, value Value) {
- index := stringToArrayIndex(name)
- name = self.indexOfParameterName[index]
- self.environment.SetMutableBinding(name, value, false)
-}
-
-func (self _argumentsObject) delete(name string) {
- index := stringToArrayIndex(name)
- self.indexOfParameterName[index] = ""
-}
-
-func argumentsGet(self *_object, name string) Value {
- if value, exists := self.value.(_argumentsObject).get(name); exists {
- return value
- }
- return objectGet(self, name)
-}
-
-func argumentsGetOwnProperty(self *_object, name string) *_property {
- property := objectGetOwnProperty(self, name)
- if value, exists := self.value.(_argumentsObject).get(name); exists {
- property.value = value
- }
- return property
-}
-
-func argumentsDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- if _, exists := self.value.(_argumentsObject).get(name); exists {
- if !objectDefineOwnProperty(self, name, descriptor, false) {
- return typeErrorResult(throw)
- }
- if value, valid := descriptor.value.(Value); valid {
- self.value.(_argumentsObject).put(name, value)
- }
- return true
- }
- return objectDefineOwnProperty(self, name, descriptor, throw)
-}
-
-func argumentsDelete(self *_object, name string, throw bool) bool {
- if !objectDelete(self, name, throw) {
- return false
- }
- if _, exists := self.value.(_argumentsObject).get(name); exists {
- self.value.(_argumentsObject).delete(name)
- }
- return true
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_array.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_array.go
deleted file mode 100644
index 6c72824ff..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_array.go
+++ /dev/null
@@ -1,108 +0,0 @@
-package otto
-
-import (
- "strconv"
-)
-
-func (runtime *_runtime) newArrayObject(length uint32) *_object {
- self := runtime.newObject()
- self.class = "Array"
- self.defineProperty("length", toValue_uint32(length), 0100, false)
- self.objectClass = _classArray
- return self
-}
-
-func isArray(object *_object) bool {
- return object != nil && (object.class == "Array" || object.class == "GoArray")
-}
-
-func objectLength(object *_object) uint32 {
- if object == nil {
- return 0
- }
- switch object.class {
- case "Array":
- return object.get("length").value.(uint32)
- case "String":
- return uint32(object.get("length").value.(int))
- case "GoArray":
- return uint32(object.get("length").value.(int))
- }
- return 0
-}
-
-func arrayUint32(value Value) uint32 {
- tmp := toInteger(value)
- if !tmp.exact() || !isUint32(tmp.value) {
- panic(newRangeError())
- }
- return uint32(tmp.value)
-}
-
-func arrayDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- lengthProperty := self.getOwnProperty("length")
- lengthValue, valid := lengthProperty.value.(Value)
- if !valid {
- panic("Array.length != Value{}")
- }
- length := lengthValue.value.(uint32)
- if name == "length" {
- if descriptor.value == nil {
- return objectDefineOwnProperty(self, name, descriptor, throw)
- }
- newLengthValue, isValue := descriptor.value.(Value)
- if !isValue {
- panic(newTypeError())
- }
- newLength := arrayUint32(newLengthValue)
- descriptor.value = toValue_uint32(newLength)
- if newLength > length {
- return objectDefineOwnProperty(self, name, descriptor, throw)
- }
- if !lengthProperty.writable() {
- goto Reject
- }
- newWritable := true
- if descriptor.mode&0700 == 0 {
- // If writable is off
- newWritable = false
- descriptor.mode |= 0100
- }
- if !objectDefineOwnProperty(self, name, descriptor, throw) {
- return false
- }
- for newLength < length {
- length -= 1
- if !self.delete(strconv.FormatInt(int64(length), 10), false) {
- descriptor.value = toValue_uint32(length + 1)
- if !newWritable {
- descriptor.mode &= 0077
- }
- objectDefineOwnProperty(self, name, descriptor, false)
- goto Reject
- }
- }
- if !newWritable {
- descriptor.mode &= 0077
- objectDefineOwnProperty(self, name, descriptor, false)
- }
- } else if index := stringToArrayIndex(name); index >= 0 {
- if index >= int64(length) && !lengthProperty.writable() {
- goto Reject
- }
- if !objectDefineOwnProperty(self, strconv.FormatInt(index, 10), descriptor, false) {
- goto Reject
- }
- if index >= int64(length) {
- lengthProperty.value = toValue_uint32(uint32(index + 1))
- objectDefineOwnProperty(self, "length", *lengthProperty, false)
- return true
- }
- }
- return objectDefineOwnProperty(self, name, descriptor, throw)
-Reject:
- if throw {
- panic(newTypeError())
- }
- return false
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_boolean.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_boolean.go
deleted file mode 100644
index c24409de1..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_boolean.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package otto
-
-import (
- "strconv"
-)
-
-func (runtime *_runtime) newBooleanObject(value Value) *_object {
- return runtime.newPrimitiveObject("Boolean", toValue_bool(toBoolean(value)))
-}
-
-func booleanToString(value bool) string {
- return strconv.FormatBool(value)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_date.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_date.go
deleted file mode 100644
index 65e822f38..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_date.go
+++ /dev/null
@@ -1,299 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "regexp"
- Time "time"
-)
-
-type _dateObject struct {
- time Time.Time // Time from the "time" package, a cached version of time
- epoch int64
- value Value
- isNaN bool
-}
-
-var (
- invalidDateObject = _dateObject{
- time: Time.Time{},
- epoch: -1,
- value: NaNValue(),
- isNaN: true,
- }
-)
-
-type _ecmaTime struct {
- year int
- month int
- day int
- hour int
- minute int
- second int
- millisecond int
- location *Time.Location // Basically, either local or UTC
-}
-
-func ecmaTime(goTime Time.Time) _ecmaTime {
- return _ecmaTime{
- goTime.Year(),
- dateFromGoMonth(goTime.Month()),
- goTime.Day(),
- goTime.Hour(),
- goTime.Minute(),
- goTime.Second(),
- goTime.Nanosecond() / (100 * 100 * 100),
- goTime.Location(),
- }
-}
-
-func (self *_ecmaTime) goTime() Time.Time {
- return Time.Date(
- self.year,
- dateToGoMonth(self.month),
- self.day,
- self.hour,
- self.minute,
- self.second,
- self.millisecond*(100*100*100),
- self.location,
- )
-}
-
-func (self *_dateObject) Time() Time.Time {
- return self.time
-}
-
-func (self *_dateObject) Epoch() int64 {
- return self.epoch
-}
-
-func (self *_dateObject) Value() Value {
- return self.value
-}
-
-// FIXME A date should only be in the range of -100,000,000 to +100,000,000 (1970): 15.9.1.1
-func (self *_dateObject) SetNaN() {
- self.time = Time.Time{}
- self.epoch = -1
- self.value = NaNValue()
- self.isNaN = true
-}
-
-func (self *_dateObject) SetTime(time Time.Time) {
- self.Set(timeToEpoch(time))
-}
-
-func epoch2dateObject(epoch float64) _dateObject {
- date := _dateObject{}
- date.Set(epoch)
- return date
-}
-
-func (self *_dateObject) Set(epoch float64) {
- // epoch
- self.epoch = epochToInteger(epoch)
-
- // time
- time, err := epochToTime(epoch)
- self.time = time // Is either a valid time, or the zero-value for time.Time
-
- // value & isNaN
- if err != nil {
- self.isNaN = true
- self.epoch = -1
- self.value = NaNValue()
- } else {
- self.value = toValue_int64(self.epoch)
- }
-}
-
-func epochToInteger(value float64) int64 {
- if value > 0 {
- return int64(math.Floor(value))
- }
- return int64(math.Ceil(value))
-}
-
-func epochToTime(value float64) (time Time.Time, err error) {
- epochWithMilli := value
- if math.IsNaN(epochWithMilli) || math.IsInf(epochWithMilli, 0) {
- err = fmt.Errorf("Invalid time %v", value)
- return
- }
-
- epoch := int64(epochWithMilli / 1000)
- milli := int64(epochWithMilli) % 1000
-
- time = Time.Unix(int64(epoch), milli*1000000).UTC()
- return
-}
-
-func timeToEpoch(time Time.Time) float64 {
- return float64(time.UnixNano() / (1000 * 1000))
-}
-
-func (runtime *_runtime) newDateObject(epoch float64) *_object {
- self := runtime.newObject()
- self.class = "Date"
-
- // FIXME This is ugly...
- date := _dateObject{}
- date.Set(epoch)
- self.value = date
- return self
-}
-
-func (self *_object) dateValue() _dateObject {
- value, _ := self.value.(_dateObject)
- return value
-}
-
-func dateObjectOf(_dateObject *_object) _dateObject {
- if _dateObject == nil || _dateObject.class != "Date" {
- panic(newTypeError())
- }
- return _dateObject.dateValue()
-}
-
-// JavaScript is 0-based, Go is 1-based (15.9.1.4)
-func dateToGoMonth(month int) Time.Month {
- return Time.Month(month + 1)
-}
-
-func dateFromGoMonth(month Time.Month) int {
- return int(month) - 1
-}
-
-// Both JavaScript & Go are 0-based (Sunday == 0)
-func dateToGoDay(day int) Time.Weekday {
- return Time.Weekday(day)
-}
-
-func dateFromGoDay(day Time.Weekday) int {
- return int(day)
-}
-
-func newDateTime(argumentList []Value, location *Time.Location) (epoch float64) {
-
- pick := func(index int, default_ float64) (float64, bool) {
- if index >= len(argumentList) {
- return default_, false
- }
- value := toFloat(argumentList[index])
- if math.IsNaN(value) || math.IsInf(value, 0) {
- return 0, true
- }
- return value, false
- }
-
- if len(argumentList) >= 2 { // 2-argument, 3-argument, ...
- var year, month, day, hour, minute, second, millisecond float64
- var invalid bool
- if year, invalid = pick(0, 1900.0); invalid {
- goto INVALID
- }
- if month, invalid = pick(1, 0.0); invalid {
- goto INVALID
- }
- if day, invalid = pick(2, 1.0); invalid {
- goto INVALID
- }
- if hour, invalid = pick(3, 0.0); invalid {
- goto INVALID
- }
- if minute, invalid = pick(4, 0.0); invalid {
- goto INVALID
- }
- if second, invalid = pick(5, 0.0); invalid {
- goto INVALID
- }
- if millisecond, invalid = pick(6, 0.0); invalid {
- goto INVALID
- }
-
- if year >= 0 && year <= 99 {
- year += 1900
- }
-
- time := Time.Date(int(year), dateToGoMonth(int(month)), int(day), int(hour), int(minute), int(second), int(millisecond)*1000*1000, location)
- return timeToEpoch(time)
-
- } else if len(argumentList) == 0 { // 0-argument
- time := Time.Now().UTC()
- return timeToEpoch(time)
- } else { // 1-argument
- value := valueOfArrayIndex(argumentList, 0)
- value = toPrimitive(value)
- if value.IsString() {
- return dateParse(toString(value))
- }
-
- return toFloat(value)
- }
-
-INVALID:
- epoch = math.NaN()
- return
-}
-
-var (
- dateLayoutList = []string{
- "2006",
- "2006-01",
- "2006-01-02",
-
- "2006T15:04",
- "2006-01T15:04",
- "2006-01-02T15:04",
-
- "2006T15:04:05",
- "2006-01T15:04:05",
- "2006-01-02T15:04:05",
-
- "2006T15:04:05.000",
- "2006-01T15:04:05.000",
- "2006-01-02T15:04:05.000",
-
- "2006T15:04-0700",
- "2006-01T15:04-0700",
- "2006-01-02T15:04-0700",
-
- "2006T15:04:05-0700",
- "2006-01T15:04:05-0700",
- "2006-01-02T15:04:05-0700",
-
- "2006T15:04:05.000-0700",
- "2006-01T15:04:05.000-0700",
- "2006-01-02T15:04:05.000-0700",
-
- Time.RFC1123,
- }
- matchDateTimeZone = regexp.MustCompile(`^(.*)(?:(Z)|([\+\-]\d{2}):(\d{2}))$`)
-)
-
-func dateParse(date string) (epoch float64) {
- // YYYY-MM-DDTHH:mm:ss.sssZ
- var time Time.Time
- var err error
- {
- date := date
- if match := matchDateTimeZone.FindStringSubmatch(date); match != nil {
- if match[2] == "Z" {
- date = match[1] + "+0000"
- } else {
- date = match[1] + match[3] + match[4]
- }
- }
- for _, layout := range dateLayoutList {
- time, err = Time.Parse(layout, date)
- if err == nil {
- break
- }
- }
- }
- if err != nil {
- return math.NaN()
- }
- return float64(time.UnixNano()) / (1000 * 1000) // UnixMilli()
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_error.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_error.go
deleted file mode 100644
index 683fcf929..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_error.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package otto
-
-func (runtime *_runtime) newErrorObject(message Value) *_object {
- self := runtime.newClassObject("Error")
- if message.IsDefined() {
- self.defineProperty("message", toValue_string(toString(message)), 0111, false)
- }
- return self
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_function.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_function.go
deleted file mode 100644
index 8a6fee9d7..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_function.go
+++ /dev/null
@@ -1,276 +0,0 @@
-package otto
-
-import (
- "fmt"
-)
-
-type _functionObject struct {
- call _callFunction
- construct _constructFunction
-}
-
-func (self _functionObject) source(object *_object) string {
- return self.call.Source(object)
-}
-
-func (self0 _functionObject) clone(clone *_clone) _functionObject {
- return _functionObject{
- clone.callFunction(self0.call),
- self0.construct,
- }
-}
-
-func (runtime *_runtime) newNativeFunctionObject(name string, native _nativeFunction, length int) *_object {
- self := runtime.newClassObject("Function")
- self.value = _functionObject{
- call: newNativeCallFunction(native),
- construct: defaultConstructFunction,
- }
- self.defineProperty("length", toValue_int(length), 0000, false)
- return self
-}
-
-func (runtime *_runtime) newBoundFunctionObject(target *_object, this Value, argumentList []Value) *_object {
- self := runtime.newClassObject("Function")
- self.value = _functionObject{
- call: newBoundCallFunction(target, this, argumentList),
- construct: newBoundConstructFunction(target),
- }
- length := int(toInt32(target.get("length")))
- length -= len(argumentList)
- if length < 0 {
- length = 0
- }
- self.defineProperty("length", toValue_int(length), 0000, false)
- self.defineProperty("caller", UndefinedValue(), 0000, false) // TODO Should throw a TypeError
- self.defineProperty("arguments", UndefinedValue(), 0000, false) // TODO Should throw a TypeError
- return self
-}
-
-func (runtime *_runtime) newBoundFunction(target *_object, this Value, argumentList []Value) *_object {
- self := runtime.newBoundFunctionObject(target, this, argumentList)
- self.prototype = runtime.Global.FunctionPrototype
- prototype := runtime.newObject()
- self.defineProperty("prototype", toValue_object(prototype), 0100, false)
- prototype.defineProperty("constructor", toValue_object(self), 0100, false)
- return self
-}
-
-func (self *_object) functionValue() _functionObject {
- value, _ := self.value.(_functionObject)
- return value
-}
-
-func (self *_object) Call(this Value, argumentList ...interface{}) Value {
- if self.functionValue().call == nil {
- panic(newTypeError("%v is not a function", toValue_object(self)))
- }
- return self.runtime.Call(self, this, self.runtime.toValueArray(argumentList...), false)
- // ... -> runtime -> self.Function.Call.Dispatch -> ...
-}
-
-func (self *_object) Construct(this Value, argumentList ...interface{}) Value {
- function := self.functionValue()
- if function.call == nil {
- panic(newTypeError("%v is not a function", toValue_object(self)))
- }
- if function.construct == nil {
- panic(newTypeError("%v is not a constructor", toValue_object(self)))
- }
- return function.construct(self, this, self.runtime.toValueArray(argumentList...))
-}
-
-func defaultConstructFunction(self *_object, this Value, argumentList []Value) Value {
- newObject := self.runtime.newObject()
- newObject.class = "Object"
- prototypeValue := self.get("prototype")
- if !prototypeValue.IsObject() {
- prototypeValue = toValue_object(self.runtime.Global.ObjectPrototype)
- }
- newObject.prototype = prototypeValue._object()
- newObjectValue := toValue_object(newObject)
- result := self.Call(newObjectValue, argumentList)
- if result.IsObject() {
- return result
- }
- return newObjectValue
-}
-
-func (self *_object) callGet(this Value) Value {
- return self.runtime.Call(self, this, []Value(nil), false)
-}
-
-func (self *_object) callSet(this Value, value Value) {
- self.runtime.Call(self, this, []Value{value}, false)
-}
-
-// 15.3.5.3
-func (self *_object) HasInstance(of Value) bool {
- if self.functionValue().call == nil {
- // We should not have a HasInstance method
- panic(newTypeError())
- }
- if !of.IsObject() {
- return false
- }
- prototype := self.get("prototype")
- if !prototype.IsObject() {
- panic(newTypeError())
- }
- prototypeObject := prototype._object()
-
- value := of._object().prototype
- for value != nil {
- if value == prototypeObject {
- return true
- }
- value = value.prototype
- }
- return false
-}
-
-type _nativeFunction func(FunctionCall) Value
-
-// _constructFunction
-type _constructFunction func(*_object, Value, []Value) Value
-
-// _callFunction
-type _callFunction interface {
- Dispatch(*_object, *_functionEnvironment, *_runtime, Value, []Value, bool) Value
- Source(*_object) string
- ScopeEnvironment() _environment
- clone(clone *_clone) _callFunction
-}
-
-// _nativeCallFunction
-type _nativeCallFunction struct {
- name string
- function _nativeFunction
-}
-
-func newNativeCallFunction(native _nativeFunction) _nativeCallFunction {
- return _nativeCallFunction{"", native}
-}
-
-func (self _nativeCallFunction) Dispatch(_ *_object, _ *_functionEnvironment, runtime *_runtime, this Value, argumentList []Value, evalHint bool) Value {
- return self.function(FunctionCall{
- runtime: runtime,
- evalHint: evalHint,
-
- This: this,
- ArgumentList: argumentList,
- Otto: runtime.Otto,
- })
-}
-
-func (self _nativeCallFunction) ScopeEnvironment() _environment {
- return nil
-}
-
-func (self _nativeCallFunction) Source(*_object) string {
- return fmt.Sprintf("function %s() { [native code] }", self.name)
-}
-
-func (self0 _nativeCallFunction) clone(clone *_clone) _callFunction {
- return self0
-}
-
-// _boundCallFunction
-type _boundCallFunction struct {
- target *_object
- this Value
- argumentList []Value
-}
-
-func newBoundCallFunction(target *_object, this Value, argumentList []Value) *_boundCallFunction {
- self := &_boundCallFunction{
- target: target,
- this: this,
- argumentList: argumentList,
- }
- return self
-}
-
-func (self _boundCallFunction) Dispatch(_ *_object, _ *_functionEnvironment, runtime *_runtime, this Value, argumentList []Value, _ bool) Value {
- argumentList = append(self.argumentList, argumentList...)
- return runtime.Call(self.target, self.this, argumentList, false)
-}
-
-func (self _boundCallFunction) ScopeEnvironment() _environment {
- return nil
-}
-
-func (self _boundCallFunction) Source(*_object) string {
- return ""
-}
-
-func (self0 _boundCallFunction) clone(clone *_clone) _callFunction {
- return _boundCallFunction{
- target: clone.object(self0.target),
- this: clone.value(self0.this),
- argumentList: clone.valueArray(self0.argumentList),
- }
-}
-
-func newBoundConstructFunction(target *_object) _constructFunction {
- // This is not exactly as described in 15.3.4.5.2, we let [[Call]] supply the
- // bound arguments, etc.
- return func(self *_object, this Value, argumentList []Value) Value {
- switch value := target.value.(type) {
- case _functionObject:
- return value.construct(self, this, argumentList)
- }
- panic(newTypeError())
- }
-}
-
-// FunctionCall{}
-
-// FunctionCall is an encapsulation of a JavaScript function call.
-type FunctionCall struct {
- runtime *_runtime
- _thisObject *_object
- evalHint bool
-
- This Value
- ArgumentList []Value
- Otto *Otto
-}
-
-// Argument will return the value of the argument at the given index.
-//
-// If no such argument exists, undefined is returned.
-func (self FunctionCall) Argument(index int) Value {
- return valueOfArrayIndex(self.ArgumentList, index)
-}
-
-func (self FunctionCall) getArgument(index int) (Value, bool) {
- return getValueOfArrayIndex(self.ArgumentList, index)
-}
-
-func (self FunctionCall) slice(index int) []Value {
- if index < len(self.ArgumentList) {
- return self.ArgumentList[index:]
- }
- return []Value{}
-}
-
-func (self *FunctionCall) thisObject() *_object {
- if self._thisObject == nil {
- this := self.runtime.GetValue(self.This) // FIXME Is this right?
- self._thisObject = self.runtime.toObject(this)
- }
- return self._thisObject
-}
-
-func (self *FunctionCall) thisClassObject(class string) *_object {
- thisObject := self.thisObject()
- if thisObject.class != class {
- panic(newTypeError())
- }
- return self._thisObject
-}
-
-func (self FunctionCall) toObject(value Value) *_object {
- return self.runtime.toObject(value)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_array.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_go_array.go
deleted file mode 100644
index cf2ddd437..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_array.go
+++ /dev/null
@@ -1,134 +0,0 @@
-package otto
-
-import (
- "reflect"
- "strconv"
-)
-
-func (runtime *_runtime) newGoArrayObject(value reflect.Value) *_object {
- self := runtime.newObject()
- self.class = "GoArray"
- self.objectClass = _classGoArray
- self.value = _newGoArrayObject(value)
- return self
-}
-
-type _goArrayObject struct {
- value reflect.Value
- writable bool
- propertyMode _propertyMode
-}
-
-func _newGoArrayObject(value reflect.Value) *_goArrayObject {
- writable := value.Kind() == reflect.Ptr // The Array is addressable (like a Slice)
- mode := _propertyMode(0010)
- if writable {
- mode = 0110
- }
- self := &_goArrayObject{
- value: value,
- writable: writable,
- propertyMode: mode,
- }
- return self
-}
-
-func (self _goArrayObject) getValue(index int64) (reflect.Value, bool) {
- value := reflect.Indirect(self.value)
- if index < int64(value.Len()) {
- return value.Index(int(index)), true
- }
- return reflect.Value{}, false
-}
-
-func (self _goArrayObject) setValue(index int64, value Value) bool {
- indexValue, exists := self.getValue(index)
- if !exists {
- return false
- }
- reflectValue, err := value.toReflectValue(reflect.Indirect(self.value).Type().Elem().Kind())
- if err != nil {
- panic(err)
- }
- indexValue.Set(reflectValue)
- return true
-}
-
-func goArrayGetOwnProperty(self *_object, name string) *_property {
- // length
- if name == "length" {
- return &_property{
- value: toValue(reflect.Indirect(self.value.(*_goArrayObject).value).Len()),
- mode: 0,
- }
- }
-
- // .0, .1, .2, ...
- index := stringToArrayIndex(name)
- if index >= 0 {
- object := self.value.(*_goArrayObject)
- value := UndefinedValue()
- reflectValue, exists := object.getValue(index)
- if exists {
- value = self.runtime.toValue(reflectValue.Interface())
- }
- return &_property{
- value: value,
- mode: object.propertyMode,
- }
- }
-
- return objectGetOwnProperty(self, name)
-}
-
-func goArrayEnumerate(self *_object, all bool, each func(string) bool) {
- object := self.value.(*_goArrayObject)
- // .0, .1, .2, ...
-
- for index, length := 0, object.value.Len(); index < length; index++ {
- name := strconv.FormatInt(int64(index), 10)
- if !each(name) {
- return
- }
- }
-
- objectEnumerate(self, all, each)
-}
-
-func goArrayDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- if name == "length" {
- return typeErrorResult(throw)
- } else if index := stringToArrayIndex(name); index >= 0 {
- object := self.value.(*_goArrayObject)
- if object.writable {
- if self.value.(*_goArrayObject).setValue(index, descriptor.value.(Value)) {
- return true
- }
- }
- return typeErrorResult(throw)
- }
- return objectDefineOwnProperty(self, name, descriptor, throw)
-}
-
-func goArrayDelete(self *_object, name string, throw bool) bool {
- // length
- if name == "length" {
- return typeErrorResult(throw)
- }
-
- // .0, .1, .2, ...
- index := stringToArrayIndex(name)
- if index >= 0 {
- object := self.value.(*_goArrayObject)
- if object.writable {
- indexValue, exists := object.getValue(index)
- if exists {
- indexValue.Set(reflect.Zero(reflect.Indirect(object.value).Type().Elem()))
- return true
- }
- }
- return typeErrorResult(throw)
- }
-
- return self.delete(name, throw)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_map.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_go_map.go
deleted file mode 100644
index 4635fb231..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_map.go
+++ /dev/null
@@ -1,87 +0,0 @@
-package otto
-
-import (
- "reflect"
-)
-
-func (runtime *_runtime) newGoMapObject(value reflect.Value) *_object {
- self := runtime.newObject()
- self.class = "Object" // TODO Should this be something else?
- self.objectClass = _classGoMap
- self.value = _newGoMapObject(value)
- return self
-}
-
-type _goMapObject struct {
- value reflect.Value
- keyKind reflect.Kind
- valueKind reflect.Kind
-}
-
-func _newGoMapObject(value reflect.Value) *_goMapObject {
- if value.Kind() != reflect.Map {
- dbgf("%/panic//%@: %v != reflect.Map", value.Kind())
- }
- self := &_goMapObject{
- value: value,
- keyKind: value.Type().Key().Kind(),
- valueKind: value.Type().Elem().Kind(),
- }
- return self
-}
-
-func (self _goMapObject) toKey(name string) reflect.Value {
- reflectValue, err := stringToReflectValue(name, self.keyKind)
- if err != nil {
- panic(err)
- }
- return reflectValue
-}
-
-func (self _goMapObject) toValue(value Value) reflect.Value {
- reflectValue, err := value.toReflectValue(self.valueKind)
- if err != nil {
- panic(err)
- }
- return reflectValue
-}
-
-func goMapGetOwnProperty(self *_object, name string) *_property {
- object := self.value.(*_goMapObject)
- value := object.value.MapIndex(object.toKey(name))
- if value.IsValid() {
- return &_property{self.runtime.toValue(value.Interface()), 0111}
- }
-
- return nil
-}
-
-func goMapEnumerate(self *_object, all bool, each func(string) bool) {
- object := self.value.(*_goMapObject)
- keys := object.value.MapKeys()
- for _, key := range keys {
- if !each(key.String()) {
- return
- }
- }
-}
-
-func goMapDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- object := self.value.(*_goMapObject)
- // TODO ...or 0222
- if descriptor.mode != 0111 {
- return typeErrorResult(throw)
- }
- if !descriptor.isDataDescriptor() {
- return typeErrorResult(throw)
- }
- object.value.SetMapIndex(object.toKey(name), object.toValue(descriptor.value.(Value)))
- return true
-}
-
-func goMapDelete(self *_object, name string, throw bool) bool {
- object := self.value.(*_goMapObject)
- object.value.SetMapIndex(object.toKey(name), reflect.Value{})
- // FIXME
- return true
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_slice.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_go_slice.go
deleted file mode 100644
index 5821e2ad3..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_slice.go
+++ /dev/null
@@ -1,118 +0,0 @@
-package otto
-
-import (
- "reflect"
- "strconv"
-)
-
-func (runtime *_runtime) newGoSliceObject(value reflect.Value) *_object {
- self := runtime.newObject()
- self.class = "GoArray" // TODO GoSlice?
- self.objectClass = _classGoSlice
- self.value = _newGoSliceObject(value)
- return self
-}
-
-type _goSliceObject struct {
- value reflect.Value
-}
-
-func _newGoSliceObject(value reflect.Value) *_goSliceObject {
- self := &_goSliceObject{
- value: value,
- }
- return self
-}
-
-func (self _goSliceObject) getValue(index int64) (reflect.Value, bool) {
- if index < int64(self.value.Len()) {
- return self.value.Index(int(index)), true
- }
- return reflect.Value{}, false
-}
-
-func (self _goSliceObject) setValue(index int64, value Value) bool {
- indexValue, exists := self.getValue(index)
- if !exists {
- return false
- }
- reflectValue, err := value.toReflectValue(self.value.Type().Elem().Kind())
- if err != nil {
- panic(err)
- }
- indexValue.Set(reflectValue)
- return true
-}
-
-func goSliceGetOwnProperty(self *_object, name string) *_property {
- // length
- if name == "length" {
- return &_property{
- value: toValue(self.value.(*_goSliceObject).value.Len()),
- mode: 0,
- }
- }
-
- // .0, .1, .2, ...
- index := stringToArrayIndex(name)
- if index >= 0 {
- value := UndefinedValue()
- reflectValue, exists := self.value.(*_goSliceObject).getValue(index)
- if exists {
- value = self.runtime.toValue(reflectValue.Interface())
- }
- return &_property{
- value: value,
- mode: 0110,
- }
- }
-
- return objectGetOwnProperty(self, name)
-}
-
-func goSliceEnumerate(self *_object, all bool, each func(string) bool) {
- object := self.value.(*_goSliceObject)
- // .0, .1, .2, ...
-
- for index, length := 0, object.value.Len(); index < length; index++ {
- name := strconv.FormatInt(int64(index), 10)
- if !each(name) {
- return
- }
- }
-
- objectEnumerate(self, all, each)
-}
-
-func goSliceDefineOwnProperty(self *_object, name string, descriptor _property, throw bool) bool {
- if name == "length" {
- return typeErrorResult(throw)
- } else if index := stringToArrayIndex(name); index >= 0 {
- if self.value.(*_goSliceObject).setValue(index, descriptor.value.(Value)) {
- return true
- }
- return typeErrorResult(throw)
- }
- return objectDefineOwnProperty(self, name, descriptor, throw)
-}
-
-func goSliceDelete(self *_object, name string, throw bool) bool {
- // length
- if name == "length" {
- return typeErrorResult(throw)
- }
-
- // .0, .1, .2, ...
- index := stringToArrayIndex(name)
- if index >= 0 {
- object := self.value.(*_goSliceObject)
- indexValue, exists := object.getValue(index)
- if exists {
- indexValue.Set(reflect.Zero(object.value.Type().Elem()))
- return true
- }
- return typeErrorResult(throw)
- }
-
- return self.delete(name, throw)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_struct.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_go_struct.go
deleted file mode 100644
index 4abdf8075..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_go_struct.go
+++ /dev/null
@@ -1,150 +0,0 @@
-package otto
-
-import (
- "encoding/json"
- "reflect"
- "unicode"
-)
-
-func upCase(str *string) {
- a := []rune(*str)
- a[0] = unicode.ToUpper(a[0])
- *str = string(a)
-}
-
-func (runtime *_runtime) newGoStructObject(value reflect.Value) *_object {
- self := runtime.newObject()
- self.class = "Object" // TODO Should this be something else?
- self.objectClass = _classGoStruct
- self.value = _newGoStructObject(value)
- return self
-}
-
-type _goStructObject struct {
- value reflect.Value
-}
-
-func _newGoStructObject(value reflect.Value) *_goStructObject {
- if reflect.Indirect(value).Kind() != reflect.Struct {
- dbgf("%/panic//%@: %v != reflect.Struct", value.Kind())
- }
- self := &_goStructObject{
- value: value,
- }
- return self
-}
-
-func (self _goStructObject) getValue(name string) reflect.Value {
- upCase(&name)
-
- if validGoStructName(name) {
- // Do not reveal hidden or unexported fields
- if field := reflect.Indirect(self.value).FieldByName(name); (field != reflect.Value{}) {
- return field
- }
-
- if method := self.value.MethodByName(name); (method != reflect.Value{}) {
- return method
- }
- }
-
- return reflect.Value{}
-}
-
-func (self _goStructObject) field(name string) (reflect.StructField, bool) {
- upCase(&name)
-
- return reflect.Indirect(self.value).Type().FieldByName(name)
-}
-
-func (self _goStructObject) method(name string) (reflect.Method, bool) {
- upCase(&name)
-
- return reflect.Indirect(self.value).Type().MethodByName(name)
-}
-
-func (self _goStructObject) setValue(name string, value Value) bool {
- field, exists := self.field(name)
- if !exists {
- return false
- }
- fieldValue := self.getValue(name)
- reflectValue, err := value.toReflectValue(field.Type.Kind())
- if err != nil {
- panic(err)
- }
- fieldValue.Set(reflectValue)
- return true
-}
-
-func goStructGetOwnProperty(self *_object, name string) *_property {
- object := self.value.(*_goStructObject)
- value := object.getValue(name)
- if value.IsValid() {
- return &_property{self.runtime.toValue(value.Interface()), 0110}
- }
-
- return objectGetOwnProperty(self, name)
-}
-
-func validGoStructName(name string) bool {
- if name == "" {
- return false
- }
- return 'A' <= name[0] && name[0] <= 'Z' // TODO What about Unicode?
-}
-
-func goStructEnumerate(self *_object, all bool, each func(string) bool) {
- object := self.value.(*_goStructObject)
-
- // Enumerate fields
- for index := 0; index < reflect.Indirect(object.value).NumField(); index++ {
- name := reflect.Indirect(object.value).Type().Field(index).Name
- if validGoStructName(name) {
- if !each(name) {
- return
- }
- }
- }
-
- // Enumerate methods
- for index := 0; index < object.value.NumMethod(); index++ {
- name := object.value.Type().Method(index).Name
- if validGoStructName(name) {
- if !each(name) {
- return
- }
- }
- }
-
- objectEnumerate(self, all, each)
-}
-
-func goStructCanPut(self *_object, name string) bool {
- object := self.value.(*_goStructObject)
- value := object.getValue(name)
- if value.IsValid() {
- return true
- }
-
- return objectCanPut(self, name)
-}
-
-func goStructPut(self *_object, name string, value Value, throw bool) {
- object := self.value.(*_goStructObject)
- if object.setValue(name, value) {
- return
- }
-
- objectPut(self, name, value, throw)
-}
-
-func goStructMarshalJSON(self *_object) json.Marshaler {
- object := self.value.(*_goStructObject)
- goValue := reflect.Indirect(object.value).Interface()
- switch marshaler := goValue.(type) {
- case json.Marshaler:
- return marshaler
- }
- return nil
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_number.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_number.go
deleted file mode 100644
index ee7adc985..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_number.go
+++ /dev/null
@@ -1,5 +0,0 @@
-package otto
-
-func (runtime *_runtime) newNumberObject(value Value) *_object {
- return runtime.newPrimitiveObject("Number", toNumber(value))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_reference.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_reference.go
deleted file mode 100644
index 6c4f37278..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_reference.go
+++ /dev/null
@@ -1,157 +0,0 @@
-package otto
-
-import (
- "github.com/robertkrimen/otto/ast"
-)
-
-type _reference interface {
- GetBase() interface{} // GetBase
- GetName() string // GetReferencedName
- IsStrict() bool // IsStrictReference
- IsUnresolvable() bool // IsUnresolvableReference
- IsPropertyReference() bool // IsPropertyReference
- GetValue() Value // GetValue
- PutValue(Value) bool // PutValue
- Delete() bool
-}
-
-// Reference
-
-type _referenceDefault struct {
- name string
- strict bool
-}
-
-func (self _referenceDefault) GetName() string {
- return self.name
-}
-
-func (self _referenceDefault) IsStrict() bool {
- return self.strict
-}
-
-// PropertyReference
-
-type _propertyReference struct {
- _referenceDefault
- Base *_object
-}
-
-func newPropertyReference(base *_object, name string, strict bool) *_propertyReference {
- return &_propertyReference{
- Base: base,
- _referenceDefault: _referenceDefault{
- name: name,
- strict: strict,
- },
- }
-}
-
-func (self *_propertyReference) GetBase() interface{} {
- return self.Base
-}
-
-func (self *_propertyReference) IsUnresolvable() bool {
- return self.Base == nil
-}
-
-func (self *_propertyReference) IsPropertyReference() bool {
- return true
-}
-
-func (self *_propertyReference) GetValue() Value {
- if self.Base == nil {
- panic(newReferenceError("notDefined", self.name))
- }
- return self.Base.get(self.name)
-}
-
-func (self *_propertyReference) PutValue(value Value) bool {
- if self.Base == nil {
- return false
- }
- self.Base.put(self.name, value, self.IsStrict())
- return true
-}
-
-func (self *_propertyReference) Delete() bool {
- if self.Base == nil {
- // TODO Throw an error if strict
- return true
- }
- return self.Base.delete(self.name, self.IsStrict())
-}
-
-// ArgumentReference
-
-func newArgumentReference(base *_object, name string, strict bool) *_propertyReference {
- if base == nil {
- panic(hereBeDragons())
- }
- return newPropertyReference(base, name, strict)
-}
-
-type _environmentReference struct {
- _referenceDefault
- Base _environment
- node ast.Node
-}
-
-func newEnvironmentReference(base _environment, name string, strict bool, node ast.Node) *_environmentReference {
- return &_environmentReference{
- Base: base,
- _referenceDefault: _referenceDefault{
- name: name,
- strict: strict,
- },
- node: node,
- }
-}
-
-func (self *_environmentReference) GetBase() interface{} {
- return self.Base
-}
-
-func (self *_environmentReference) IsUnresolvable() bool {
- return self.Base == nil // The base (an environment) will never be nil
-}
-
-func (self *_environmentReference) IsPropertyReference() bool {
- return false
-}
-
-func (self *_environmentReference) GetValue() Value {
- if self.Base == nil {
- // This should never be reached, but just in case
- }
- return self.Base.GetValue(self.name, self.IsStrict())
-}
-
-func (self *_environmentReference) PutValue(value Value) bool {
- if self.Base == nil {
- // This should never be reached, but just in case
- return false
- }
- self.Base.SetValue(self.name, value, self.IsStrict())
- return true
-}
-
-func (self *_environmentReference) Delete() bool {
- if self.Base == nil {
- // This should never be reached, but just in case
- return false
- }
- return self.Base.DeleteBinding(self.name)
-}
-
-// getIdentifierReference
-
-func getIdentifierReference(environment _environment, name string, strict bool) _reference {
- if environment == nil {
- return newPropertyReference(nil, name, strict)
- }
- if environment.HasBinding(name) {
- return environment.newReference(name, strict)
- }
- return getIdentifierReference(environment.Outer(), name, strict)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_regexp.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_regexp.go
deleted file mode 100644
index 5f17bde69..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_regexp.go
+++ /dev/null
@@ -1,146 +0,0 @@
-package otto
-
-import (
- "fmt"
- "regexp"
- "unicode/utf8"
-
- "github.com/robertkrimen/otto/parser"
-)
-
-type _regExpObject struct {
- regularExpression *regexp.Regexp
- global bool
- ignoreCase bool
- multiline bool
- source string
- flags string
-}
-
-func (runtime *_runtime) newRegExpObject(pattern string, flags string) *_object {
- self := runtime.newObject()
- self.class = "RegExp"
-
- global := false
- ignoreCase := false
- multiline := false
- re2flags := ""
-
- // TODO Maybe clean up the panicking here... TypeError, SyntaxError, ?
-
- for _, chr := range flags {
- switch chr {
- case 'g':
- if global {
- panic(newError("SyntaxError: newRegExpObject: %s %s", pattern, flags))
- }
- global = true
- case 'm':
- if multiline {
- panic(newError("SyntaxError: newRegExpObject: %s %s", pattern, flags))
- }
- multiline = true
- re2flags += "m"
- case 'i':
- if ignoreCase {
- panic(newError("SyntaxError: newRegExpObject: %s %s", pattern, flags))
- }
- ignoreCase = true
- re2flags += "i"
- }
- }
-
- re2pattern, err := parser.TransformRegExp(pattern)
- if err != nil {
- panic(newTypeError("Invalid regular expression: %s", err.Error()))
- }
- if len(re2flags) > 0 {
- re2pattern = fmt.Sprintf("(?%s:%s)", re2flags, re2pattern)
- }
-
- regularExpression, err := regexp.Compile(re2pattern)
- if err != nil {
- panic(newSyntaxError("Invalid regular expression: %s", err.Error()[22:]))
- }
-
- self.value = _regExpObject{
- regularExpression: regularExpression,
- global: global,
- ignoreCase: ignoreCase,
- multiline: multiline,
- source: pattern,
- flags: flags,
- }
- self.defineProperty("global", toValue_bool(global), 0, false)
- self.defineProperty("ignoreCase", toValue_bool(ignoreCase), 0, false)
- self.defineProperty("multiline", toValue_bool(multiline), 0, false)
- self.defineProperty("lastIndex", toValue_int(0), 0100, false)
- self.defineProperty("source", toValue_string(pattern), 0, false)
- return self
-}
-
-func (self *_object) regExpValue() _regExpObject {
- value, _ := self.value.(_regExpObject)
- return value
-}
-
-func execRegExp(this *_object, target string) (match bool, result []int) {
- if this.class != "RegExp" {
- panic(newTypeError("Calling RegExp.exec on a non-RegExp object"))
- }
- lastIndex := toInteger(this.get("lastIndex")).value
- index := lastIndex
- global := toBoolean(this.get("global"))
- if !global {
- index = 0
- }
- if 0 > index || index > int64(len(target)) {
- } else {
- result = this.regExpValue().regularExpression.FindStringSubmatchIndex(target[index:])
- }
- if result == nil {
- //this.defineProperty("lastIndex", toValue_(0), 0111, true)
- this.put("lastIndex", toValue_int(0), true)
- return // !match
- }
- match = true
- startIndex := index
- endIndex := int(lastIndex) + result[1]
- // We do this shift here because the .FindStringSubmatchIndex above
- // was done on a local subordinate slice of the string, not the whole string
- for index, _ := range result {
- result[index] += int(startIndex)
- }
- if global {
- //this.defineProperty("lastIndex", toValue_(endIndex), 0111, true)
- this.put("lastIndex", toValue_int(endIndex), true)
- }
- return // match
-}
-
-func execResultToArray(runtime *_runtime, target string, result []int) *_object {
- captureCount := len(result) / 2
- valueArray := make([]Value, captureCount)
- for index := 0; index < captureCount; index++ {
- offset := 2 * index
- if result[offset] != -1 {
- valueArray[index] = toValue_string(target[result[offset]:result[offset+1]])
- } else {
- valueArray[index] = UndefinedValue()
- }
- }
- matchIndex := result[0]
- if matchIndex != 0 {
- matchIndex = 0
- // Find the rune index in the string, not the byte index
- for index := 0; index < result[0]; {
- _, size := utf8.DecodeRuneInString(target[index:])
- matchIndex += 1
- index += size
- }
- }
- match := runtime.newArrayOf(valueArray)
- match.defineProperty("input", toValue_string(target), 0111, false)
- match.defineProperty("index", toValue_int(matchIndex), 0111, false)
- return match
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/type_string.go b/Godeps/_workspace/src/github.com/obscuren/otto/type_string.go
deleted file mode 100644
index fd93316d1..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/type_string.go
+++ /dev/null
@@ -1,112 +0,0 @@
-package otto
-
-import (
- "strconv"
- "unicode/utf8"
-)
-
-type _stringObject interface {
- Length() int
- At(int) rune
- String() string
-}
-
-type _stringASCII string
-
-func (str _stringASCII) Length() int {
- return len(str)
-}
-
-func (str _stringASCII) At(at int) rune {
- return rune(str[at])
-}
-
-func (str _stringASCII) String() string {
- return string(str)
-}
-
-type _stringWide struct {
- string string
- length int
- runes []rune
-}
-
-func (str _stringWide) Length() int {
- return str.length
-}
-
-func (str _stringWide) At(at int) rune {
- if str.runes == nil {
- str.runes = []rune(str.string)
- }
- return str.runes[at]
-}
-
-func (str _stringWide) String() string {
- return str.string
-}
-
-func _newStringObject(str string) _stringObject {
- for i := 0; i < len(str); i++ {
- if str[i] >= utf8.RuneSelf {
- goto wide
- }
- }
-
- return _stringASCII(str)
-
-wide:
- return &_stringWide{
- string: str,
- length: utf8.RuneCountInString(str),
- }
-}
-
-func stringAt(str _stringObject, index int) rune {
- if 0 <= index && index < str.Length() {
- return str.At(index)
- }
- return utf8.RuneError
-}
-
-func (runtime *_runtime) newStringObject(value Value) *_object {
- str := _newStringObject(toString(value))
-
- self := runtime.newClassObject("String")
- self.defineProperty("length", toValue_int(str.Length()), 0, false)
- self.objectClass = _classString
- self.value = str
- return self
-}
-
-func (self *_object) stringValue() _stringObject {
- if str, ok := self.value.(_stringObject); ok {
- return str
- }
- return nil
-}
-
-func stringEnumerate(self *_object, all bool, each func(string) bool) {
- if str := self.stringValue(); str != nil {
- length := str.Length()
- for index := 0; index < length; index++ {
- if !each(strconv.FormatInt(int64(index), 10)) {
- return
- }
- }
- }
- objectEnumerate(self, all, each)
-}
-
-func stringGetOwnProperty(self *_object, name string) *_property {
- if property := objectGetOwnProperty(self, name); property != nil {
- return property
- }
- // TODO Test a string of length >= +int32 + 1?
- if index := stringToArrayIndex(name); index >= 0 {
- if chr := stringAt(self.stringValue(), int(index)); chr != utf8.RuneError {
- return &_property{toValue_string(string(chr)), 0}
- }
- }
- return nil
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/Makefile b/Godeps/_workspace/src/github.com/obscuren/otto/underscore/Makefile
deleted file mode 100644
index fc872917f..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-.PHONY: source
-
-source: source.go
-
-underscore.js:
- curl -kL http://underscorejs.org/underscore.js > $@
-
-source.go: underscore.js
- go-bindata -f underscore -p underscore -u true < $< 2>/dev/null | grep -v '^//' | gofmt > $@
- head -4 $< >> $@
- mv $< ..
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/README.markdown b/Godeps/_workspace/src/github.com/obscuren/otto/underscore/README.markdown
deleted file mode 100644
index bce37b695..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/README.markdown
+++ /dev/null
@@ -1,53 +0,0 @@
-# underscore
---
- import "github.com/robertkrimen/otto/underscore"
-
-Package underscore contains the source for the JavaScript utility-belt library.
-
- import (
- _ "github.com/robertkrimen/otto/underscore"
- )
- // Every Otto runtime will now include underscore
-
-http://underscorejs.org
-
-https://github.com/documentcloud/underscore
-
-By importing this package, you'll automatically load underscore every time you
-create a new Otto runtime.
-
-To prevent this behavior, you can do the following:
-
- import (
- "github.com/robertkrimen/otto/underscore"
- )
-
- func init() {
- underscore.Disable()
- }
-
-## Usage
-
-#### func Disable
-
-```go
-func Disable()
-```
-Disable underscore runtime inclusion.
-
-#### func Enable
-
-```go
-func Enable()
-```
-Enable underscore runtime inclusion.
-
-#### func Source
-
-```go
-func Source() string
-```
-Source returns the underscore source.
-
---
-**godocdown** http://github.com/robertkrimen/godocdown
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/source.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore/source.go
deleted file mode 100644
index 65754ab71..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/source.go
+++ /dev/null
@@ -1,3462 +0,0 @@
-package underscore
-
-func underscore() []byte {
- return []byte{
- 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x55, 0x6e, 0x64, 0x65, 0x72,
- 0x73, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x6a, 0x73, 0x20, 0x31, 0x2e, 0x34,
- 0x2e, 0x34, 0x0a, 0x2f, 0x2f, 0x20, 0x20, 0x20, 0x20, 0x20, 0x68, 0x74,
- 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63,
- 0x6f, 0x72, 0x65, 0x6a, 0x73, 0x2e, 0x6f, 0x72, 0x67, 0x0a, 0x2f, 0x2f,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30,
- 0x39, 0x2d, 0x32, 0x30, 0x31, 0x33, 0x20, 0x4a, 0x65, 0x72, 0x65, 0x6d,
- 0x79, 0x20, 0x41, 0x73, 0x68, 0x6b, 0x65, 0x6e, 0x61, 0x73, 0x2c, 0x20,
- 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6c, 0x6f, 0x75,
- 0x64, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x0a, 0x2f, 0x2f, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65,
- 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, 0x20, 0x66, 0x72, 0x65, 0x65,
- 0x6c, 0x79, 0x20, 0x64, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74,
- 0x65, 0x64, 0x20, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x4d, 0x49, 0x54, 0x20, 0x6c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65,
- 0x2e, 0x0a, 0x0a, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x42,
- 0x61, 0x73, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x20, 0x73, 0x65, 0x74, 0x75,
- 0x70, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x45, 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69, 0x73,
- 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x6f, 0x6f, 0x74, 0x20, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2c, 0x20, 0x60, 0x77, 0x69, 0x6e, 0x64,
- 0x6f, 0x77, 0x60, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62,
- 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x2c, 0x20, 0x6f, 0x72, 0x20, 0x60,
- 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x60, 0x20, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x0a, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x6f, 0x6f, 0x74, 0x20, 0x3d, 0x20,
- 0x74, 0x68, 0x69, 0x73, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x53, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x72, 0x65,
- 0x76, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20,
- 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x60, 0x5f, 0x60, 0x20, 0x76,
- 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x55,
- 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x3d, 0x20,
- 0x72, 0x6f, 0x6f, 0x74, 0x2e, 0x5f, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x45, 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x67, 0x65, 0x74, 0x73, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x65, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x72, 0x65,
- 0x61, 0x6b, 0x20, 0x6f, 0x75, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x20,
- 0x6c, 0x6f, 0x6f, 0x70, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x62, 0x72,
- 0x65, 0x61, 0x6b, 0x65, 0x72, 0x20, 0x3d, 0x20, 0x7b, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x53, 0x61, 0x76, 0x65, 0x20, 0x62,
- 0x79, 0x74, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x6d, 0x69, 0x6e, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x28, 0x62, 0x75,
- 0x74, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x67, 0x7a, 0x69, 0x70, 0x70, 0x65,
- 0x64, 0x29, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x3a, 0x0a,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50,
- 0x72, 0x6f, 0x74, 0x6f, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2c, 0x20,
- 0x4f, 0x62, 0x6a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x20, 0x3d, 0x20, 0x4f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74,
- 0x79, 0x70, 0x65, 0x2c, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x50, 0x72, 0x6f,
- 0x74, 0x6f, 0x20, 0x3d, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x3b,
- 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74,
- 0x65, 0x20, 0x71, 0x75, 0x69, 0x63, 0x6b, 0x20, 0x72, 0x65, 0x66, 0x65,
- 0x72, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62,
- 0x6c, 0x65, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x73, 0x70, 0x65, 0x65,
- 0x64, 0x20, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x20, 0x74, 0x6f, 0x20,
- 0x63, 0x6f, 0x72, 0x65, 0x20, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79,
- 0x70, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x70,
- 0x75, 0x73, 0x68, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50,
- 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x2c, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20,
- 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x73,
- 0x6c, 0x69, 0x63, 0x65, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79,
- 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74,
- 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x74, 0x6f, 0x53, 0x74,
- 0x72, 0x69, 0x6e, 0x67, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x3d, 0x20, 0x4f, 0x62, 0x6a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
- 0x74, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2c, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x68, 0x61, 0x73, 0x4f, 0x77, 0x6e, 0x50, 0x72,
- 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x4f,
- 0x62, 0x6a, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x68, 0x61, 0x73, 0x4f,
- 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6c, 0x6c, 0x20, 0x2a, 0x2a,
- 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35,
- 0x2a, 0x2a, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x69, 0x6d, 0x70, 0x6c, 0x65,
- 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x77, 0x65, 0x20, 0x68, 0x6f, 0x70, 0x65, 0x20,
- 0x74, 0x6f, 0x20, 0x75, 0x73, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x61, 0x72, 0x65, 0x20, 0x64, 0x65, 0x63, 0x6c, 0x61, 0x72, 0x65, 0x64,
- 0x20, 0x68, 0x65, 0x72, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x46,
- 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f,
- 0x2e, 0x66, 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x2c, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x61, 0x70, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41,
- 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x6d, 0x61,
- 0x70, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76,
- 0x65, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f,
- 0x74, 0x6f, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x2c, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x64,
- 0x75, 0x63, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x20, 0x20, 0x3d, 0x20,
- 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x72,
- 0x65, 0x64, 0x75, 0x63, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x2c, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x46, 0x69,
- 0x6c, 0x74, 0x65, 0x72, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d,
- 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
- 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x45, 0x76, 0x65, 0x72, 0x79, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72,
- 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x65, 0x76, 0x65, 0x72,
- 0x79, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76,
- 0x65, 0x53, 0x6f, 0x6d, 0x65, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f,
- 0x74, 0x6f, 0x2e, 0x73, 0x6f, 0x6d, 0x65, 0x2c, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78,
- 0x4f, 0x66, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72,
- 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x69, 0x6e, 0x64,
- 0x65, 0x78, 0x4f, 0x66, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61,
- 0x74, 0x69, 0x76, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65,
- 0x78, 0x4f, 0x66, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79,
- 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6e,
- 0x64, 0x65, 0x78, 0x4f, 0x66, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e,
- 0x61, 0x74, 0x69, 0x76, 0x65, 0x49, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20, 0x41, 0x72, 0x72, 0x61,
- 0x79, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4b, 0x65, 0x79,
- 0x73, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3d, 0x20,
- 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x6b, 0x65, 0x79, 0x73, 0x2c,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x42,
- 0x69, 0x6e, 0x64, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x3d, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
- 0x62, 0x69, 0x6e, 0x64, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x20, 0x61, 0x20, 0x73, 0x61, 0x66,
- 0x65, 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x20,
- 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x55, 0x6e, 0x64, 0x65, 0x72,
- 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x20, 0x66, 0x6f, 0x72, 0x20, 0x75, 0x73, 0x65, 0x20, 0x62, 0x65, 0x6c,
- 0x6f, 0x77, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x5f, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e,
- 0x63, 0x65, 0x6f, 0x66, 0x20, 0x5f, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x21, 0x28, 0x74, 0x68, 0x69, 0x73, 0x20, 0x69,
- 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x6f, 0x66, 0x20, 0x5f, 0x29,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6e, 0x65, 0x77,
- 0x20, 0x5f, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x74, 0x68, 0x69, 0x73, 0x2e, 0x5f, 0x77, 0x72, 0x61, 0x70, 0x70,
- 0x65, 0x64, 0x20, 0x3d, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x45, 0x78, 0x70,
- 0x6f, 0x72, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x55, 0x6e, 0x64, 0x65,
- 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x2a, 0x2a, 0x4e, 0x6f, 0x64, 0x65,
- 0x2e, 0x6a, 0x73, 0x2a, 0x2a, 0x2c, 0x20, 0x77, 0x69, 0x74, 0x68, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x62, 0x61, 0x63, 0x6b, 0x77, 0x61, 0x72,
- 0x64, 0x73, 0x2d, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x74, 0x69, 0x62, 0x69,
- 0x6c, 0x69, 0x74, 0x79, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x6f, 0x6c, 0x64, 0x20, 0x60, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72,
- 0x65, 0x28, 0x29, 0x60, 0x20, 0x41, 0x50, 0x49, 0x2e, 0x20, 0x49, 0x66,
- 0x20, 0x77, 0x65, 0x27, 0x72, 0x65, 0x20, 0x69, 0x6e, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x72, 0x6f, 0x77, 0x73,
- 0x65, 0x72, 0x2c, 0x20, 0x61, 0x64, 0x64, 0x20, 0x60, 0x5f, 0x60, 0x20,
- 0x61, 0x73, 0x20, 0x61, 0x20, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x76, 0x69, 0x61, 0x20, 0x61,
- 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x64, 0x65, 0x6e,
- 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x2c, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x66, 0x6f, 0x72, 0x20, 0x43, 0x6c, 0x6f, 0x73, 0x75, 0x72, 0x65,
- 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x20, 0x22, 0x61,
- 0x64, 0x76, 0x61, 0x6e, 0x63, 0x65, 0x64, 0x22, 0x20, 0x6d, 0x6f, 0x64,
- 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x74, 0x79, 0x70,
- 0x65, 0x6f, 0x66, 0x20, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x20,
- 0x21, 0x3d, 0x3d, 0x20, 0x27, 0x75, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e,
- 0x65, 0x64, 0x27, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x74, 0x79, 0x70, 0x65, 0x6f, 0x66, 0x20, 0x6d, 0x6f,
- 0x64, 0x75, 0x6c, 0x65, 0x20, 0x21, 0x3d, 0x3d, 0x20, 0x27, 0x75, 0x6e,
- 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x27, 0x20, 0x26, 0x26, 0x20,
- 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72,
- 0x74, 0x73, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x20, 0x3d, 0x20, 0x6d, 0x6f,
- 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x73,
- 0x20, 0x3d, 0x20, 0x5f, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x2e,
- 0x5f, 0x20, 0x3d, 0x20, 0x5f, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x20, 0x65,
- 0x6c, 0x73, 0x65, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x6f,
- 0x6f, 0x74, 0x2e, 0x5f, 0x20, 0x3d, 0x20, 0x5f, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x75, 0x72, 0x72,
- 0x65, 0x6e, 0x74, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x56, 0x45, 0x52, 0x53, 0x49, 0x4f, 0x4e,
- 0x20, 0x3d, 0x20, 0x27, 0x31, 0x2e, 0x34, 0x2e, 0x34, 0x27, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x54,
- 0x68, 0x65, 0x20, 0x63, 0x6f, 0x72, 0x6e, 0x65, 0x72, 0x73, 0x74, 0x6f,
- 0x6e, 0x65, 0x2c, 0x20, 0x61, 0x6e, 0x20, 0x60, 0x65, 0x61, 0x63, 0x68,
- 0x60, 0x20, 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61,
- 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x61, 0x6b, 0x61, 0x20, 0x60, 0x66,
- 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x20, 0x6f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x62, 0x75, 0x69, 0x6c, 0x74, 0x2d, 0x69, 0x6e, 0x20,
- 0x60, 0x66, 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x60, 0x2c, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x73, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x72,
- 0x61, 0x77, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74,
- 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41,
- 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73,
- 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x66, 0x6f, 0x72,
- 0x45, 0x61, 0x63, 0x68, 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61,
- 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x65, 0x61, 0x63, 0x68, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x65,
- 0x61, 0x63, 0x68, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x66, 0x6f, 0x72, 0x45,
- 0x61, 0x63, 0x68, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78,
- 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65,
- 0x46, 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x20, 0x26, 0x26, 0x20, 0x6f,
- 0x62, 0x6a, 0x2e, 0x66, 0x6f, 0x72, 0x45, 0x61, 0x63, 0x68, 0x20, 0x3d,
- 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x46, 0x6f, 0x72,
- 0x45, 0x61, 0x63, 0x68, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x66, 0x6f, 0x72, 0x45, 0x61, 0x63,
- 0x68, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x2b, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x69, 0x20,
- 0x3d, 0x20, 0x30, 0x2c, 0x20, 0x6c, 0x20, 0x3d, 0x20, 0x6f, 0x62, 0x6a,
- 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x20, 0x69, 0x20, 0x3c,
- 0x20, 0x6c, 0x3b, 0x20, 0x69, 0x2b, 0x2b, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x6f, 0x62,
- 0x6a, 0x5b, 0x69, 0x5d, 0x2c, 0x20, 0x69, 0x2c, 0x20, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x65,
- 0x72, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x6b,
- 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20,
- 0x6b, 0x65, 0x79, 0x29, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x6f, 0x62, 0x6a,
- 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20,
- 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x62, 0x72, 0x65,
- 0x61, 0x6b, 0x65, 0x72, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x61,
- 0x70, 0x70, 0x6c, 0x79, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x74, 0x6f, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74,
- 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67,
- 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43,
- 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a,
- 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x6d,
- 0x61, 0x70, 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c,
- 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d, 0x61,
- 0x70, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63,
- 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a,
- 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61,
- 0x74, 0x69, 0x76, 0x65, 0x4d, 0x61, 0x70, 0x20, 0x26, 0x26, 0x20, 0x6f,
- 0x62, 0x6a, 0x2e, 0x6d, 0x61, 0x70, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e,
- 0x61, 0x74, 0x69, 0x76, 0x65, 0x4d, 0x61, 0x70, 0x29, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x6d, 0x61, 0x70,
- 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69,
- 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5b, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x5d, 0x20,
- 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65,
- 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73,
- 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x45, 0x72, 0x72, 0x6f,
- 0x72, 0x20, 0x3d, 0x20, 0x27, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x20,
- 0x6f, 0x66, 0x20, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x6e, 0x6f, 0x20, 0x69,
- 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x27, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2a, 0x2a, 0x52,
- 0x65, 0x64, 0x75, 0x63, 0x65, 0x2a, 0x2a, 0x20, 0x62, 0x75, 0x69, 0x6c,
- 0x64, 0x73, 0x20, 0x75, 0x70, 0x20, 0x61, 0x20, 0x73, 0x69, 0x6e, 0x67,
- 0x6c, 0x65, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x66, 0x72,
- 0x6f, 0x6d, 0x20, 0x61, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x20, 0x6f, 0x66,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x2c, 0x20, 0x61, 0x6b, 0x61,
- 0x20, 0x60, 0x69, 0x6e, 0x6a, 0x65, 0x63, 0x74, 0x60, 0x2c, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x72, 0x20, 0x60, 0x66, 0x6f, 0x6c, 0x64,
- 0x6c, 0x60, 0x2e, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65,
- 0x73, 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53,
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20,
- 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x72, 0x65, 0x64, 0x75,
- 0x63, 0x65, 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c,
- 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x72, 0x65,
- 0x64, 0x75, 0x63, 0x65, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x66, 0x6f, 0x6c,
- 0x64, 0x6c, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69, 0x6e, 0x6a, 0x65, 0x63,
- 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x2c, 0x20, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c,
- 0x20, 0x3d, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3e, 0x20, 0x32, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a,
- 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x6f, 0x62,
- 0x6a, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65,
- 0x64, 0x75, 0x63, 0x65, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e,
- 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e,
- 0x61, 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x62,
- 0x69, 0x6e, 0x64, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
- 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x20, 0x3f, 0x20, 0x6f,
- 0x62, 0x6a, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x28, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f,
- 0x29, 0x20, 0x3a, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x72, 0x65, 0x64, 0x75,
- 0x63, 0x65, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73,
- 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x21, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6d,
- 0x65, 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x69,
- 0x74, 0x69, 0x61, 0x6c, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73,
- 0x65, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x6d, 0x65, 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x2c, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x69, 0x6e,
- 0x69, 0x74, 0x69, 0x61, 0x6c, 0x29, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77,
- 0x20, 0x6e, 0x65, 0x77, 0x20, 0x54, 0x79, 0x70, 0x65, 0x45, 0x72, 0x72,
- 0x6f, 0x72, 0x28, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x45, 0x72, 0x72,
- 0x6f, 0x72, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x54, 0x68, 0x65,
- 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x2d, 0x61, 0x73, 0x73, 0x6f, 0x63,
- 0x69, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69,
- 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65,
- 0x2c, 0x20, 0x61, 0x6c, 0x73, 0x6f, 0x20, 0x6b, 0x6e, 0x6f, 0x77, 0x6e,
- 0x20, 0x61, 0x73, 0x20, 0x60, 0x66, 0x6f, 0x6c, 0x64, 0x72, 0x60, 0x2e,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61,
- 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d,
- 0x41, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27,
- 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x72, 0x65,
- 0x64, 0x75, 0x63, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x60, 0x20, 0x69,
- 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x52,
- 0x69, 0x67, 0x68, 0x74, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x66, 0x6f, 0x6c,
- 0x64, 0x72, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61,
- 0x6c, 0x20, 0x3d, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3e, 0x20, 0x32,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62,
- 0x6a, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x6f,
- 0x62, 0x6a, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x52,
- 0x65, 0x64, 0x75, 0x63, 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x20, 0x26,
- 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65,
- 0x52, 0x69, 0x67, 0x68, 0x74, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61,
- 0x74, 0x69, 0x76, 0x65, 0x52, 0x65, 0x64, 0x75, 0x63, 0x65, 0x52, 0x69,
- 0x67, 0x68, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
- 0x29, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d,
- 0x20, 0x5f, 0x2e, 0x62, 0x69, 0x6e, 0x64, 0x28, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78,
- 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c,
- 0x20, 0x3f, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63,
- 0x65, 0x52, 0x69, 0x67, 0x68, 0x74, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x29, 0x20, 0x3a,
- 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65, 0x52,
- 0x69, 0x67, 0x68, 0x74, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68,
- 0x20, 0x3d, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74,
- 0x68, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x21, 0x3d, 0x3d, 0x20, 0x2b, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x73, 0x20,
- 0x3d, 0x20, 0x5f, 0x2e, 0x6b, 0x65, 0x79, 0x73, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x20, 0x3d, 0x20, 0x6b, 0x65, 0x79, 0x73, 0x2e, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3d, 0x20,
- 0x6b, 0x65, 0x79, 0x73, 0x20, 0x3f, 0x20, 0x6b, 0x65, 0x79, 0x73, 0x5b,
- 0x2d, 0x2d, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x5d, 0x20, 0x3a, 0x20,
- 0x2d, 0x2d, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x69, 0x6e, 0x69,
- 0x74, 0x69, 0x61, 0x6c, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x6f,
- 0x62, 0x6a, 0x5b, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x5d, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x61, 0x6c, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6d, 0x65,
- 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x2c, 0x20, 0x6f, 0x62,
- 0x6a, 0x5b, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x5d, 0x2c, 0x20, 0x69, 0x6e,
- 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28,
- 0x21, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x29, 0x20, 0x74, 0x68,
- 0x72, 0x6f, 0x77, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x54, 0x79, 0x70, 0x65,
- 0x45, 0x72, 0x72, 0x6f, 0x72, 0x28, 0x72, 0x65, 0x64, 0x75, 0x63, 0x65,
- 0x45, 0x72, 0x72, 0x6f, 0x72, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66,
- 0x69, 0x72, 0x73, 0x74, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x77,
- 0x68, 0x69, 0x63, 0x68, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x73, 0x20,
- 0x61, 0x20, 0x74, 0x72, 0x75, 0x74, 0x68, 0x20, 0x74, 0x65, 0x73, 0x74,
- 0x2e, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64, 0x20, 0x61, 0x73,
- 0x20, 0x60, 0x64, 0x65, 0x74, 0x65, 0x63, 0x74, 0x60, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x66, 0x69, 0x6e, 0x64, 0x20, 0x3d, 0x20, 0x5f, 0x2e,
- 0x64, 0x65, 0x74, 0x65, 0x63, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x61, 0x6e, 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20,
- 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74,
- 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20,
- 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x72, 0x75, 0x65, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x70, 0x61, 0x73, 0x73, 0x20, 0x61, 0x20, 0x74,
- 0x72, 0x75, 0x74, 0x68, 0x20, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65,
- 0x73, 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53,
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20,
- 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x66, 0x69, 0x6c, 0x74,
- 0x65, 0x72, 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c,
- 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41,
- 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64, 0x20, 0x61, 0x73, 0x20, 0x60, 0x73,
- 0x65, 0x6c, 0x65, 0x63, 0x74, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e,
- 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x73,
- 0x65, 0x6c, 0x65, 0x63, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74,
- 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x3d,
- 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x74,
- 0x65, 0x72, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x66, 0x69,
- 0x6c, 0x74, 0x65, 0x72, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x66, 0x69,
- 0x6c, 0x74, 0x65, 0x72, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73,
- 0x74, 0x29, 0x29, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5b,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x2e, 0x6c, 0x65, 0x6e, 0x67,
- 0x74, 0x68, 0x5d, 0x20, 0x3d, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61,
- 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65,
- 0x6e, 0x74, 0x73, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x77, 0x68, 0x69, 0x63,
- 0x68, 0x20, 0x61, 0x20, 0x74, 0x72, 0x75, 0x74, 0x68, 0x20, 0x74, 0x65,
- 0x73, 0x74, 0x20, 0x66, 0x61, 0x69, 0x6c, 0x73, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x72, 0x65, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x66,
- 0x69, 0x6c, 0x74, 0x65, 0x72, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69,
- 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x21, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73,
- 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x74, 0x65,
- 0x72, 0x6d, 0x69, 0x6e, 0x65, 0x20, 0x77, 0x68, 0x65, 0x74, 0x68, 0x65,
- 0x72, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20, 0x6d, 0x61,
- 0x74, 0x63, 0x68, 0x20, 0x61, 0x20, 0x74, 0x72, 0x75, 0x74, 0x68, 0x20,
- 0x74, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44,
- 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20,
- 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74,
- 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76,
- 0x65, 0x20, 0x60, 0x65, 0x76, 0x65, 0x72, 0x79, 0x60, 0x20, 0x69, 0x66,
- 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64,
- 0x20, 0x61, 0x73, 0x20, 0x60, 0x61, 0x6c, 0x6c, 0x60, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x3d, 0x20, 0x5f,
- 0x2e, 0x61, 0x6c, 0x6c, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65,
- 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x7c, 0x7c, 0x20, 0x28, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x5f, 0x2e,
- 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d,
- 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65,
- 0x45, 0x76, 0x65, 0x72, 0x79, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a,
- 0x2e, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e,
- 0x61, 0x74, 0x69, 0x76, 0x65, 0x45, 0x76, 0x65, 0x72, 0x79, 0x29, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x65,
- 0x76, 0x65, 0x72, 0x79, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x28, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x20, 0x26, 0x26, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69,
- 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x29,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x62, 0x72, 0x65,
- 0x61, 0x6b, 0x65, 0x72, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x21, 0x21, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65,
- 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x65, 0x20, 0x69, 0x66, 0x20, 0x61,
- 0x74, 0x20, 0x6c, 0x65, 0x61, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x65, 0x20,
- 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x69, 0x6e, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x6d, 0x61,
- 0x74, 0x63, 0x68, 0x65, 0x73, 0x20, 0x61, 0x20, 0x74, 0x72, 0x75, 0x74,
- 0x68, 0x20, 0x74, 0x65, 0x73, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74,
- 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69,
- 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x20, 0x60, 0x73, 0x6f, 0x6d, 0x65, 0x60, 0x20, 0x69,
- 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x2e,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65,
- 0x64, 0x20, 0x61, 0x73, 0x20, 0x60, 0x61, 0x6e, 0x79, 0x60, 0x2e, 0x0a,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x3d, 0x20,
- 0x5f, 0x2e, 0x73, 0x6f, 0x6d, 0x65, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x61,
- 0x6e, 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x20, 0x7c, 0x7c, 0x20, 0x28, 0x69, 0x74, 0x65,
- 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69, 0x64,
- 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20,
- 0x3d, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20,
- 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x53,
- 0x6f, 0x6d, 0x65, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x73,
- 0x6f, 0x6d, 0x65, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x53, 0x6f, 0x6d, 0x65, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x73, 0x6f, 0x6d, 0x65, 0x28,
- 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73,
- 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x7c, 0x7c,
- 0x20, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20,
- 0x6c, 0x69, 0x73, 0x74, 0x29, 0x29, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x65, 0x72, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x21, 0x21, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e,
- 0x65, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x20, 0x6f, 0x72, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x61, 0x20,
- 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20,
- 0x28, 0x75, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x60, 0x3d, 0x3d, 0x3d, 0x60,
- 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6c, 0x69, 0x61,
- 0x73, 0x65, 0x64, 0x20, 0x61, 0x73, 0x20, 0x60, 0x69, 0x6e, 0x63, 0x6c,
- 0x75, 0x64, 0x65, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x63, 0x6f,
- 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69,
- 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x74,
- 0x61, 0x72, 0x67, 0x65, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20,
- 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e,
- 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a,
- 0x2e, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x3d, 0x3d, 0x3d,
- 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78,
- 0x4f, 0x66, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f,
- 0x62, 0x6a, 0x2e, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x28, 0x74,
- 0x61, 0x72, 0x67, 0x65, 0x74, 0x29, 0x20, 0x21, 0x3d, 0x20, 0x2d, 0x31,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x61, 0x6e, 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3d,
- 0x3d, 0x3d, 0x20, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65,
- 0x20, 0x61, 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20, 0x28, 0x77,
- 0x69, 0x74, 0x68, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x29, 0x20, 0x6f, 0x6e, 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20,
- 0x69, 0x74, 0x65, 0x6d, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x63, 0x6f,
- 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67, 0x73, 0x20,
- 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20,
- 0x32, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69,
- 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6d, 0x65,
- 0x74, 0x68, 0x6f, 0x64, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x6d, 0x61, 0x70, 0x28,
- 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x28, 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x20, 0x3f, 0x20, 0x6d, 0x65,
- 0x74, 0x68, 0x6f, 0x64, 0x20, 0x3a, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x5b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5d, 0x29, 0x2e, 0x61, 0x70,
- 0x70, 0x6c, 0x79, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x61,
- 0x72, 0x67, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x6e, 0x69, 0x65, 0x6e, 0x63, 0x65,
- 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20,
- 0x61, 0x20, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x20, 0x75, 0x73, 0x65,
- 0x20, 0x63, 0x61, 0x73, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x60, 0x6d, 0x61,
- 0x70, 0x60, 0x3a, 0x20, 0x66, 0x65, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67,
- 0x20, 0x61, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x70, 0x6c, 0x75, 0x63, 0x6b, 0x20, 0x3d,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x6d,
- 0x61, 0x70, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x7b,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x3b, 0x20, 0x7d, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43,
- 0x6f, 0x6e, 0x76, 0x65, 0x6e, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x76,
- 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x20,
- 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x20, 0x75, 0x73, 0x65, 0x20, 0x63,
- 0x61, 0x73, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x60, 0x66, 0x69, 0x6c, 0x74,
- 0x65, 0x72, 0x60, 0x3a, 0x20, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69,
- 0x6e, 0x67, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x70, 0x65, 0x63,
- 0x69, 0x66, 0x69, 0x63, 0x20, 0x60, 0x6b, 0x65, 0x79, 0x3a, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x60, 0x20, 0x70, 0x61, 0x69, 0x72, 0x73, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x77, 0x68, 0x65, 0x72, 0x65, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x2c, 0x20, 0x61, 0x74, 0x74, 0x72, 0x73, 0x2c, 0x20, 0x66, 0x69, 0x72,
- 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x5f, 0x2e, 0x69, 0x73, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x28,
- 0x61, 0x74, 0x74, 0x72, 0x73, 0x29, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x3f, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x20, 0x3a, 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x5b, 0x66,
- 0x69, 0x72, 0x73, 0x74, 0x20, 0x3f, 0x20, 0x27, 0x66, 0x69, 0x6e, 0x64,
- 0x27, 0x20, 0x3a, 0x20, 0x27, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x27,
- 0x5d, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28,
- 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x61,
- 0x74, 0x74, 0x72, 0x73, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x74, 0x74, 0x72,
- 0x73, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20, 0x21, 0x3d, 0x3d, 0x20, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x72,
- 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43,
- 0x6f, 0x6e, 0x76, 0x65, 0x6e, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x76,
- 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x20,
- 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x20, 0x75, 0x73, 0x65, 0x20, 0x63,
- 0x61, 0x73, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x60, 0x66, 0x69, 0x6e, 0x64,
- 0x60, 0x3a, 0x20, 0x67, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x70, 0x65, 0x63,
- 0x69, 0x66, 0x69, 0x63, 0x20, 0x60, 0x6b, 0x65, 0x79, 0x3a, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x60, 0x20, 0x70, 0x61, 0x69, 0x72, 0x73, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x66, 0x69, 0x6e, 0x64, 0x57, 0x68, 0x65, 0x72,
- 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x61, 0x74, 0x74, 0x72, 0x73, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x5f, 0x2e, 0x77, 0x68, 0x65, 0x72, 0x65, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x61, 0x74, 0x74, 0x72, 0x73, 0x2c, 0x20, 0x74, 0x72,
- 0x75, 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x65,
- 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x6f, 0x72, 0x20, 0x28, 0x65,
- 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2d, 0x62, 0x61, 0x73, 0x65, 0x64,
- 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x61, 0x6e, 0x27,
- 0x74, 0x20, 0x6f, 0x70, 0x74, 0x69, 0x6d, 0x69, 0x7a, 0x65, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x6e, 0x74,
- 0x65, 0x67, 0x65, 0x72, 0x73, 0x20, 0x6c, 0x6f, 0x6e, 0x67, 0x65, 0x72,
- 0x20, 0x74, 0x68, 0x61, 0x6e, 0x20, 0x36, 0x35, 0x2c, 0x35, 0x33, 0x35,
- 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x53, 0x65, 0x65, 0x3a, 0x20, 0x68, 0x74, 0x74,
- 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x62, 0x75, 0x67, 0x73, 0x2e, 0x77, 0x65,
- 0x62, 0x6b, 0x69, 0x74, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 0x73, 0x68, 0x6f,
- 0x77, 0x5f, 0x62, 0x75, 0x67, 0x2e, 0x63, 0x67, 0x69, 0x3f, 0x69, 0x64,
- 0x3d, 0x38, 0x30, 0x37, 0x39, 0x37, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d,
- 0x61, 0x78, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28,
- 0x21, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x26, 0x26,
- 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x30,
- 0x5d, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x2b, 0x6f, 0x62, 0x6a, 0x5b, 0x30,
- 0x5d, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x20, 0x3c, 0x20, 0x36, 0x35, 0x35, 0x33, 0x35, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x6d, 0x61, 0x78,
- 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x4d, 0x61, 0x74, 0x68, 0x2c,
- 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x26, 0x26, 0x20, 0x5f, 0x2e,
- 0x69, 0x73, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x29,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x2d, 0x49, 0x6e,
- 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d,
- 0x20, 0x7b, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x64, 0x20, 0x3a,
- 0x20, 0x2d, 0x49, 0x6e, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x2c, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x20, 0x2d, 0x49, 0x6e, 0x66, 0x69,
- 0x6e, 0x69, 0x74, 0x79, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65,
- 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c,
- 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x64, 0x20, 0x3d,
- 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3f, 0x20,
- 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c,
- 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c,
- 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x3a, 0x20, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x6f,
- 0x6d, 0x70, 0x75, 0x74, 0x65, 0x64, 0x20, 0x3e, 0x3d, 0x20, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65,
- 0x64, 0x20, 0x26, 0x26, 0x20, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
- 0x20, 0x3d, 0x20, 0x7b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3a, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75,
- 0x74, 0x65, 0x64, 0x20, 0x3a, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74,
- 0x65, 0x64, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x6d, 0x69, 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x20, 0x65, 0x6c, 0x65,
- 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x28, 0x6f, 0x72, 0x20, 0x65, 0x6c, 0x65,
- 0x6d, 0x65, 0x6e, 0x74, 0x2d, 0x62, 0x61, 0x73, 0x65, 0x64, 0x20, 0x63,
- 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x29, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d, 0x69, 0x6e, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x20, 0x26, 0x26, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x41,
- 0x72, 0x72, 0x61, 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x26, 0x26,
- 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x30, 0x5d, 0x20, 0x3d, 0x3d, 0x3d, 0x20,
- 0x2b, 0x6f, 0x62, 0x6a, 0x5b, 0x30, 0x5d, 0x20, 0x26, 0x26, 0x20, 0x6f,
- 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3c, 0x20,
- 0x36, 0x35, 0x35, 0x33, 0x35, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x4d, 0x61,
- 0x74, 0x68, 0x2e, 0x6d, 0x69, 0x6e, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79,
- 0x28, 0x4d, 0x61, 0x74, 0x68, 0x2c, 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x21, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
- 0x20, 0x26, 0x26, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x45, 0x6d, 0x70, 0x74,
- 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x49, 0x6e, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x7b, 0x63, 0x6f, 0x6d, 0x70, 0x75,
- 0x74, 0x65, 0x64, 0x20, 0x3a, 0x20, 0x49, 0x6e, 0x66, 0x69, 0x6e, 0x69,
- 0x74, 0x79, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x20, 0x49,
- 0x6e, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x7d, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c,
- 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65,
- 0x64, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
- 0x20, 0x3f, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e,
- 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
- 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64,
- 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x3a, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x75, 0x74, 0x65, 0x64, 0x20, 0x3c, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x75,
- 0x74, 0x65, 0x64, 0x20, 0x26, 0x26, 0x20, 0x28, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x7b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20,
- 0x3a, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x63, 0x6f, 0x6d,
- 0x70, 0x75, 0x74, 0x65, 0x64, 0x20, 0x3a, 0x20, 0x63, 0x6f, 0x6d, 0x70,
- 0x75, 0x74, 0x65, 0x64, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x53, 0x68, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x20,
- 0x61, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x73, 0x68, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x72, 0x61, 0x6e, 0x64, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3d, 0x20, 0x30, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x73, 0x68, 0x75,
- 0x66, 0x66, 0x6c, 0x65, 0x64, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6f, 0x62, 0x6a,
- 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x61, 0x6e, 0x64, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x72,
- 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x28, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2b,
- 0x2b, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x68,
- 0x75, 0x66, 0x66, 0x6c, 0x65, 0x64, 0x5b, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x20, 0x2d, 0x20, 0x31, 0x5d, 0x20, 0x3d, 0x20, 0x73, 0x68, 0x75, 0x66,
- 0x66, 0x6c, 0x65, 0x64, 0x5b, 0x72, 0x61, 0x6e, 0x64, 0x5d, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x68, 0x75, 0x66, 0x66, 0x6c,
- 0x65, 0x64, 0x5b, 0x72, 0x61, 0x6e, 0x64, 0x5d, 0x20, 0x3d, 0x20, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x73, 0x68, 0x75, 0x66, 0x66, 0x6c, 0x65, 0x64, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6e,
- 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x67, 0x65,
- 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x20, 0x6c, 0x6f, 0x6f, 0x6b, 0x75,
- 0x70, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x2e,
- 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c, 0x6f, 0x6f, 0x6b, 0x75,
- 0x70, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x46, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29,
- 0x20, 0x3f, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3a, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29,
- 0x7b, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a,
- 0x5b, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5d, 0x3b, 0x20, 0x7d, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x53,
- 0x6f, 0x72, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x27, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20,
- 0x62, 0x79, 0x20, 0x61, 0x20, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69,
- 0x6f, 0x6e, 0x20, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x64, 0x20,
- 0x62, 0x79, 0x20, 0x61, 0x6e, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x73, 0x6f, 0x72, 0x74,
- 0x42, 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x74, 0x65,
- 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x6c, 0x6f, 0x6f, 0x6b,
- 0x75, 0x70, 0x49, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x28, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x70, 0x6c, 0x75, 0x63,
- 0x6b, 0x28, 0x5f, 0x2e, 0x6d, 0x61, 0x70, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20,
- 0x6c, 0x69, 0x73, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x20, 0x3a, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20,
- 0x3a, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69,
- 0x61, 0x20, 0x3a, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
- 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78,
- 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e,
- 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x29, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x29, 0x2e, 0x73, 0x6f, 0x72, 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6c, 0x65, 0x66, 0x74, 0x2c, 0x20, 0x72,
- 0x69, 0x67, 0x68, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x20, 0x3d, 0x20, 0x6c, 0x65,
- 0x66, 0x74, 0x2e, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x61, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x62,
- 0x20, 0x3d, 0x20, 0x72, 0x69, 0x67, 0x68, 0x74, 0x2e, 0x63, 0x72, 0x69,
- 0x74, 0x65, 0x72, 0x69, 0x61, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x20, 0x21, 0x3d, 0x3d, 0x20, 0x62,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x61, 0x20, 0x3e, 0x20, 0x62, 0x20, 0x7c, 0x7c,
- 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x76, 0x6f, 0x69, 0x64, 0x20,
- 0x30, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x31, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x61, 0x20, 0x3c, 0x20, 0x62, 0x20, 0x7c, 0x7c, 0x20, 0x62, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x76, 0x6f, 0x69, 0x64, 0x20, 0x30, 0x29, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x2d, 0x31, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6c, 0x65, 0x66, 0x74,
- 0x2e, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3c, 0x20, 0x72, 0x69, 0x67,
- 0x68, 0x74, 0x2e, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3f, 0x20, 0x2d,
- 0x31, 0x20, 0x3a, 0x20, 0x31, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x29, 0x2c, 0x20, 0x27, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x27, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x41, 0x6e, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x75, 0x73, 0x65,
- 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67,
- 0x61, 0x74, 0x65, 0x20, 0x22, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x20, 0x62,
- 0x79, 0x22, 0x20, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x67, 0x72, 0x6f,
- 0x75, 0x70, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x62,
- 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x20, 0x3d, 0x20, 0x7b, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72,
- 0x20, 0x3d, 0x20, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x49, 0x74, 0x65,
- 0x72, 0x61, 0x74, 0x6f, 0x72, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20,
- 0x7c, 0x7c, 0x20, 0x5f, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
- 0x79, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e,
- 0x64, 0x65, 0x78, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x3d, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20,
- 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x28, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0x76, 0x61,
- 0x6c, 0x75, 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x47, 0x72, 0x6f, 0x75,
- 0x70, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x27, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20, 0x62,
- 0x79, 0x20, 0x61, 0x20, 0x63, 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f,
- 0x6e, 0x2e, 0x20, 0x50, 0x61, 0x73, 0x73, 0x20, 0x65, 0x69, 0x74, 0x68,
- 0x65, 0x72, 0x20, 0x61, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20,
- 0x61, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x74, 0x6f, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x20,
- 0x62, 0x79, 0x2c, 0x20, 0x6f, 0x72, 0x20, 0x61, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63,
- 0x72, 0x69, 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x42, 0x79, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x70,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c,
- 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x28,
- 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
- 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x3f, 0x20, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20, 0x3a, 0x20, 0x28,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20,
- 0x3d, 0x20, 0x5b, 0x5d, 0x29, 0x29, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x20, 0x69, 0x6e,
- 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x61,
- 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x74, 0x68, 0x61,
- 0x74, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x20, 0x62, 0x79, 0x20, 0x61,
- 0x20, 0x63, 0x65, 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x63, 0x72, 0x69,
- 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x50, 0x61, 0x73, 0x73,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x65, 0x69, 0x74, 0x68, 0x65, 0x72,
- 0x20, 0x61, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x74,
- 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x63,
- 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x62, 0x79, 0x2c, 0x20, 0x6f, 0x72, 0x20,
- 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20,
- 0x74, 0x68, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x63, 0x72, 0x69,
- 0x74, 0x65, 0x72, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e,
- 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x42, 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x28, 0x6f,
- 0x62, 0x6a, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2c,
- 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x5f, 0x2e, 0x68, 0x61, 0x73,
- 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2c, 0x20, 0x6b, 0x65, 0x79,
- 0x29, 0x29, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6b, 0x65,
- 0x79, 0x5d, 0x20, 0x3d, 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6b, 0x65, 0x79,
- 0x5d, 0x2b, 0x2b, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x55, 0x73, 0x65, 0x20, 0x61, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x20,
- 0x6f, 0x75, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x6d, 0x61, 0x6c,
- 0x6c, 0x65, 0x73, 0x74, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x61,
- 0x74, 0x20, 0x77, 0x68, 0x69, 0x63, 0x68, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x73,
- 0x68, 0x6f, 0x75, 0x6c, 0x64, 0x20, 0x62, 0x65, 0x20, 0x69, 0x6e, 0x73,
- 0x65, 0x72, 0x74, 0x65, 0x64, 0x20, 0x73, 0x6f, 0x20, 0x61, 0x73, 0x20,
- 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x69, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x20,
- 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2e, 0x20, 0x55, 0x73, 0x65, 0x73, 0x20,
- 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x20, 0x73, 0x65, 0x61, 0x72, 0x63,
- 0x68, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x73, 0x6f, 0x72, 0x74, 0x65,
- 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c,
- 0x20, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x20, 0x3f,
- 0x20, 0x5f, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x20,
- 0x3a, 0x20, 0x6c, 0x6f, 0x6f, 0x6b, 0x75, 0x70, 0x49, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x28, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f,
- 0x72, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c, 0x6f, 0x77,
- 0x20, 0x3d, 0x20, 0x30, 0x2c, 0x20, 0x68, 0x69, 0x67, 0x68, 0x20, 0x3d,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74,
- 0x68, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65,
- 0x20, 0x28, 0x6c, 0x6f, 0x77, 0x20, 0x3c, 0x20, 0x68, 0x69, 0x67, 0x68,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x6d, 0x69, 0x64, 0x20, 0x3d, 0x20, 0x28, 0x6c, 0x6f, 0x77,
- 0x20, 0x2b, 0x20, 0x68, 0x69, 0x67, 0x68, 0x29, 0x20, 0x3e, 0x3e, 0x3e,
- 0x20, 0x31, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x5b, 0x6d, 0x69, 0x64, 0x5d, 0x29, 0x20, 0x3c, 0x20, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x20, 0x3f, 0x20, 0x6c, 0x6f, 0x77, 0x20, 0x3d,
- 0x20, 0x6d, 0x69, 0x64, 0x20, 0x2b, 0x20, 0x31, 0x20, 0x3a, 0x20, 0x68,
- 0x69, 0x67, 0x68, 0x20, 0x3d, 0x20, 0x6d, 0x69, 0x64, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x6c, 0x6f, 0x77, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x53, 0x61, 0x66, 0x65,
- 0x6c, 0x79, 0x20, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x20, 0x61,
- 0x6e, 0x79, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x62, 0x6c, 0x65, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20,
- 0x72, 0x65, 0x61, 0x6c, 0x2c, 0x20, 0x6c, 0x69, 0x76, 0x65, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x74, 0x6f,
- 0x41, 0x72, 0x72, 0x61, 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5b, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x69,
- 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x29,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a,
- 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x3d, 0x3d, 0x20,
- 0x2b, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x29,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x6d, 0x61,
- 0x70, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x5f, 0x2e, 0x69, 0x64, 0x65,
- 0x6e, 0x74, 0x69, 0x74, 0x79, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x75, 0x6d, 0x62,
- 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e,
- 0x74, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x73, 0x69, 0x7a,
- 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74,
- 0x68, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x2b, 0x6f, 0x62, 0x6a, 0x2e, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x29, 0x20, 0x3f, 0x20, 0x6f, 0x62, 0x6a,
- 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3a, 0x20, 0x5f, 0x2e,
- 0x6b, 0x65, 0x79, 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x2e, 0x6c, 0x65,
- 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x20, 0x46,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x47, 0x65, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73,
- 0x74, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x6f, 0x66,
- 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x20, 0x50,
- 0x61, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x2a, 0x2a, 0x6e, 0x2a, 0x2a,
- 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x4e,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x2e, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64, 0x20, 0x61,
- 0x73, 0x20, 0x60, 0x68, 0x65, 0x61, 0x64, 0x60, 0x20, 0x61, 0x6e, 0x64,
- 0x20, 0x60, 0x74, 0x61, 0x6b, 0x65, 0x60, 0x2e, 0x20, 0x54, 0x68, 0x65,
- 0x20, 0x2a, 0x2a, 0x67, 0x75, 0x61, 0x72, 0x64, 0x2a, 0x2a, 0x20, 0x63,
- 0x68, 0x65, 0x63, 0x6b, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x6c,
- 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x77,
- 0x6f, 0x72, 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x60, 0x5f, 0x2e,
- 0x6d, 0x61, 0x70, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x66, 0x69,
- 0x72, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x68, 0x65, 0x61, 0x64,
- 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x74, 0x61, 0x6b, 0x65, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x2c, 0x20, 0x6e, 0x2c, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28,
- 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c,
- 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x76, 0x6f,
- 0x69, 0x64, 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x28, 0x6e, 0x20, 0x21, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x26, 0x26, 0x20, 0x21, 0x67, 0x75, 0x61,
- 0x72, 0x64, 0x20, 0x3f, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x30,
- 0x2c, 0x20, 0x6e, 0x29, 0x20, 0x3a, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x5b, 0x30, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20,
- 0x65, 0x76, 0x65, 0x72, 0x79, 0x74, 0x68, 0x69, 0x6e, 0x67, 0x20, 0x62,
- 0x75, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74, 0x20,
- 0x65, 0x6e, 0x74, 0x72, 0x79, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x20, 0x45, 0x73, 0x70, 0x65,
- 0x63, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x75, 0x73, 0x65, 0x66, 0x75,
- 0x6c, 0x20, 0x6f, 0x6e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x20, 0x50, 0x61, 0x73, 0x73,
- 0x69, 0x6e, 0x67, 0x20, 0x2a, 0x2a, 0x6e, 0x2a, 0x2a, 0x20, 0x77, 0x69,
- 0x6c, 0x6c, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x6c,
- 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x20, 0x69, 0x6e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x65, 0x78, 0x63, 0x6c,
- 0x75, 0x64, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x61,
- 0x73, 0x74, 0x20, 0x4e, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x2a, 0x2a,
- 0x67, 0x75, 0x61, 0x72, 0x64, 0x2a, 0x2a, 0x20, 0x63, 0x68, 0x65, 0x63,
- 0x6b, 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x69, 0x74, 0x20,
- 0x74, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x60, 0x5f, 0x2e, 0x6d, 0x61, 0x70,
- 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x6e, 0x69, 0x74, 0x69,
- 0x61, 0x6c, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x6e, 0x2c, 0x20,
- 0x67, 0x75, 0x61, 0x72, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x2c, 0x20, 0x30, 0x2c, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x2d, 0x20, 0x28, 0x28, 0x6e, 0x20,
- 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x7c, 0x7c, 0x20,
- 0x67, 0x75, 0x61, 0x72, 0x64, 0x20, 0x3f, 0x20, 0x31, 0x20, 0x3a, 0x20,
- 0x6e, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x47, 0x65, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x6c, 0x61, 0x73, 0x74, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74,
- 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x2e, 0x20, 0x50, 0x61, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x20, 0x2a, 0x2a,
- 0x6e, 0x2a, 0x2a, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6c, 0x61, 0x73, 0x74,
- 0x20, 0x4e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72,
- 0x72, 0x61, 0x79, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x2a, 0x2a, 0x67,
- 0x75, 0x61, 0x72, 0x64, 0x2a, 0x2a, 0x20, 0x63, 0x68, 0x65, 0x63, 0x6b,
- 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x69, 0x74, 0x20, 0x74,
- 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20,
- 0x60, 0x5f, 0x2e, 0x6d, 0x61, 0x70, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x6c, 0x61, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20,
- 0x6e, 0x2c, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x76, 0x6f, 0x69, 0x64, 0x20, 0x30,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x28, 0x6e,
- 0x20, 0x21, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x26, 0x26,
- 0x20, 0x21, 0x67, 0x75, 0x61, 0x72, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x6d,
- 0x61, 0x78, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x20, 0x2d, 0x20, 0x6e, 0x2c, 0x20, 0x30, 0x29, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5b, 0x61, 0x72,
- 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x2d,
- 0x20, 0x31, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x74,
- 0x68, 0x69, 0x6e, 0x67, 0x20, 0x62, 0x75, 0x74, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x65, 0x6e, 0x74, 0x72, 0x79,
- 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x2e, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64, 0x20, 0x61,
- 0x73, 0x20, 0x60, 0x74, 0x61, 0x69, 0x6c, 0x60, 0x20, 0x61, 0x6e, 0x64,
- 0x20, 0x60, 0x64, 0x72, 0x6f, 0x70, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x45, 0x73, 0x70, 0x65, 0x63, 0x69, 0x61, 0x6c, 0x6c, 0x79,
- 0x20, 0x75, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x20, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x20, 0x50, 0x61, 0x73,
- 0x73, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6e, 0x20, 0x2a, 0x2a, 0x6e, 0x2a,
- 0x2a, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72,
- 0x65, 0x73, 0x74, 0x20, 0x4e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x2a, 0x2a, 0x67, 0x75, 0x61,
- 0x72, 0x64, 0x2a, 0x2a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x63, 0x68,
- 0x65, 0x63, 0x6b, 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x20, 0x69,
- 0x74, 0x20, 0x74, 0x6f, 0x20, 0x77, 0x6f, 0x72, 0x6b, 0x20, 0x77, 0x69,
- 0x74, 0x68, 0x20, 0x60, 0x5f, 0x2e, 0x6d, 0x61, 0x70, 0x60, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x72, 0x65, 0x73, 0x74, 0x20, 0x3d, 0x20, 0x5f,
- 0x2e, 0x74, 0x61, 0x69, 0x6c, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x64, 0x72,
- 0x6f, 0x70, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x6e, 0x2c, 0x20,
- 0x67, 0x75, 0x61, 0x72, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x2c, 0x20, 0x28, 0x6e, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c,
- 0x29, 0x20, 0x7c, 0x7c, 0x20, 0x67, 0x75, 0x61, 0x72, 0x64, 0x20, 0x3f,
- 0x20, 0x31, 0x20, 0x3a, 0x20, 0x6e, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x54, 0x72, 0x69, 0x6d,
- 0x20, 0x6f, 0x75, 0x74, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x66, 0x61, 0x6c,
- 0x73, 0x79, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20, 0x66, 0x72,
- 0x6f, 0x6d, 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x63, 0x74,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x61, 0x72, 0x72, 0x61, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x66, 0x69,
- 0x6c, 0x74, 0x65, 0x72, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20,
- 0x5f, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x20, 0x69, 0x6d, 0x70,
- 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20,
- 0x6f, 0x66, 0x20, 0x61, 0x20, 0x72, 0x65, 0x63, 0x75, 0x72, 0x73, 0x69,
- 0x76, 0x65, 0x20, 0x60, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e, 0x60,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x69, 0x6e, 0x70, 0x75, 0x74, 0x2c, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c,
- 0x6f, 0x77, 0x2c, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x69,
- 0x6e, 0x70, 0x75, 0x74, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e,
- 0x69, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x29, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x20, 0x3f, 0x20,
- 0x70, 0x75, 0x73, 0x68, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x6f,
- 0x75, 0x74, 0x70, 0x75, 0x74, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x29, 0x20, 0x3a, 0x20, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c,
- 0x6f, 0x77, 0x2c, 0x20, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73,
- 0x65, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f,
- 0x75, 0x74, 0x70, 0x75, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x61, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x6c,
- 0x79, 0x20, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e, 0x65, 0x64, 0x20,
- 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61,
- 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x2c, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x66, 0x6c, 0x61, 0x74, 0x74, 0x65, 0x6e, 0x28, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x2c, 0x20, 0x73, 0x68, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x2c,
- 0x20, 0x5b, 0x5d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x61, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74,
- 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x73, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x65, 0x64, 0x20, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x28, 0x73, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72,
- 0x65, 0x6e, 0x63, 0x65, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20,
- 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61,
- 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x20, 0x61, 0x20,
- 0x64, 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x2d, 0x66, 0x72,
- 0x65, 0x65, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f,
- 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e,
- 0x20, 0x49, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61, 0x6c, 0x72, 0x65, 0x61, 0x64,
- 0x79, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x62, 0x65, 0x65, 0x6e, 0x20,
- 0x73, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x2c, 0x20, 0x79, 0x6f, 0x75, 0x20,
- 0x68, 0x61, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x70, 0x74,
- 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x75, 0x73, 0x69, 0x6e, 0x67,
- 0x20, 0x61, 0x20, 0x66, 0x61, 0x73, 0x74, 0x65, 0x72, 0x20, 0x61, 0x6c,
- 0x67, 0x6f, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x2e, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x64, 0x20, 0x61, 0x73,
- 0x20, 0x60, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x60, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x75, 0x6e, 0x69, 0x71, 0x20, 0x3d, 0x20, 0x5f, 0x2e,
- 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c,
- 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x2c, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65,
- 0x64, 0x29, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x20, 0x3d, 0x20, 0x69, 0x74,
- 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3d,
- 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65,
- 0x64, 0x20, 0x3d, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x20, 0x3d, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x3f, 0x20, 0x5f, 0x2e,
- 0x6d, 0x61, 0x70, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x69,
- 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x3a, 0x20, 0x61, 0x72, 0x72, 0x61,
- 0x79, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x73, 0x65, 0x65,
- 0x6e, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x28, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c,
- 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76,
- 0x61, 0x6c, 0x75, 0x65, 0x2c, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x20, 0x3f, 0x20,
- 0x28, 0x21, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x7c, 0x7c, 0x20, 0x73,
- 0x65, 0x65, 0x6e, 0x5b, 0x73, 0x65, 0x65, 0x6e, 0x2e, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x20, 0x2d, 0x20, 0x31, 0x5d, 0x20, 0x21, 0x3d, 0x3d,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x20, 0x3a, 0x20, 0x21, 0x5f,
- 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x28, 0x73, 0x65,
- 0x65, 0x6e, 0x2c, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65,
- 0x65, 0x6e, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x2e, 0x70, 0x75, 0x73, 0x68,
- 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5b, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x5d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x65, 0x20, 0x61,
- 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x74, 0x68, 0x61, 0x74,
- 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x3a, 0x20, 0x65, 0x61, 0x63,
- 0x68, 0x20, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x63, 0x74, 0x20, 0x65,
- 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20,
- 0x61, 0x6c, 0x6c, 0x20, 0x6f, 0x66, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x64, 0x2d, 0x69,
- 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x73, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x75, 0x6e, 0x69, 0x6f, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e,
- 0x75, 0x6e, 0x69, 0x71, 0x28, 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74, 0x2e,
- 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50,
- 0x72, 0x6f, 0x74, 0x6f, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65,
- 0x6e, 0x74, 0x73, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x50, 0x72, 0x6f, 0x64, 0x75, 0x63,
- 0x65, 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73,
- 0x20, 0x65, 0x76, 0x65, 0x72, 0x79, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20,
- 0x73, 0x68, 0x61, 0x72, 0x65, 0x64, 0x20, 0x62, 0x65, 0x74, 0x77, 0x65,
- 0x65, 0x6e, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x64, 0x2d, 0x69,
- 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x73, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x73, 0x65, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x74, 0x20,
- 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20,
- 0x31, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x28,
- 0x5f, 0x2e, 0x75, 0x6e, 0x69, 0x71, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x29, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x69, 0x74, 0x65, 0x6d, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x65,
- 0x76, 0x65, 0x72, 0x79, 0x28, 0x72, 0x65, 0x73, 0x74, 0x2c, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x74, 0x68, 0x65,
- 0x72, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x69, 0x6e,
- 0x64, 0x65, 0x78, 0x4f, 0x66, 0x28, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x2c,
- 0x20, 0x69, 0x74, 0x65, 0x6d, 0x29, 0x20, 0x3e, 0x3d, 0x20, 0x30, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x54, 0x61, 0x6b, 0x65, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
- 0x65, 0x20, 0x62, 0x65, 0x74, 0x77, 0x65, 0x65, 0x6e, 0x20, 0x6f, 0x6e,
- 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x61, 0x6e, 0x64, 0x20,
- 0x61, 0x20, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20,
- 0x6f, 0x74, 0x68, 0x65, 0x72, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4f, 0x6e, 0x6c, 0x79, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x20, 0x70, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x20, 0x69, 0x6e, 0x20,
- 0x6a, 0x75, 0x73, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72,
- 0x73, 0x74, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x77, 0x69, 0x6c,
- 0x6c, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x64, 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x61, 0x72, 0x72, 0x61, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x74, 0x20, 0x3d, 0x20,
- 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79,
- 0x28, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2c,
- 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31,
- 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x28,
- 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x7b, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x21, 0x5f, 0x2e, 0x63, 0x6f,
- 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73, 0x28, 0x72, 0x65, 0x73, 0x74, 0x2c,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29, 0x3b, 0x20, 0x7d, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x5a, 0x69, 0x70, 0x20, 0x74, 0x6f, 0x67, 0x65, 0x74, 0x68, 0x65, 0x72,
- 0x20, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x20, 0x6c, 0x69,
- 0x73, 0x74, 0x73, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x73,
- 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20,
- 0x2d, 0x2d, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x20,
- 0x74, 0x68, 0x61, 0x74, 0x20, 0x73, 0x68, 0x61, 0x72, 0x65, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x6e, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x20, 0x67, 0x6f, 0x20, 0x74, 0x6f, 0x67, 0x65, 0x74, 0x68, 0x65, 0x72,
- 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x7a, 0x69, 0x70, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67,
- 0x73, 0x20, 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61,
- 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c,
- 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x6d, 0x61,
- 0x78, 0x28, 0x5f, 0x2e, 0x70, 0x6c, 0x75, 0x63, 0x6b, 0x28, 0x61, 0x72,
- 0x67, 0x73, 0x2c, 0x20, 0x27, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x27,
- 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x3d, 0x20, 0x6e, 0x65,
- 0x77, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28, 0x6c, 0x65, 0x6e, 0x67,
- 0x74, 0x68, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x69, 0x20, 0x3d, 0x20, 0x30, 0x3b,
- 0x20, 0x69, 0x20, 0x3c, 0x20, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b,
- 0x20, 0x69, 0x2b, 0x2b, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5b, 0x69, 0x5d,
- 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x70, 0x6c, 0x75, 0x63, 0x6b, 0x28, 0x61,
- 0x72, 0x67, 0x73, 0x2c, 0x20, 0x22, 0x22, 0x20, 0x2b, 0x20, 0x69, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x73, 0x20,
- 0x6c, 0x69, 0x73, 0x74, 0x73, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e, 0x20, 0x50, 0x61, 0x73, 0x73,
- 0x20, 0x65, 0x69, 0x74, 0x68, 0x65, 0x72, 0x20, 0x61, 0x20, 0x73, 0x69,
- 0x6e, 0x67, 0x6c, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x6f,
- 0x66, 0x20, 0x60, 0x5b, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x5d, 0x60, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x70, 0x61,
- 0x69, 0x72, 0x73, 0x2c, 0x20, 0x6f, 0x72, 0x20, 0x74, 0x77, 0x6f, 0x20,
- 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73,
- 0x61, 0x6d, 0x65, 0x20, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x2d,
- 0x2d, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x6b, 0x65, 0x79,
- 0x73, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x6f,
- 0x66, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63,
- 0x6f, 0x72, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x64, 0x69, 0x6e, 0x67,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6c, 0x69, 0x73, 0x74, 0x2c,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6c, 0x69, 0x73, 0x74, 0x20,
- 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x7b, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d,
- 0x20, 0x7b, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x69, 0x20, 0x3d, 0x20, 0x30, 0x2c,
- 0x20, 0x6c, 0x20, 0x3d, 0x20, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x6c, 0x65,
- 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x20, 0x69, 0x20, 0x3c, 0x20, 0x6c, 0x3b,
- 0x20, 0x69, 0x2b, 0x2b, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6c, 0x69, 0x73, 0x74, 0x5b,
- 0x69, 0x5d, 0x5d, 0x20, 0x3d, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73,
- 0x5b, 0x69, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6c,
- 0x69, 0x73, 0x74, 0x5b, 0x69, 0x5d, 0x5b, 0x30, 0x5d, 0x5d, 0x20, 0x3d,
- 0x20, 0x6c, 0x69, 0x73, 0x74, 0x5b, 0x69, 0x5d, 0x5b, 0x31, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x66, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x62, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x20,
- 0x64, 0x6f, 0x65, 0x73, 0x6e, 0x27, 0x74, 0x20, 0x73, 0x75, 0x70, 0x70,
- 0x6c, 0x79, 0x20, 0x75, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x69,
- 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x28, 0x49, 0x27, 0x6d, 0x20,
- 0x6c, 0x6f, 0x6f, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x74, 0x20, 0x79,
- 0x6f, 0x75, 0x2c, 0x20, 0x2a, 0x2a, 0x4d, 0x53, 0x49, 0x45, 0x2a, 0x2a,
- 0x29, 0x2c, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x77, 0x65, 0x20, 0x6e,
- 0x65, 0x65, 0x64, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69,
- 0x72, 0x73, 0x74, 0x20, 0x6f, 0x63, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e,
- 0x63, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x6e,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x6f, 0x72, 0x20, 0x2d,
- 0x31, 0x20, 0x69, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x69, 0x74, 0x65,
- 0x6d, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x69, 0x6e, 0x63,
- 0x6c, 0x75, 0x64, 0x65, 0x64, 0x20, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74,
- 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69,
- 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x20, 0x60, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66,
- 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62,
- 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x66, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x69, 0x73,
- 0x20, 0x6c, 0x61, 0x72, 0x67, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61,
- 0x6c, 0x72, 0x65, 0x61, 0x64, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x6f,
- 0x72, 0x74, 0x20, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x2c, 0x20, 0x70, 0x61,
- 0x73, 0x73, 0x20, 0x60, 0x74, 0x72, 0x75, 0x65, 0x60, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x2a, 0x2a, 0x69, 0x73, 0x53,
- 0x6f, 0x72, 0x74, 0x65, 0x64, 0x2a, 0x2a, 0x20, 0x74, 0x6f, 0x20, 0x75,
- 0x73, 0x65, 0x20, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x20, 0x73, 0x65,
- 0x61, 0x72, 0x63, 0x68, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x6e,
- 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20,
- 0x69, 0x74, 0x65, 0x6d, 0x2c, 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74,
- 0x65, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x3d, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x2d, 0x31, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x69, 0x20, 0x3d, 0x20, 0x30, 0x2c, 0x20, 0x6c, 0x20, 0x3d, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69, 0x73, 0x53,
- 0x6f, 0x72, 0x74, 0x65, 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x74, 0x79, 0x70, 0x65, 0x6f,
- 0x66, 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x20, 0x3d,
- 0x3d, 0x20, 0x27, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x27, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x20,
- 0x3d, 0x20, 0x28, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x20,
- 0x3c, 0x20, 0x30, 0x20, 0x3f, 0x20, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x6d,
- 0x61, 0x78, 0x28, 0x30, 0x2c, 0x20, 0x6c, 0x20, 0x2b, 0x20, 0x69, 0x73,
- 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x29, 0x20, 0x3a, 0x20, 0x69, 0x73,
- 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x20, 0x3d, 0x20,
- 0x5f, 0x2e, 0x73, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65,
- 0x78, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2c, 0x20, 0x69, 0x74, 0x65,
- 0x6d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x5b, 0x69, 0x5d, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x6d,
- 0x20, 0x3f, 0x20, 0x69, 0x20, 0x3a, 0x20, 0x2d, 0x31, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x26,
- 0x26, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x69, 0x6e, 0x64, 0x65,
- 0x78, 0x4f, 0x66, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e,
- 0x69, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x28, 0x69, 0x74, 0x65, 0x6d,
- 0x2c, 0x20, 0x69, 0x73, 0x53, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x3b, 0x20,
- 0x69, 0x20, 0x3c, 0x20, 0x6c, 0x3b, 0x20, 0x69, 0x2b, 0x2b, 0x29, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x5b, 0x69, 0x5d,
- 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x69, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x2d, 0x31, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44,
- 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20,
- 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69, 0x70, 0x74,
- 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76,
- 0x65, 0x20, 0x60, 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78,
- 0x4f, 0x66, 0x60, 0x20, 0x69, 0x66, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c,
- 0x61, 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6c, 0x61,
- 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x2c, 0x20, 0x69, 0x74, 0x65, 0x6d, 0x2c, 0x20, 0x66, 0x72,
- 0x6f, 0x6d, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x3d, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x2d, 0x31, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x68, 0x61, 0x73, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3d, 0x20, 0x66,
- 0x72, 0x6f, 0x6d, 0x20, 0x21, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6e, 0x61, 0x74,
- 0x69, 0x76, 0x65, 0x4c, 0x61, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78,
- 0x4f, 0x66, 0x20, 0x26, 0x26, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e,
- 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4c, 0x61,
- 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x68, 0x61, 0x73, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x20, 0x3f,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x61, 0x73, 0x74, 0x49,
- 0x6e, 0x64, 0x65, 0x78, 0x4f, 0x66, 0x28, 0x69, 0x74, 0x65, 0x6d, 0x2c,
- 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x29, 0x20, 0x3a, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x2e, 0x6c, 0x61, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78,
- 0x4f, 0x66, 0x28, 0x69, 0x74, 0x65, 0x6d, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x69, 0x20, 0x3d, 0x20, 0x28, 0x68, 0x61, 0x73, 0x49, 0x6e, 0x64, 0x65,
- 0x78, 0x20, 0x3f, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x3a, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20,
- 0x28, 0x69, 0x2d, 0x2d, 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x72,
- 0x72, 0x61, 0x79, 0x5b, 0x69, 0x5d, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x69,
- 0x74, 0x65, 0x6d, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x69, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x2d, 0x31, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74,
- 0x65, 0x20, 0x61, 0x6e, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x65, 0x72,
- 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61,
- 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6e, 0x20, 0x61, 0x72, 0x69,
- 0x74, 0x68, 0x6d, 0x65, 0x74, 0x69, 0x63, 0x20, 0x70, 0x72, 0x6f, 0x67,
- 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x2e, 0x20, 0x41, 0x20, 0x70,
- 0x6f, 0x72, 0x74, 0x20, 0x6f, 0x66, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x50,
- 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x20, 0x60, 0x72, 0x61, 0x6e, 0x67, 0x65,
- 0x28, 0x29, 0x60, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x2e, 0x20, 0x53, 0x65, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x5b,
- 0x74, 0x68, 0x65, 0x20, 0x50, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x20, 0x64,
- 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x5d, 0x28, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x64, 0x6f, 0x63,
- 0x73, 0x2e, 0x70, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x2e, 0x6f, 0x72, 0x67,
- 0x2f, 0x6c, 0x69, 0x62, 0x72, 0x61, 0x72, 0x79, 0x2f, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x68, 0x74, 0x6d, 0x6c, 0x23,
- 0x72, 0x61, 0x6e, 0x67, 0x65, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e,
- 0x72, 0x61, 0x6e, 0x67, 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x73, 0x74, 0x61, 0x72, 0x74, 0x2c, 0x20,
- 0x73, 0x74, 0x6f, 0x70, 0x2c, 0x20, 0x73, 0x74, 0x65, 0x70, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x6c, 0x65, 0x6e, 0x67,
- 0x74, 0x68, 0x20, 0x3c, 0x3d, 0x20, 0x31, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x74, 0x6f, 0x70, 0x20, 0x3d, 0x20,
- 0x73, 0x74, 0x61, 0x72, 0x74, 0x20, 0x7c, 0x7c, 0x20, 0x30, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x74, 0x61, 0x72, 0x74, 0x20,
- 0x3d, 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x73, 0x74, 0x65, 0x70, 0x20, 0x3d, 0x20, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x5b, 0x32, 0x5d, 0x20, 0x7c,
- 0x7c, 0x20, 0x31, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x6c, 0x65, 0x6e, 0x20, 0x3d, 0x20, 0x4d, 0x61, 0x74, 0x68,
- 0x2e, 0x6d, 0x61, 0x78, 0x28, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x63, 0x65,
- 0x69, 0x6c, 0x28, 0x28, 0x73, 0x74, 0x6f, 0x70, 0x20, 0x2d, 0x20, 0x73,
- 0x74, 0x61, 0x72, 0x74, 0x29, 0x20, 0x2f, 0x20, 0x73, 0x74, 0x65, 0x70,
- 0x29, 0x2c, 0x20, 0x30, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x69, 0x64, 0x78, 0x20, 0x3d, 0x20, 0x30, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x61, 0x6e, 0x67,
- 0x65, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x41, 0x72, 0x72, 0x61,
- 0x79, 0x28, 0x6c, 0x65, 0x6e, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x28, 0x69, 0x64, 0x78, 0x20, 0x3c,
- 0x20, 0x6c, 0x65, 0x6e, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x5b, 0x69, 0x64, 0x78, 0x2b,
- 0x2b, 0x5d, 0x20, 0x3d, 0x20, 0x73, 0x74, 0x61, 0x72, 0x74, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x74, 0x61, 0x72, 0x74, 0x20,
- 0x2b, 0x3d, 0x20, 0x73, 0x74, 0x65, 0x70, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x72, 0x61, 0x6e, 0x67, 0x65, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x46, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x28, 0x61, 0x68, 0x65, 0x6d, 0x29,
- 0x20, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x20,
- 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x62,
- 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x67, 0x69,
- 0x76, 0x65, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x28,
- 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x60, 0x74,
- 0x68, 0x69, 0x73, 0x60, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x6c, 0x79,
- 0x29, 0x2e, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73,
- 0x20, 0x74, 0x6f, 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63,
- 0x72, 0x69, 0x70, 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e,
- 0x61, 0x74, 0x69, 0x76, 0x65, 0x20, 0x60, 0x46, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x2e, 0x62, 0x69, 0x6e, 0x64, 0x60, 0x20, 0x69, 0x66,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61,
- 0x62, 0x6c, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x62, 0x69, 0x6e,
- 0x64, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x66, 0x75, 0x6e, 0x63, 0x2c, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x62, 0x69, 0x6e, 0x64, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x42, 0x69,
- 0x6e, 0x64, 0x20, 0x26, 0x26, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65,
- 0x42, 0x69, 0x6e, 0x64, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x2e,
- 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x2c, 0x20,
- 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61,
- 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61,
- 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e,
- 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e,
- 0x74, 0x73, 0x2c, 0x20, 0x32, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x63, 0x6f, 0x6e, 0x74,
- 0x65, 0x78, 0x74, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x2e, 0x63, 0x6f,
- 0x6e, 0x63, 0x61, 0x74, 0x28, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x29, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x61, 0x70,
- 0x70, 0x6c, 0x79, 0x20, 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69,
- 0x6e, 0x67, 0x20, 0x61, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
- 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x68, 0x61,
- 0x64, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x69, 0x74,
- 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d,
- 0x65, 0x6e, 0x74, 0x73, 0x20, 0x70, 0x72, 0x65, 0x2d, 0x66, 0x69, 0x6c,
- 0x6c, 0x65, 0x64, 0x2c, 0x20, 0x77, 0x69, 0x74, 0x68, 0x6f, 0x75, 0x74,
- 0x20, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74,
- 0x73, 0x20, 0x64, 0x79, 0x6e, 0x61, 0x6d, 0x69, 0x63, 0x20, 0x60, 0x74,
- 0x68, 0x69, 0x73, 0x60, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74,
- 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x70, 0x61, 0x72, 0x74, 0x69, 0x61,
- 0x6c, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x66, 0x75, 0x6e, 0x63, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20,
- 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61,
- 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c,
- 0x79, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73,
- 0x2e, 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74, 0x28, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d,
- 0x65, 0x6e, 0x74, 0x73, 0x29, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x42, 0x69, 0x6e, 0x64, 0x20, 0x61, 0x6c, 0x6c, 0x20,
- 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x27, 0x73, 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x73, 0x20, 0x74,
- 0x6f, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x20, 0x55, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x20, 0x66, 0x6f,
- 0x72, 0x20, 0x65, 0x6e, 0x73, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x6c, 0x6c,
- 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63, 0x6b, 0x73, 0x20, 0x64,
- 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x6e,
- 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x62, 0x65, 0x6c, 0x6f,
- 0x6e, 0x67, 0x20, 0x74, 0x6f, 0x20, 0x69, 0x74, 0x2e, 0x0a, 0x20, 0x20,
- 0x5f, 0x2e, 0x62, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x73, 0x20, 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d,
- 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x73, 0x2e,
- 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x30,
- 0x29, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x73, 0x20, 0x3d, 0x20, 0x5f, 0x2e,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x28, 0x6f, 0x62,
- 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68,
- 0x28, 0x66, 0x75, 0x6e, 0x63, 0x73, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x29, 0x20, 0x7b, 0x20, 0x6f, 0x62,
- 0x6a, 0x5b, 0x66, 0x5d, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x62, 0x69, 0x6e,
- 0x64, 0x28, 0x6f, 0x62, 0x6a, 0x5b, 0x66, 0x5d, 0x2c, 0x20, 0x6f, 0x62,
- 0x6a, 0x29, 0x3b, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4d,
- 0x65, 0x6d, 0x6f, 0x69, 0x7a, 0x65, 0x20, 0x61, 0x6e, 0x20, 0x65, 0x78,
- 0x70, 0x65, 0x6e, 0x73, 0x69, 0x76, 0x65, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x62, 0x79, 0x20, 0x73, 0x74, 0x6f, 0x72,
- 0x69, 0x6e, 0x67, 0x20, 0x69, 0x74, 0x73, 0x20, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d, 0x65, 0x6d,
- 0x6f, 0x69, 0x7a, 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x2c, 0x20, 0x68, 0x61,
- 0x73, 0x68, 0x65, 0x72, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x7b,
- 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x68, 0x61, 0x73, 0x68, 0x65,
- 0x72, 0x20, 0x7c, 0x7c, 0x20, 0x28, 0x68, 0x61, 0x73, 0x68, 0x65, 0x72,
- 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74,
- 0x79, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x3d, 0x20, 0x68, 0x61, 0x73, 0x68,
- 0x65, 0x72, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x74, 0x68, 0x69,
- 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28, 0x6d, 0x65,
- 0x6d, 0x6f, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x3f, 0x20, 0x6d,
- 0x65, 0x6d, 0x6f, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20, 0x3a, 0x20, 0x28,
- 0x6d, 0x65, 0x6d, 0x6f, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x74,
- 0x68, 0x69, 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e,
- 0x74, 0x73, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x44, 0x65, 0x6c, 0x61, 0x79, 0x73, 0x20, 0x61, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x6e, 0x75, 0x6d, 0x62,
- 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x6d, 0x69, 0x6c, 0x6c, 0x69, 0x73,
- 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20,
- 0x74, 0x68, 0x65, 0x6e, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x73, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x69, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x20, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x69, 0x65, 0x64, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e,
- 0x63, 0x2c, 0x20, 0x77, 0x61, 0x69, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67, 0x73, 0x20,
- 0x3d, 0x20, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c,
- 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20,
- 0x32, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75,
- 0x74, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29,
- 0x7b, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x6e, 0x75, 0x6c, 0x6c,
- 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x29, 0x3b, 0x20, 0x7d, 0x2c, 0x20,
- 0x77, 0x61, 0x69, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x66, 0x65, 0x72, 0x73,
- 0x20, 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2c,
- 0x20, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x20,
- 0x69, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x72, 0x75, 0x6e, 0x20, 0x61, 0x66,
- 0x74, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 0x75, 0x72, 0x72,
- 0x65, 0x6e, 0x74, 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x20, 0x73, 0x74, 0x61,
- 0x63, 0x6b, 0x20, 0x68, 0x61, 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x63, 0x6c, 0x65, 0x61, 0x72, 0x65, 0x64, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x64, 0x65, 0x66, 0x65, 0x72, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x5f, 0x2e, 0x64, 0x65, 0x6c, 0x61, 0x79, 0x2e, 0x61, 0x70, 0x70,
- 0x6c, 0x79, 0x28, 0x5f, 0x2c, 0x20, 0x5b, 0x66, 0x75, 0x6e, 0x63, 0x2c,
- 0x20, 0x31, 0x5d, 0x2e, 0x63, 0x6f, 0x6e, 0x63, 0x61, 0x74, 0x28, 0x73,
- 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29, 0x29,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x61, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x74, 0x68,
- 0x61, 0x74, 0x2c, 0x20, 0x77, 0x68, 0x65, 0x6e, 0x20, 0x69, 0x6e, 0x76,
- 0x6f, 0x6b, 0x65, 0x64, 0x2c, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x6f,
- 0x6e, 0x6c, 0x79, 0x20, 0x62, 0x65, 0x20, 0x74, 0x72, 0x69, 0x67, 0x67,
- 0x65, 0x72, 0x65, 0x64, 0x20, 0x61, 0x74, 0x20, 0x6d, 0x6f, 0x73, 0x74,
- 0x20, 0x6f, 0x6e, 0x63, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x64,
- 0x75, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65,
- 0x6e, 0x20, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x20, 0x6f, 0x66, 0x20,
- 0x74, 0x69, 0x6d, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x74, 0x68,
- 0x72, 0x6f, 0x74, 0x74, 0x6c, 0x65, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e, 0x63, 0x2c, 0x20,
- 0x77, 0x61, 0x69, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c,
- 0x20, 0x61, 0x72, 0x67, 0x73, 0x2c, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x6f,
- 0x75, 0x74, 0x2c, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x70, 0x72, 0x65, 0x76,
- 0x69, 0x6f, 0x75, 0x73, 0x20, 0x3d, 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x70, 0x72, 0x65,
- 0x76, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20,
- 0x44, 0x61, 0x74, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x75,
- 0x6c, 0x6c, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e,
- 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78,
- 0x74, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x6e, 0x6f, 0x77, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77,
- 0x20, 0x44, 0x61, 0x74, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69,
- 0x6e, 0x67, 0x20, 0x3d, 0x20, 0x77, 0x61, 0x69, 0x74, 0x20, 0x2d, 0x20,
- 0x28, 0x6e, 0x6f, 0x77, 0x20, 0x2d, 0x20, 0x70, 0x72, 0x65, 0x76, 0x69,
- 0x6f, 0x75, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x20, 0x3d, 0x20, 0x74, 0x68,
- 0x69, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x61, 0x72,
- 0x67, 0x73, 0x20, 0x3d, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e,
- 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20,
- 0x3c, 0x3d, 0x20, 0x30, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x54, 0x69, 0x6d,
- 0x65, 0x6f, 0x75, 0x74, 0x28, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x74,
- 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x75, 0x6c,
- 0x6c, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x70,
- 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x3d, 0x20, 0x6e, 0x6f,
- 0x77, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x63, 0x6f, 0x6e, 0x74, 0x65,
- 0x78, 0x74, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x21, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x73, 0x65,
- 0x74, 0x54, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x28, 0x6c, 0x61, 0x74,
- 0x65, 0x72, 0x2c, 0x20, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e,
- 0x67, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x61,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x2c, 0x20, 0x61, 0x73, 0x20, 0x6c, 0x6f, 0x6e, 0x67,
- 0x20, 0x61, 0x73, 0x20, 0x69, 0x74, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x69,
- 0x6e, 0x75, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x62, 0x65, 0x20, 0x69,
- 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x64, 0x2c, 0x20, 0x77, 0x69, 0x6c, 0x6c,
- 0x20, 0x6e, 0x6f, 0x74, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x62, 0x65,
- 0x20, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x65, 0x64, 0x2e, 0x20,
- 0x54, 0x68, 0x65, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x62, 0x65, 0x20, 0x63, 0x61, 0x6c,
- 0x6c, 0x65, 0x64, 0x20, 0x61, 0x66, 0x74, 0x65, 0x72, 0x20, 0x69, 0x74,
- 0x20, 0x73, 0x74, 0x6f, 0x70, 0x73, 0x20, 0x62, 0x65, 0x69, 0x6e, 0x67,
- 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x20, 0x66, 0x6f, 0x72, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4e, 0x20, 0x6d, 0x69, 0x6c, 0x6c, 0x69,
- 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x2e, 0x20, 0x49, 0x66, 0x20,
- 0x60, 0x69, 0x6d, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x60, 0x20,
- 0x69, 0x73, 0x20, 0x70, 0x61, 0x73, 0x73, 0x65, 0x64, 0x2c, 0x20, 0x74,
- 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6c, 0x65, 0x61, 0x64,
- 0x69, 0x6e, 0x67, 0x20, 0x65, 0x64, 0x67, 0x65, 0x2c, 0x20, 0x69, 0x6e,
- 0x73, 0x74, 0x65, 0x61, 0x64, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x74, 0x72, 0x61, 0x69, 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x64, 0x65, 0x62, 0x6f, 0x75, 0x6e, 0x63, 0x65, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66,
- 0x75, 0x6e, 0x63, 0x2c, 0x20, 0x77, 0x61, 0x69, 0x74, 0x2c, 0x20, 0x69,
- 0x6d, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x74, 0x69, 0x6d, 0x65,
- 0x6f, 0x75, 0x74, 0x2c, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x20, 0x3d, 0x20, 0x74, 0x68, 0x69,
- 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6c, 0x61, 0x74, 0x65, 0x72,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x20, 0x3d, 0x20, 0x6e, 0x75,
- 0x6c, 0x6c, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x21, 0x69, 0x6d, 0x6d, 0x65, 0x64, 0x69, 0x61,
- 0x74, 0x65, 0x29, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28,
- 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x61, 0x72, 0x67,
- 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x63,
- 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x77, 0x20, 0x3d, 0x20, 0x69, 0x6d, 0x6d,
- 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x20, 0x26, 0x26, 0x20, 0x21, 0x74,
- 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x63, 0x6c, 0x65, 0x61, 0x72, 0x54, 0x69, 0x6d, 0x65, 0x6f,
- 0x75, 0x74, 0x28, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x6f,
- 0x75, 0x74, 0x20, 0x3d, 0x20, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d, 0x65,
- 0x6f, 0x75, 0x74, 0x28, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x77,
- 0x61, 0x69, 0x74, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x63, 0x61, 0x6c, 0x6c, 0x4e, 0x6f, 0x77, 0x29,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x63, 0x6f, 0x6e,
- 0x74, 0x65, 0x78, 0x74, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20,
- 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x62, 0x65, 0x20,
- 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x20, 0x61, 0x74, 0x20,
- 0x6d, 0x6f, 0x73, 0x74, 0x20, 0x6f, 0x6e, 0x65, 0x20, 0x74, 0x69, 0x6d,
- 0x65, 0x2c, 0x20, 0x6e, 0x6f, 0x20, 0x6d, 0x61, 0x74, 0x74, 0x65, 0x72,
- 0x20, 0x68, 0x6f, 0x77, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x66,
- 0x74, 0x65, 0x6e, 0x20, 0x79, 0x6f, 0x75, 0x20, 0x63, 0x61, 0x6c, 0x6c,
- 0x20, 0x69, 0x74, 0x2e, 0x20, 0x55, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x20,
- 0x66, 0x6f, 0x72, 0x20, 0x6c, 0x61, 0x7a, 0x79, 0x20, 0x69, 0x6e, 0x69,
- 0x74, 0x69, 0x61, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6f, 0x6e, 0x63, 0x65, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e,
- 0x63, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x72, 0x61, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65,
- 0x2c, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x72, 0x61, 0x6e, 0x29, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6d, 0x65, 0x6d, 0x6f, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x61, 0x6e, 0x20, 0x3d, 0x20,
- 0x74, 0x72, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x6d, 0x65, 0x6d, 0x6f, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e,
- 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20,
- 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x20, 0x3d,
- 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6d, 0x65, 0x6d, 0x6f,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73,
- 0x74, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x70,
- 0x61, 0x73, 0x73, 0x65, 0x64, 0x20, 0x61, 0x73, 0x20, 0x61, 0x6e, 0x20,
- 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x20, 0x74, 0x6f, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x2c, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e,
- 0x67, 0x20, 0x79, 0x6f, 0x75, 0x20, 0x74, 0x6f, 0x20, 0x61, 0x64, 0x6a,
- 0x75, 0x73, 0x74, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x2c, 0x20, 0x72, 0x75, 0x6e, 0x20, 0x63, 0x6f, 0x64, 0x65, 0x20,
- 0x62, 0x65, 0x66, 0x6f, 0x72, 0x65, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61,
- 0x66, 0x74, 0x65, 0x72, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
- 0x61, 0x6c, 0x6c, 0x79, 0x20, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x61,
- 0x6c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x77, 0x72, 0x61, 0x70, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x66, 0x75, 0x6e, 0x63,
- 0x2c, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61,
- 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x66, 0x75, 0x6e, 0x63, 0x5d,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x70, 0x75, 0x73, 0x68,
- 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x61, 0x72, 0x67, 0x73, 0x2c,
- 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2e, 0x61, 0x70,
- 0x70, 0x6c, 0x79, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20, 0x61, 0x72,
- 0x67, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x61, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69,
- 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73,
- 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x20, 0x6c,
- 0x69, 0x73, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x2c, 0x20, 0x65, 0x61, 0x63, 0x68, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x63, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x69, 0x6e,
- 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x73, 0x65,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x73, 0x20, 0x3d, 0x20, 0x61, 0x72, 0x67, 0x75,
- 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20,
- 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61,
- 0x72, 0x20, 0x69, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x73, 0x2e,
- 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x2d, 0x20, 0x31, 0x3b, 0x20,
- 0x69, 0x20, 0x3e, 0x3d, 0x20, 0x30, 0x3b, 0x20, 0x69, 0x2d, 0x2d, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x61,
- 0x72, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x66, 0x75, 0x6e, 0x63, 0x73,
- 0x5b, 0x69, 0x5d, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x74, 0x68,
- 0x69, 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73, 0x29, 0x5d, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x72, 0x67,
- 0x73, 0x5b, 0x30, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x61, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20,
- 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x6f, 0x6e, 0x6c, 0x79, 0x20, 0x62, 0x65,
- 0x20, 0x65, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x64, 0x20, 0x61, 0x66,
- 0x74, 0x65, 0x72, 0x20, 0x62, 0x65, 0x69, 0x6e, 0x67, 0x20, 0x63, 0x61,
- 0x6c, 0x6c, 0x65, 0x64, 0x20, 0x4e, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x61, 0x66, 0x74, 0x65, 0x72, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x74,
- 0x69, 0x6d, 0x65, 0x73, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x74, 0x69,
- 0x6d, 0x65, 0x73, 0x20, 0x3c, 0x3d, 0x20, 0x30, 0x29, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x28, 0x29, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x2d,
- 0x2d, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x3c, 0x20, 0x31, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x61, 0x70,
- 0x70, 0x6c, 0x79, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20, 0x61, 0x72,
- 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74,
- 0x72, 0x69, 0x65, 0x76, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x27, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65,
- 0x72, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x44, 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f,
- 0x20, 0x2a, 0x2a, 0x45, 0x43, 0x4d, 0x41, 0x53, 0x63, 0x72, 0x69, 0x70,
- 0x74, 0x20, 0x35, 0x2a, 0x2a, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x20, 0x60, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x6b,
- 0x65, 0x79, 0x73, 0x60, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6b, 0x65, 0x79,
- 0x73, 0x20, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x4b, 0x65,
- 0x79, 0x73, 0x20, 0x7c, 0x7c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x21, 0x3d,
- 0x3d, 0x20, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x29, 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x20, 0x6e, 0x65, 0x77,
- 0x20, 0x54, 0x79, 0x70, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x28, 0x27,
- 0x49, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x27, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x6b, 0x65, 0x79, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61,
- 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28,
- 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29, 0x20, 0x6b,
- 0x65, 0x79, 0x73, 0x5b, 0x6b, 0x65, 0x79, 0x73, 0x2e, 0x6c, 0x65, 0x6e,
- 0x67, 0x74, 0x68, 0x5d, 0x20, 0x3d, 0x20, 0x6b, 0x65, 0x79, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6b,
- 0x65, 0x79, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x72, 0x69, 0x65, 0x76, 0x65,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20,
- 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x27, 0x73, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
- 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x73, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20, 0x3d,
- 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e,
- 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e,
- 0x68, 0x61, 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79,
- 0x29, 0x29, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x2e, 0x70, 0x75,
- 0x73, 0x68, 0x28, 0x6f, 0x62, 0x6a, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x29,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6e, 0x76,
- 0x65, 0x72, 0x74, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x20, 0x6c, 0x69, 0x73,
- 0x74, 0x20, 0x6f, 0x66, 0x20, 0x60, 0x5b, 0x6b, 0x65, 0x79, 0x2c, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x5d, 0x60, 0x20, 0x70, 0x61, 0x69, 0x72,
- 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x70, 0x61, 0x69, 0x72, 0x73,
- 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x70, 0x61, 0x69, 0x72, 0x73, 0x20, 0x3d, 0x20, 0x5b,
- 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28,
- 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68, 0x61,
- 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29,
- 0x20, 0x70, 0x61, 0x69, 0x72, 0x73, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28,
- 0x5b, 0x6b, 0x65, 0x79, 0x2c, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x6b, 0x65,
- 0x79, 0x5d, 0x5d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x70, 0x61, 0x69, 0x72, 0x73, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49,
- 0x6e, 0x76, 0x65, 0x72, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6b, 0x65,
- 0x79, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x73, 0x20, 0x6f, 0x66, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x73, 0x20, 0x6d, 0x75, 0x73, 0x74, 0x20, 0x62, 0x65, 0x20, 0x73,
- 0x65, 0x72, 0x69, 0x61, 0x6c, 0x69, 0x7a, 0x61, 0x62, 0x6c, 0x65, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x6e, 0x76, 0x65, 0x72, 0x74, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x7b,
- 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28,
- 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68, 0x61,
- 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x5b, 0x6f, 0x62, 0x6a, 0x5b,
- 0x6b, 0x65, 0x79, 0x5d, 0x5d, 0x20, 0x3d, 0x20, 0x6b, 0x65, 0x79, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x61, 0x20, 0x73, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x20, 0x6c,
- 0x69, 0x73, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x20, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x20,
- 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6c, 0x69, 0x61,
- 0x73, 0x65, 0x64, 0x20, 0x61, 0x73, 0x20, 0x60, 0x6d, 0x65, 0x74, 0x68,
- 0x6f, 0x64, 0x73, 0x60, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x6d,
- 0x65, 0x74, 0x68, 0x6f, 0x64, 0x73, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6e, 0x61, 0x6d,
- 0x65, 0x73, 0x20, 0x3d, 0x20, 0x5b, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65,
- 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e,
- 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f,
- 0x62, 0x6a, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x29, 0x29, 0x20, 0x6e, 0x61,
- 0x6d, 0x65, 0x73, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28, 0x6b, 0x65, 0x79,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6e, 0x61, 0x6d, 0x65,
- 0x73, 0x2e, 0x73, 0x6f, 0x72, 0x74, 0x28, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x45, 0x78, 0x74,
- 0x65, 0x6e, 0x64, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20,
- 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x20, 0x70, 0x72, 0x6f, 0x70,
- 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x69, 0x6e, 0x20, 0x70, 0x61,
- 0x73, 0x73, 0x65, 0x64, 0x2d, 0x69, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x28, 0x73, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x65,
- 0x78, 0x74, 0x65, 0x6e, 0x64, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x73, 0x6c, 0x69,
- 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75,
- 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29, 0x2c, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f,
- 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x20,
- 0x69, 0x6e, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6f,
- 0x62, 0x6a, 0x5b, 0x70, 0x72, 0x6f, 0x70, 0x5d, 0x20, 0x3d, 0x20, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5b, 0x70, 0x72, 0x6f, 0x70, 0x5d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x61, 0x20, 0x63, 0x6f, 0x70, 0x79, 0x20, 0x6f, 0x66, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x6f, 0x6e,
- 0x6c, 0x79, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e,
- 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x68, 0x69, 0x74, 0x65, 0x6c,
- 0x69, 0x73, 0x74, 0x65, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72,
- 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x70, 0x69,
- 0x63, 0x6b, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x63, 0x6f, 0x70, 0x79, 0x20, 0x3d, 0x20,
- 0x7b, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x6b, 0x65, 0x79, 0x73, 0x20, 0x3d, 0x20, 0x63, 0x6f, 0x6e, 0x63, 0x61,
- 0x74, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x41, 0x72, 0x72, 0x61,
- 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2c, 0x20, 0x73, 0x6c, 0x69, 0x63,
- 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d,
- 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x6b, 0x65, 0x79, 0x73,
- 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6b,
- 0x65, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f,
- 0x62, 0x6a, 0x29, 0x20, 0x63, 0x6f, 0x70, 0x79, 0x5b, 0x6b, 0x65, 0x79,
- 0x5d, 0x20, 0x3d, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x6b, 0x65, 0x79, 0x5d,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x63, 0x6f, 0x70,
- 0x79, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x20,
- 0x63, 0x6f, 0x70, 0x79, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68, 0x6f,
- 0x75, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x62, 0x6c, 0x61, 0x63, 0x6b,
- 0x6c, 0x69, 0x73, 0x74, 0x65, 0x64, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65,
- 0x72, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6f,
- 0x6d, 0x69, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x63, 0x6f, 0x70, 0x79, 0x20, 0x3d,
- 0x20, 0x7b, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x6b, 0x65, 0x79, 0x73, 0x20, 0x3d, 0x20, 0x63, 0x6f, 0x6e, 0x63,
- 0x61, 0x74, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x41, 0x72, 0x72,
- 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2c, 0x20, 0x73, 0x6c, 0x69,
- 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67, 0x75,
- 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31, 0x29, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72,
- 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x21, 0x5f, 0x2e, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x73,
- 0x28, 0x6b, 0x65, 0x79, 0x73, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29,
- 0x20, 0x63, 0x6f, 0x70, 0x79, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x20, 0x3d,
- 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x6b, 0x65, 0x79, 0x5d, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x63, 0x6f, 0x70, 0x79, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x46, 0x69, 0x6c,
- 0x6c, 0x20, 0x69, 0x6e, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e,
- 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x77, 0x69, 0x74, 0x68,
- 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x20, 0x70, 0x72, 0x6f,
- 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x73, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68,
- 0x28, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x31,
- 0x29, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x73, 0x6f, 0x75, 0x72,
- 0x63, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20, 0x70,
- 0x72, 0x6f, 0x70, 0x20, 0x69, 0x6e, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x5b, 0x70,
- 0x72, 0x6f, 0x70, 0x5d, 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c,
- 0x29, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x70, 0x72, 0x6f, 0x70, 0x5d, 0x20,
- 0x3d, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5b, 0x70, 0x72, 0x6f,
- 0x70, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x72, 0x65,
- 0x61, 0x74, 0x65, 0x20, 0x61, 0x20, 0x28, 0x73, 0x68, 0x61, 0x6c, 0x6c,
- 0x6f, 0x77, 0x2d, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x64, 0x29, 0x20, 0x64,
- 0x75, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x6f, 0x66, 0x20,
- 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x63, 0x6c, 0x6f, 0x6e, 0x65, 0x20, 0x3d, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21,
- 0x5f, 0x2e, 0x69, 0x73, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x28, 0x6f,
- 0x62, 0x6a, 0x29, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x72, 0x61,
- 0x79, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x3f, 0x20, 0x6f, 0x62, 0x6a,
- 0x2e, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x28, 0x29, 0x20, 0x3a, 0x20, 0x5f,
- 0x2e, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x64, 0x28, 0x7b, 0x7d, 0x2c, 0x20,
- 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x73,
- 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x63, 0x65, 0x70, 0x74, 0x6f, 0x72,
- 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65, 0x6e, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x6f, 0x62, 0x6a, 0x2e,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x54, 0x68, 0x65, 0x20, 0x70, 0x72,
- 0x69, 0x6d, 0x61, 0x72, 0x79, 0x20, 0x70, 0x75, 0x72, 0x70, 0x6f, 0x73,
- 0x65, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x69, 0x73, 0x20, 0x6d, 0x65,
- 0x74, 0x68, 0x6f, 0x64, 0x20, 0x69, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x22,
- 0x74, 0x61, 0x70, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x22, 0x20, 0x61, 0x20,
- 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20, 0x63, 0x68, 0x61, 0x69, 0x6e,
- 0x2c, 0x20, 0x69, 0x6e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x72,
- 0x64, 0x65, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x70, 0x65, 0x72, 0x66, 0x6f,
- 0x72, 0x6d, 0x20, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
- 0x73, 0x20, 0x6f, 0x6e, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65,
- 0x64, 0x69, 0x61, 0x74, 0x65, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
- 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65,
- 0x20, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e,
- 0x74, 0x61, 0x70, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x69, 0x6e, 0x74, 0x65,
- 0x72, 0x63, 0x65, 0x70, 0x74, 0x6f, 0x72, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x63, 0x65, 0x70, 0x74,
- 0x6f, 0x72, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x20, 0x72, 0x65, 0x63,
- 0x75, 0x72, 0x73, 0x69, 0x76, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61,
- 0x72, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x60, 0x69, 0x73, 0x45, 0x71,
- 0x75, 0x61, 0x6c, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x65, 0x71, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x61, 0x2c, 0x20, 0x62, 0x2c, 0x20, 0x61, 0x53, 0x74, 0x61,
- 0x63, 0x6b, 0x2c, 0x20, 0x62, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x64, 0x65,
- 0x6e, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x65, 0x71, 0x75, 0x61, 0x6c,
- 0x2e, 0x20, 0x60, 0x30, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x2d, 0x30, 0x60,
- 0x2c, 0x20, 0x62, 0x75, 0x74, 0x20, 0x74, 0x68, 0x65, 0x79, 0x20, 0x61,
- 0x72, 0x65, 0x6e, 0x27, 0x74, 0x20, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
- 0x63, 0x61, 0x6c, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x53, 0x65, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x48, 0x61, 0x72, 0x6d,
- 0x6f, 0x6e, 0x79, 0x20, 0x60, 0x65, 0x67, 0x61, 0x6c, 0x60, 0x20, 0x70,
- 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x3a, 0x20, 0x68, 0x74, 0x74,
- 0x70, 0x3a, 0x2f, 0x2f, 0x77, 0x69, 0x6b, 0x69, 0x2e, 0x65, 0x63, 0x6d,
- 0x61, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x2e, 0x6f, 0x72, 0x67, 0x2f,
- 0x64, 0x6f, 0x6b, 0x75, 0x2e, 0x70, 0x68, 0x70, 0x3f, 0x69, 0x64, 0x3d,
- 0x68, 0x61, 0x72, 0x6d, 0x6f, 0x6e, 0x79, 0x3a, 0x65, 0x67, 0x61, 0x6c,
- 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x62, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x61, 0x20, 0x21, 0x3d, 0x3d, 0x20, 0x30, 0x20, 0x7c, 0x7c,
- 0x20, 0x31, 0x20, 0x2f, 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x20, 0x31, 0x20,
- 0x2f, 0x20, 0x62, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x41, 0x20, 0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x20, 0x63, 0x6f, 0x6d,
- 0x70, 0x61, 0x72, 0x69, 0x73, 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x6e,
- 0x65, 0x63, 0x65, 0x73, 0x73, 0x61, 0x72, 0x79, 0x20, 0x62, 0x65, 0x63,
- 0x61, 0x75, 0x73, 0x65, 0x20, 0x60, 0x6e, 0x75, 0x6c, 0x6c, 0x20, 0x3d,
- 0x3d, 0x20, 0x75, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x60,
- 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x20,
- 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x20, 0x7c, 0x7c, 0x20, 0x62,
- 0x20, 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x62,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x55, 0x6e, 0x77,
- 0x72, 0x61, 0x70, 0x20, 0x61, 0x6e, 0x79, 0x20, 0x77, 0x72, 0x61, 0x70,
- 0x70, 0x65, 0x64, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2e,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x20, 0x69,
- 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x6f, 0x66, 0x20, 0x5f, 0x29,
- 0x20, 0x61, 0x20, 0x3d, 0x20, 0x61, 0x2e, 0x5f, 0x77, 0x72, 0x61, 0x70,
- 0x70, 0x65, 0x64, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x62, 0x20, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x6f,
- 0x66, 0x20, 0x5f, 0x29, 0x20, 0x62, 0x20, 0x3d, 0x20, 0x62, 0x2e, 0x5f,
- 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x64, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65, 0x20,
- 0x60, 0x5b, 0x5b, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x5d, 0x5d, 0x60, 0x20,
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65,
- 0x20, 0x3d, 0x20, 0x74, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2e,
- 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61,
- 0x6d, 0x65, 0x20, 0x21, 0x3d, 0x20, 0x74, 0x6f, 0x53, 0x74, 0x72, 0x69,
- 0x6e, 0x67, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x62, 0x29, 0x29, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x73, 0x77, 0x69, 0x74, 0x63, 0x68,
- 0x20, 0x28, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x6e, 0x75, 0x6d,
- 0x62, 0x65, 0x72, 0x73, 0x2c, 0x20, 0x64, 0x61, 0x74, 0x65, 0x73, 0x2c,
- 0x20, 0x61, 0x6e, 0x64, 0x20, 0x62, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e,
- 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72,
- 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2e,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x61, 0x73, 0x65, 0x20,
- 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x53, 0x74, 0x72,
- 0x69, 0x6e, 0x67, 0x5d, 0x27, 0x3a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x50, 0x72, 0x69, 0x6d, 0x69, 0x74,
- 0x69, 0x76, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x74, 0x68, 0x65,
- 0x69, 0x72, 0x20, 0x63, 0x6f, 0x72, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
- 0x64, 0x69, 0x6e, 0x67, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20,
- 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x73, 0x20, 0x61, 0x72, 0x65,
- 0x20, 0x65, 0x71, 0x75, 0x69, 0x76, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x3b,
- 0x20, 0x74, 0x68, 0x75, 0x73, 0x2c, 0x20, 0x60, 0x22, 0x35, 0x22, 0x60,
- 0x20, 0x69, 0x73, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x65, 0x71, 0x75, 0x69, 0x76, 0x61, 0x6c, 0x65, 0x6e,
- 0x74, 0x20, 0x74, 0x6f, 0x20, 0x60, 0x6e, 0x65, 0x77, 0x20, 0x53, 0x74,
- 0x72, 0x69, 0x6e, 0x67, 0x28, 0x22, 0x35, 0x22, 0x29, 0x60, 0x2e, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x20, 0x53, 0x74, 0x72, 0x69,
- 0x6e, 0x67, 0x28, 0x62, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x63, 0x61, 0x73, 0x65, 0x20, 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x20, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x5d, 0x27, 0x3a,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x60, 0x4e, 0x61, 0x4e, 0x60, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x65,
- 0x71, 0x75, 0x69, 0x76, 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x2c, 0x20, 0x62,
- 0x75, 0x74, 0x20, 0x6e, 0x6f, 0x6e, 0x2d, 0x72, 0x65, 0x66, 0x6c, 0x65,
- 0x78, 0x69, 0x76, 0x65, 0x2e, 0x20, 0x41, 0x6e, 0x20, 0x60, 0x65, 0x67,
- 0x61, 0x6c, 0x60, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x69, 0x73,
- 0x6f, 0x6e, 0x20, 0x69, 0x73, 0x20, 0x70, 0x65, 0x72, 0x66, 0x6f, 0x72,
- 0x6d, 0x65, 0x64, 0x20, 0x66, 0x6f, 0x72, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72,
- 0x20, 0x6e, 0x75, 0x6d, 0x65, 0x72, 0x69, 0x63, 0x20, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x20, 0x21, 0x3d,
- 0x20, 0x2b, 0x61, 0x20, 0x3f, 0x20, 0x62, 0x20, 0x21, 0x3d, 0x20, 0x2b,
- 0x62, 0x20, 0x3a, 0x20, 0x28, 0x61, 0x20, 0x3d, 0x3d, 0x20, 0x30, 0x20,
- 0x3f, 0x20, 0x31, 0x20, 0x2f, 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x20, 0x31,
- 0x20, 0x2f, 0x20, 0x62, 0x20, 0x3a, 0x20, 0x61, 0x20, 0x3d, 0x3d, 0x20,
- 0x2b, 0x62, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63,
- 0x61, 0x73, 0x65, 0x20, 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x20, 0x44, 0x61, 0x74, 0x65, 0x5d, 0x27, 0x3a, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x63, 0x61, 0x73, 0x65, 0x20, 0x27, 0x5b, 0x6f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x20, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e,
- 0x5d, 0x27, 0x3a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x65, 0x72, 0x63, 0x65, 0x20, 0x64, 0x61,
- 0x74, 0x65, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x62, 0x6f, 0x6f, 0x6c,
- 0x65, 0x61, 0x6e, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x6e, 0x75, 0x6d, 0x65,
- 0x72, 0x69, 0x63, 0x20, 0x70, 0x72, 0x69, 0x6d, 0x69, 0x74, 0x69, 0x76,
- 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x2e, 0x20, 0x44, 0x61,
- 0x74, 0x65, 0x73, 0x20, 0x61, 0x72, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70,
- 0x61, 0x72, 0x65, 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x69,
- 0x72, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x6d, 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64,
- 0x20, 0x72, 0x65, 0x70, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x20, 0x4e, 0x6f, 0x74, 0x65, 0x20, 0x74,
- 0x68, 0x61, 0x74, 0x20, 0x69, 0x6e, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x20,
- 0x64, 0x61, 0x74, 0x65, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x6d,
- 0x69, 0x6c, 0x6c, 0x69, 0x73, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x20, 0x72,
- 0x65, 0x70, 0x72, 0x65, 0x73, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x73, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x6f, 0x66, 0x20, 0x60, 0x4e, 0x61, 0x4e, 0x60, 0x20, 0x61,
- 0x72, 0x65, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x65, 0x71, 0x75, 0x69, 0x76,
- 0x61, 0x6c, 0x65, 0x6e, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x2b, 0x61,
- 0x20, 0x3d, 0x3d, 0x20, 0x2b, 0x62, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x67, 0x45, 0x78, 0x70, 0x73,
- 0x20, 0x61, 0x72, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65,
- 0x64, 0x20, 0x62, 0x79, 0x20, 0x74, 0x68, 0x65, 0x69, 0x72, 0x20, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72,
- 0x6e, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x66, 0x6c, 0x61, 0x67, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x63, 0x61, 0x73, 0x65,
- 0x20, 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x52, 0x65,
- 0x67, 0x45, 0x78, 0x70, 0x5d, 0x27, 0x3a, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61,
- 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x62,
- 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x26, 0x26, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x61, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x3d,
- 0x3d, 0x20, 0x62, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x20, 0x26,
- 0x26, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x61, 0x2e, 0x6d, 0x75, 0x6c, 0x74, 0x69,
- 0x6c, 0x69, 0x6e, 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x62, 0x2e, 0x6d, 0x75,
- 0x6c, 0x74, 0x69, 0x6c, 0x69, 0x6e, 0x65, 0x20, 0x26, 0x26, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x61, 0x2e, 0x69, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x43, 0x61,
- 0x73, 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x62, 0x2e, 0x69, 0x67, 0x6e, 0x6f,
- 0x72, 0x65, 0x43, 0x61, 0x73, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x74, 0x79,
- 0x70, 0x65, 0x6f, 0x66, 0x20, 0x61, 0x20, 0x21, 0x3d, 0x20, 0x27, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x27, 0x20, 0x7c, 0x7c, 0x20, 0x74, 0x79,
- 0x70, 0x65, 0x6f, 0x66, 0x20, 0x62, 0x20, 0x21, 0x3d, 0x20, 0x27, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x27, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x73, 0x73, 0x75, 0x6d, 0x65, 0x20,
- 0x65, 0x71, 0x75, 0x61, 0x6c, 0x69, 0x74, 0x79, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x63, 0x79, 0x63, 0x6c, 0x69, 0x63, 0x20, 0x73, 0x74, 0x72, 0x75,
- 0x63, 0x74, 0x75, 0x72, 0x65, 0x73, 0x2e, 0x20, 0x54, 0x68, 0x65, 0x20,
- 0x61, 0x6c, 0x67, 0x6f, 0x72, 0x69, 0x74, 0x68, 0x6d, 0x20, 0x66, 0x6f,
- 0x72, 0x20, 0x64, 0x65, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6e, 0x67, 0x20,
- 0x63, 0x79, 0x63, 0x6c, 0x69, 0x63, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x75, 0x72, 0x65, 0x73,
- 0x20, 0x69, 0x73, 0x20, 0x61, 0x64, 0x61, 0x70, 0x74, 0x65, 0x64, 0x20,
- 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x45, 0x53, 0x20, 0x35, 0x2e, 0x31, 0x20,
- 0x73, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x31, 0x35, 0x2e, 0x31,
- 0x32, 0x2e, 0x33, 0x2c, 0x20, 0x61, 0x62, 0x73, 0x74, 0x72, 0x61, 0x63,
- 0x74, 0x20, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20,
- 0x60, 0x4a, 0x4f, 0x60, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61,
- 0x72, 0x20, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x20, 0x61,
- 0x53, 0x74, 0x61, 0x63, 0x6b, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20,
- 0x28, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x2d, 0x2d, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4c, 0x69,
- 0x6e, 0x65, 0x61, 0x72, 0x20, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x2e,
- 0x20, 0x50, 0x65, 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x6e, 0x63, 0x65,
- 0x20, 0x69, 0x73, 0x20, 0x69, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x65, 0x6c,
- 0x79, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6f, 0x6e,
- 0x61, 0x6c, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6e, 0x75,
- 0x6d, 0x62, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x20,
- 0x6e, 0x65, 0x73, 0x74, 0x65, 0x64, 0x20, 0x73, 0x74, 0x72, 0x75, 0x63,
- 0x74, 0x75, 0x72, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x61, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x5b,
- 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x5d, 0x20, 0x3d, 0x3d, 0x20, 0x61,
- 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x62, 0x53, 0x74,
- 0x61, 0x63, 0x6b, 0x5b, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x5d, 0x20,
- 0x3d, 0x3d, 0x20, 0x62, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73,
- 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x72, 0x61, 0x76,
- 0x65, 0x72, 0x73, 0x65, 0x64, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x53, 0x74, 0x61, 0x63,
- 0x6b, 0x2e, 0x70, 0x75, 0x73, 0x68, 0x28, 0x61, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x62, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x2e, 0x70, 0x75,
- 0x73, 0x68, 0x28, 0x62, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x20, 0x3d, 0x20, 0x30, 0x2c,
- 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x74, 0x72,
- 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52,
- 0x65, 0x63, 0x75, 0x72, 0x73, 0x69, 0x76, 0x65, 0x6c, 0x79, 0x20, 0x63,
- 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x73, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x61, 0x72, 0x72, 0x61, 0x79,
- 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x63,
- 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x20, 0x3d, 0x3d, 0x20,
- 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x41, 0x72, 0x72,
- 0x61, 0x79, 0x5d, 0x27, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65,
- 0x20, 0x61, 0x72, 0x72, 0x61, 0x79, 0x20, 0x6c, 0x65, 0x6e, 0x67, 0x74,
- 0x68, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x64, 0x65, 0x74, 0x65, 0x72, 0x6d,
- 0x69, 0x6e, 0x65, 0x20, 0x69, 0x66, 0x20, 0x61, 0x20, 0x64, 0x65, 0x65,
- 0x70, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x69, 0x73, 0x6f, 0x6e,
- 0x20, 0x69, 0x73, 0x20, 0x6e, 0x65, 0x63, 0x65, 0x73, 0x73, 0x61, 0x72,
- 0x79, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x69, 0x7a,
- 0x65, 0x20, 0x3d, 0x20, 0x61, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x20, 0x3d, 0x3d,
- 0x20, 0x62, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x72, 0x65, 0x73,
- 0x75, 0x6c, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x65, 0x70, 0x20, 0x63,
- 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65, 0x20, 0x74, 0x68, 0x65, 0x20, 0x63,
- 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x69, 0x67, 0x6e,
- 0x6f, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x6e, 0x6f, 0x6e, 0x2d, 0x6e, 0x75,
- 0x6d, 0x65, 0x72, 0x69, 0x63, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72,
- 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x77, 0x68, 0x69, 0x6c, 0x65, 0x20, 0x28, 0x73, 0x69, 0x7a,
- 0x65, 0x2d, 0x2d, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x21, 0x28, 0x72,
- 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x65, 0x71, 0x28, 0x61,
- 0x5b, 0x73, 0x69, 0x7a, 0x65, 0x5d, 0x2c, 0x20, 0x62, 0x5b, 0x73, 0x69,
- 0x7a, 0x65, 0x5d, 0x2c, 0x20, 0x61, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x2c,
- 0x20, 0x62, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x29, 0x29, 0x29, 0x20, 0x62,
- 0x72, 0x65, 0x61, 0x6b, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x65, 0x6c, 0x73, 0x65, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x73, 0x20, 0x77, 0x69, 0x74, 0x68, 0x20, 0x64,
- 0x69, 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x74, 0x20, 0x63, 0x6f, 0x6e,
- 0x73, 0x74, 0x72, 0x75, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x20, 0x61, 0x72,
- 0x65, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x65, 0x71, 0x75, 0x69, 0x76, 0x61,
- 0x6c, 0x65, 0x6e, 0x74, 0x2c, 0x20, 0x62, 0x75, 0x74, 0x20, 0x60, 0x4f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x60, 0x73, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x64, 0x69,
- 0x66, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x74, 0x20, 0x66, 0x72, 0x61, 0x6d,
- 0x65, 0x73, 0x20, 0x61, 0x72, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x43, 0x74, 0x6f, 0x72, 0x20,
- 0x3d, 0x20, 0x61, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x75, 0x63,
- 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x62, 0x43, 0x74, 0x6f, 0x72, 0x20, 0x3d,
- 0x20, 0x62, 0x2e, 0x63, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x75, 0x63, 0x74,
- 0x6f, 0x72, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x61, 0x43, 0x74, 0x6f, 0x72, 0x20, 0x21, 0x3d, 0x3d, 0x20,
- 0x62, 0x43, 0x74, 0x6f, 0x72, 0x20, 0x26, 0x26, 0x20, 0x21, 0x28, 0x5f,
- 0x2e, 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x61, 0x43, 0x74, 0x6f, 0x72, 0x29, 0x20, 0x26, 0x26, 0x20, 0x28, 0x61,
- 0x43, 0x74, 0x6f, 0x72, 0x20, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63,
- 0x65, 0x6f, 0x66, 0x20, 0x61, 0x43, 0x74, 0x6f, 0x72, 0x29, 0x20, 0x26,
- 0x26, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x5f, 0x2e, 0x69,
- 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x62, 0x43,
- 0x74, 0x6f, 0x72, 0x29, 0x20, 0x26, 0x26, 0x20, 0x28, 0x62, 0x43, 0x74,
- 0x6f, 0x72, 0x20, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x6f,
- 0x66, 0x20, 0x62, 0x43, 0x74, 0x6f, 0x72, 0x29, 0x29, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x65, 0x70, 0x20, 0x63, 0x6f, 0x6d,
- 0x70, 0x61, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20,
- 0x28, 0x76, 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20,
- 0x61, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28, 0x61,
- 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43,
- 0x6f, 0x75, 0x6e, 0x74, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x78, 0x70,
- 0x65, 0x63, 0x74, 0x65, 0x64, 0x20, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72,
- 0x20, 0x6f, 0x66, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69,
- 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x73, 0x69, 0x7a, 0x65, 0x2b, 0x2b, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44,
- 0x65, 0x65, 0x70, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x65, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x20, 0x6d, 0x65, 0x6d, 0x62, 0x65, 0x72, 0x2e,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x21, 0x28, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20,
- 0x3d, 0x20, 0x5f, 0x2e, 0x68, 0x61, 0x73, 0x28, 0x62, 0x2c, 0x20, 0x6b,
- 0x65, 0x79, 0x29, 0x20, 0x26, 0x26, 0x20, 0x65, 0x71, 0x28, 0x61, 0x5b,
- 0x6b, 0x65, 0x79, 0x5d, 0x2c, 0x20, 0x62, 0x5b, 0x6b, 0x65, 0x79, 0x5d,
- 0x2c, 0x20, 0x61, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x2c, 0x20, 0x62, 0x53,
- 0x74, 0x61, 0x63, 0x6b, 0x29, 0x29, 0x29, 0x20, 0x62, 0x72, 0x65, 0x61,
- 0x6b, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x45, 0x6e, 0x73, 0x75, 0x72, 0x65,
- 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x62, 0x6f, 0x74, 0x68, 0x20, 0x6f,
- 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61,
- 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x73, 0x61, 0x6d, 0x65, 0x20,
- 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x20, 0x6f, 0x66, 0x20, 0x70, 0x72,
- 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x2e, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x6b, 0x65, 0x79, 0x20, 0x69,
- 0x6e, 0x20, 0x62, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68,
- 0x61, 0x73, 0x28, 0x62, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x26,
- 0x26, 0x20, 0x21, 0x28, 0x73, 0x69, 0x7a, 0x65, 0x2d, 0x2d, 0x29, 0x29,
- 0x20, 0x62, 0x72, 0x65, 0x61, 0x6b, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x21,
- 0x73, 0x69, 0x7a, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x6d, 0x6f, 0x76, 0x65, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x66, 0x69, 0x72, 0x73, 0x74, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x74, 0x68, 0x65, 0x20,
- 0x73, 0x74, 0x61, 0x63, 0x6b, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x72, 0x61,
- 0x76, 0x65, 0x72, 0x73, 0x65, 0x64, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x61, 0x53, 0x74, 0x61,
- 0x63, 0x6b, 0x2e, 0x70, 0x6f, 0x70, 0x28, 0x29, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x62, 0x53, 0x74, 0x61, 0x63, 0x6b, 0x2e, 0x70, 0x6f, 0x70,
- 0x28, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x50, 0x65,
- 0x72, 0x66, 0x6f, 0x72, 0x6d, 0x20, 0x61, 0x20, 0x64, 0x65, 0x65, 0x70,
- 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x72, 0x69, 0x73, 0x6f, 0x6e, 0x20,
- 0x74, 0x6f, 0x20, 0x63, 0x68, 0x65, 0x63, 0x6b, 0x20, 0x69, 0x66, 0x20,
- 0x74, 0x77, 0x6f, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x20,
- 0x61, 0x72, 0x65, 0x20, 0x65, 0x71, 0x75, 0x61, 0x6c, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x45, 0x71, 0x75, 0x61, 0x6c, 0x20, 0x3d,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x61, 0x2c,
- 0x20, 0x62, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65,
- 0x74, 0x75, 0x72, 0x6e, 0x20, 0x65, 0x71, 0x28, 0x61, 0x2c, 0x20, 0x62,
- 0x2c, 0x20, 0x5b, 0x5d, 0x2c, 0x20, 0x5b, 0x5d, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73,
- 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x61, 0x72, 0x72,
- 0x61, 0x79, 0x2c, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2c, 0x20,
- 0x6f, 0x72, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x65, 0x6d,
- 0x70, 0x74, 0x79, 0x3f, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x6e,
- 0x20, 0x22, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x6e, 0x6f, 0x20, 0x65,
- 0x6e, 0x75, 0x6d, 0x65, 0x72, 0x61, 0x62, 0x6c, 0x65, 0x20, 0x6f, 0x77,
- 0x6e, 0x2d, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x45, 0x6d, 0x70, 0x74,
- 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x74, 0x72, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x5f, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28,
- 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7c, 0x7c, 0x20, 0x5f, 0x2e, 0x69, 0x73,
- 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x29,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x2e,
- 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x30,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76,
- 0x61, 0x72, 0x20, 0x6b, 0x65, 0x79, 0x20, 0x69, 0x6e, 0x20, 0x6f, 0x62,
- 0x6a, 0x29, 0x20, 0x69, 0x66, 0x20, 0x28, 0x5f, 0x2e, 0x68, 0x61, 0x73,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x29, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x74, 0x72, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67,
- 0x69, 0x76, 0x65, 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x61,
- 0x20, 0x44, 0x4f, 0x4d, 0x20, 0x65, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74,
- 0x3f, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x45, 0x6c, 0x65, 0x6d,
- 0x65, 0x6e, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x21, 0x21, 0x28,
- 0x6f, 0x62, 0x6a, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x6e,
- 0x6f, 0x64, 0x65, 0x54, 0x79, 0x70, 0x65, 0x20, 0x3d, 0x3d, 0x3d, 0x20,
- 0x31, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65,
- 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x61, 0x6e, 0x20, 0x61,
- 0x72, 0x72, 0x61, 0x79, 0x3f, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44,
- 0x65, 0x6c, 0x65, 0x67, 0x61, 0x74, 0x65, 0x73, 0x20, 0x74, 0x6f, 0x20,
- 0x45, 0x43, 0x4d, 0x41, 0x35, 0x27, 0x73, 0x20, 0x6e, 0x61, 0x74, 0x69,
- 0x76, 0x65, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x2e, 0x69, 0x73, 0x41,
- 0x72, 0x72, 0x61, 0x79, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x41,
- 0x72, 0x72, 0x61, 0x79, 0x20, 0x3d, 0x20, 0x6e, 0x61, 0x74, 0x69, 0x76,
- 0x65, 0x49, 0x73, 0x41, 0x72, 0x72, 0x61, 0x79, 0x20, 0x7c, 0x7c, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x74, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2e,
- 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x3d, 0x3d,
- 0x20, 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x41, 0x72,
- 0x72, 0x61, 0x79, 0x5d, 0x27, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67,
- 0x69, 0x76, 0x65, 0x6e, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x20, 0x61, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x3f,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x4f, 0x62, 0x6a, 0x65, 0x63,
- 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x3d,
- 0x3d, 0x3d, 0x20, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x28, 0x6f, 0x62,
- 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20, 0x73, 0x6f, 0x6d, 0x65, 0x20,
- 0x69, 0x73, 0x54, 0x79, 0x70, 0x65, 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f,
- 0x64, 0x73, 0x3a, 0x20, 0x69, 0x73, 0x41, 0x72, 0x67, 0x75, 0x6d, 0x65,
- 0x6e, 0x74, 0x73, 0x2c, 0x20, 0x69, 0x73, 0x46, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x69, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e,
- 0x67, 0x2c, 0x20, 0x69, 0x73, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x2c,
- 0x20, 0x69, 0x73, 0x44, 0x61, 0x74, 0x65, 0x2c, 0x20, 0x69, 0x73, 0x52,
- 0x65, 0x67, 0x45, 0x78, 0x70, 0x2e, 0x0a, 0x20, 0x20, 0x65, 0x61, 0x63,
- 0x68, 0x28, 0x5b, 0x27, 0x41, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x27, 0x2c, 0x20, 0x27, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x27, 0x2c, 0x20, 0x27, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x27,
- 0x2c, 0x20, 0x27, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x27, 0x2c, 0x20,
- 0x27, 0x44, 0x61, 0x74, 0x65, 0x27, 0x2c, 0x20, 0x27, 0x52, 0x65, 0x67,
- 0x45, 0x78, 0x70, 0x27, 0x5d, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x6e, 0x61, 0x6d, 0x65, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x5f, 0x5b, 0x27, 0x69, 0x73, 0x27, 0x20, 0x2b,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x5d, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x74, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x3d, 0x3d, 0x20,
- 0x27, 0x5b, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x27, 0x20, 0x2b,
- 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x20, 0x2b, 0x20, 0x27, 0x5d, 0x27, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x29,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x44, 0x65, 0x66, 0x69,
- 0x6e, 0x65, 0x20, 0x61, 0x20, 0x66, 0x61, 0x6c, 0x6c, 0x62, 0x61, 0x63,
- 0x6b, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x66,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20,
- 0x69, 0x6e, 0x20, 0x62, 0x72, 0x6f, 0x77, 0x73, 0x65, 0x72, 0x73, 0x20,
- 0x28, 0x61, 0x68, 0x65, 0x6d, 0x2c, 0x20, 0x49, 0x45, 0x29, 0x2c, 0x20,
- 0x77, 0x68, 0x65, 0x72, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x74,
- 0x68, 0x65, 0x72, 0x65, 0x20, 0x69, 0x73, 0x6e, 0x27, 0x74, 0x20, 0x61,
- 0x6e, 0x79, 0x20, 0x69, 0x6e, 0x73, 0x70, 0x65, 0x63, 0x74, 0x61, 0x62,
- 0x6c, 0x65, 0x20, 0x22, 0x41, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x22, 0x20, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x21, 0x5f, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x67, 0x75,
- 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x28, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65,
- 0x6e, 0x74, 0x73, 0x29, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x5f, 0x2e, 0x69, 0x73, 0x41, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x21, 0x21, 0x28,
- 0x6f, 0x62, 0x6a, 0x20, 0x26, 0x26, 0x20, 0x5f, 0x2e, 0x68, 0x61, 0x73,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x27, 0x63, 0x61, 0x6c, 0x6c, 0x65,
- 0x65, 0x27, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4f,
- 0x70, 0x74, 0x69, 0x6d, 0x69, 0x7a, 0x65, 0x20, 0x60, 0x69, 0x73, 0x46,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x60, 0x20, 0x69, 0x66, 0x20,
- 0x61, 0x70, 0x70, 0x72, 0x6f, 0x70, 0x72, 0x69, 0x61, 0x74, 0x65, 0x2e,
- 0x0a, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x74, 0x79, 0x70, 0x65, 0x6f,
- 0x66, 0x20, 0x28, 0x2f, 0x2e, 0x2f, 0x29, 0x20, 0x21, 0x3d, 0x3d, 0x20,
- 0x27, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x27, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x46, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x74, 0x79, 0x70, 0x65, 0x6f, 0x66, 0x20, 0x6f, 0x62, 0x6a,
- 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x27, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x27, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73,
- 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x20, 0x61, 0x20, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x65,
- 0x20, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x3f, 0x0a, 0x20, 0x20, 0x5f,
- 0x2e, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x69, 0x74, 0x65, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x69, 0x73, 0x46, 0x69, 0x6e, 0x69, 0x74, 0x65, 0x28,
- 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x26, 0x26, 0x20, 0x21, 0x69, 0x73, 0x4e,
- 0x61, 0x4e, 0x28, 0x70, 0x61, 0x72, 0x73, 0x65, 0x46, 0x6c, 0x6f, 0x61,
- 0x74, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x76, 0x61, 0x6c,
- 0x75, 0x65, 0x20, 0x60, 0x4e, 0x61, 0x4e, 0x60, 0x3f, 0x20, 0x28, 0x4e,
- 0x61, 0x4e, 0x20, 0x69, 0x73, 0x20, 0x74, 0x68, 0x65, 0x20, 0x6f, 0x6e,
- 0x6c, 0x79, 0x20, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x20, 0x77, 0x68,
- 0x69, 0x63, 0x68, 0x20, 0x64, 0x6f, 0x65, 0x73, 0x20, 0x6e, 0x6f, 0x74,
- 0x20, 0x65, 0x71, 0x75, 0x61, 0x6c, 0x20, 0x69, 0x74, 0x73, 0x65, 0x6c,
- 0x66, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x4e, 0x61,
- 0x4e, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x4e,
- 0x75, 0x6d, 0x62, 0x65, 0x72, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x26,
- 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x21, 0x3d, 0x20, 0x2b, 0x6f, 0x62,
- 0x6a, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x61, 0x20, 0x62, 0x6f, 0x6f,
- 0x6c, 0x65, 0x61, 0x6e, 0x3f, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x73,
- 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x74, 0x72, 0x75,
- 0x65, 0x20, 0x7c, 0x7c, 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x3d,
- 0x20, 0x66, 0x61, 0x6c, 0x73, 0x65, 0x20, 0x7c, 0x7c, 0x20, 0x74, 0x6f,
- 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x3d, 0x3d, 0x20, 0x27, 0x5b, 0x6f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x20, 0x42, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e,
- 0x5d, 0x27, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76, 0x65,
- 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x65, 0x71, 0x75, 0x61,
- 0x6c, 0x20, 0x74, 0x6f, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x3f, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x4e, 0x75, 0x6c, 0x6c, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x6e,
- 0x75, 0x6c, 0x6c, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x73, 0x20, 0x61, 0x20, 0x67, 0x69, 0x76,
- 0x65, 0x6e, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x20,
- 0x75, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x64, 0x3f, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x55, 0x6e, 0x64, 0x65, 0x66, 0x69, 0x6e,
- 0x65, 0x64, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6f, 0x62, 0x6a, 0x20,
- 0x3d, 0x3d, 0x3d, 0x20, 0x76, 0x6f, 0x69, 0x64, 0x20, 0x30, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x53,
- 0x68, 0x6f, 0x72, 0x74, 0x63, 0x75, 0x74, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x63, 0x68, 0x65,
- 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x20, 0x69, 0x66, 0x20, 0x61, 0x6e, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20, 0x68, 0x61, 0x73, 0x20, 0x61,
- 0x20, 0x67, 0x69, 0x76, 0x65, 0x6e, 0x20, 0x70, 0x72, 0x6f, 0x70, 0x65,
- 0x72, 0x74, 0x79, 0x20, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6c, 0x79,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x6e, 0x20, 0x69, 0x74, 0x73,
- 0x65, 0x6c, 0x66, 0x20, 0x28, 0x69, 0x6e, 0x20, 0x6f, 0x74, 0x68, 0x65,
- 0x72, 0x20, 0x77, 0x6f, 0x72, 0x64, 0x73, 0x2c, 0x20, 0x6e, 0x6f, 0x74,
- 0x20, 0x6f, 0x6e, 0x20, 0x61, 0x20, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74,
- 0x79, 0x70, 0x65, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x68, 0x61,
- 0x73, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x2c, 0x20, 0x6b, 0x65, 0x79, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x68, 0x61, 0x73, 0x4f, 0x77, 0x6e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72,
- 0x74, 0x79, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x6f, 0x62, 0x6a, 0x2c,
- 0x20, 0x6b, 0x65, 0x79, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x74,
- 0x79, 0x20, 0x46, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x75, 0x6e, 0x20, 0x55, 0x6e, 0x64,
- 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x6a, 0x73, 0x20, 0x69,
- 0x6e, 0x20, 0x2a, 0x6e, 0x6f, 0x43, 0x6f, 0x6e, 0x66, 0x6c, 0x69, 0x63,
- 0x74, 0x2a, 0x20, 0x6d, 0x6f, 0x64, 0x65, 0x2c, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x74, 0x68, 0x65, 0x20, 0x60,
- 0x5f, 0x60, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x20,
- 0x74, 0x6f, 0x20, 0x69, 0x74, 0x73, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x70, 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x20, 0x6f, 0x77, 0x6e,
- 0x65, 0x72, 0x2e, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20,
- 0x61, 0x20, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x20,
- 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x55, 0x6e, 0x64, 0x65, 0x72,
- 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74,
- 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6e, 0x6f, 0x43, 0x6f, 0x6e, 0x66,
- 0x6c, 0x69, 0x63, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x6f, 0x6f, 0x74, 0x2e, 0x5f, 0x20, 0x3d, 0x20, 0x70, 0x72, 0x65,
- 0x76, 0x69, 0x6f, 0x75, 0x73, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63,
- 0x6f, 0x72, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x69, 0x73, 0x3b, 0x0a, 0x20, 0x20,
- 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4b, 0x65, 0x65,
- 0x70, 0x20, 0x74, 0x68, 0x65, 0x20, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69,
- 0x74, 0x79, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20,
- 0x61, 0x72, 0x6f, 0x75, 0x6e, 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x64,
- 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61,
- 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x69, 0x64,
- 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x75, 0x6e, 0x20,
- 0x61, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x2a,
- 0x2a, 0x6e, 0x2a, 0x2a, 0x20, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6e, 0x2c, 0x20,
- 0x69, 0x74, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x2c, 0x20, 0x63, 0x6f,
- 0x6e, 0x74, 0x65, 0x78, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x63, 0x63, 0x75, 0x6d, 0x20, 0x3d,
- 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x28, 0x6e, 0x29, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x28, 0x76, 0x61, 0x72, 0x20,
- 0x69, 0x20, 0x3d, 0x20, 0x30, 0x3b, 0x20, 0x69, 0x20, 0x3c, 0x20, 0x6e,
- 0x3b, 0x20, 0x69, 0x2b, 0x2b, 0x29, 0x20, 0x61, 0x63, 0x63, 0x75, 0x6d,
- 0x5b, 0x69, 0x5d, 0x20, 0x3d, 0x20, 0x69, 0x74, 0x65, 0x72, 0x61, 0x74,
- 0x6f, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x63, 0x6f, 0x6e, 0x74,
- 0x65, 0x78, 0x74, 0x2c, 0x20, 0x69, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x63, 0x63, 0x75,
- 0x6d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x52, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x61, 0x20, 0x72,
- 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x65,
- 0x72, 0x20, 0x62, 0x65, 0x74, 0x77, 0x65, 0x65, 0x6e, 0x20, 0x6d, 0x69,
- 0x6e, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x6d, 0x61, 0x78, 0x20, 0x28, 0x69,
- 0x6e, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x29, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x72, 0x61, 0x6e, 0x64, 0x6f, 0x6d, 0x20, 0x3d, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6d, 0x69, 0x6e,
- 0x2c, 0x20, 0x6d, 0x61, 0x78, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6d, 0x61, 0x78, 0x20, 0x3d, 0x3d, 0x20,
- 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x6d, 0x61, 0x78, 0x20, 0x3d, 0x20, 0x6d, 0x69, 0x6e, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6d, 0x69, 0x6e, 0x20, 0x3d,
- 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x6d, 0x69, 0x6e,
- 0x20, 0x2b, 0x20, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x66, 0x6c, 0x6f, 0x6f,
- 0x72, 0x28, 0x4d, 0x61, 0x74, 0x68, 0x2e, 0x72, 0x61, 0x6e, 0x64, 0x6f,
- 0x6d, 0x28, 0x29, 0x20, 0x2a, 0x20, 0x28, 0x6d, 0x61, 0x78, 0x20, 0x2d,
- 0x20, 0x6d, 0x69, 0x6e, 0x20, 0x2b, 0x20, 0x31, 0x29, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4c,
- 0x69, 0x73, 0x74, 0x20, 0x6f, 0x66, 0x20, 0x48, 0x54, 0x4d, 0x4c, 0x20,
- 0x65, 0x6e, 0x74, 0x69, 0x74, 0x69, 0x65, 0x73, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x69, 0x6e, 0x67, 0x2e, 0x0a, 0x20,
- 0x20, 0x76, 0x61, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4d,
- 0x61, 0x70, 0x20, 0x3d, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65,
- 0x73, 0x63, 0x61, 0x70, 0x65, 0x3a, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x27, 0x26, 0x27, 0x3a, 0x20, 0x27, 0x26, 0x61, 0x6d,
- 0x70, 0x3b, 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x27,
- 0x3c, 0x27, 0x3a, 0x20, 0x27, 0x26, 0x6c, 0x74, 0x3b, 0x27, 0x2c, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x27, 0x3e, 0x27, 0x3a, 0x20, 0x27,
- 0x26, 0x67, 0x74, 0x3b, 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x27, 0x22, 0x27, 0x3a, 0x20, 0x27, 0x26, 0x71, 0x75, 0x6f, 0x74,
- 0x3b, 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x22, 0x27,
- 0x22, 0x3a, 0x20, 0x27, 0x26, 0x23, 0x78, 0x32, 0x37, 0x3b, 0x27, 0x2c,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x27, 0x2f, 0x27, 0x3a, 0x20,
- 0x27, 0x26, 0x23, 0x78, 0x32, 0x46, 0x3b, 0x27, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x65, 0x6e,
- 0x74, 0x69, 0x74, 0x79, 0x4d, 0x61, 0x70, 0x2e, 0x75, 0x6e, 0x65, 0x73,
- 0x63, 0x61, 0x70, 0x65, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x69, 0x6e, 0x76,
- 0x65, 0x72, 0x74, 0x28, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4d, 0x61,
- 0x70, 0x2e, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x29, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x52, 0x65, 0x67, 0x65, 0x78, 0x65, 0x73,
- 0x20, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x6b, 0x65, 0x79, 0x73, 0x20, 0x61, 0x6e, 0x64,
- 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x20, 0x6c, 0x69, 0x73, 0x74,
- 0x65, 0x64, 0x20, 0x69, 0x6d, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65,
- 0x6c, 0x79, 0x20, 0x61, 0x62, 0x6f, 0x76, 0x65, 0x2e, 0x0a, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
- 0x67, 0x65, 0x78, 0x65, 0x73, 0x20, 0x3d, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x3a, 0x20, 0x20, 0x20,
- 0x6e, 0x65, 0x77, 0x20, 0x52, 0x65, 0x67, 0x45, 0x78, 0x70, 0x28, 0x27,
- 0x5b, 0x27, 0x20, 0x2b, 0x20, 0x5f, 0x2e, 0x6b, 0x65, 0x79, 0x73, 0x28,
- 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4d, 0x61, 0x70, 0x2e, 0x65, 0x73,
- 0x63, 0x61, 0x70, 0x65, 0x29, 0x2e, 0x6a, 0x6f, 0x69, 0x6e, 0x28, 0x27,
- 0x27, 0x29, 0x20, 0x2b, 0x20, 0x27, 0x5d, 0x27, 0x2c, 0x20, 0x27, 0x67,
- 0x27, 0x29, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x75, 0x6e, 0x65, 0x73,
- 0x63, 0x61, 0x70, 0x65, 0x3a, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x52, 0x65,
- 0x67, 0x45, 0x78, 0x70, 0x28, 0x27, 0x28, 0x27, 0x20, 0x2b, 0x20, 0x5f,
- 0x2e, 0x6b, 0x65, 0x79, 0x73, 0x28, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
- 0x4d, 0x61, 0x70, 0x2e, 0x75, 0x6e, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65,
- 0x29, 0x2e, 0x6a, 0x6f, 0x69, 0x6e, 0x28, 0x27, 0x7c, 0x27, 0x29, 0x20,
- 0x2b, 0x20, 0x27, 0x29, 0x27, 0x2c, 0x20, 0x27, 0x67, 0x27, 0x29, 0x0a,
- 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x46,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x6e,
- 0x64, 0x20, 0x75, 0x6e, 0x65, 0x73, 0x63, 0x61, 0x70, 0x69, 0x6e, 0x67,
- 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x73, 0x20, 0x74, 0x6f, 0x2f,
- 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x48, 0x54, 0x4d, 0x4c, 0x20, 0x69, 0x6e,
- 0x74, 0x65, 0x72, 0x70, 0x6f, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
- 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x65, 0x61, 0x63, 0x68, 0x28, 0x5b, 0x27,
- 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x27, 0x2c, 0x20, 0x27, 0x75, 0x6e,
- 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x27, 0x5d, 0x2c, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6d, 0x65, 0x74, 0x68, 0x6f,
- 0x64, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5f, 0x5b, 0x6d,
- 0x65, 0x74, 0x68, 0x6f, 0x64, 0x5d, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67,
- 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x3d, 0x3d, 0x20,
- 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e,
- 0x20, 0x27, 0x27, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x28, 0x27, 0x27, 0x20, 0x2b, 0x20,
- 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x29, 0x2e, 0x72, 0x65, 0x70, 0x6c,
- 0x61, 0x63, 0x65, 0x28, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x65,
- 0x67, 0x65, 0x78, 0x65, 0x73, 0x5b, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64,
- 0x5d, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x6d, 0x61, 0x74, 0x63, 0x68, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x4d, 0x61, 0x70, 0x5b, 0x6d, 0x65,
- 0x74, 0x68, 0x6f, 0x64, 0x5d, 0x5b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x5d,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x29, 0x3b,
- 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x66, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x6f, 0x66, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x6e, 0x61, 0x6d, 0x65, 0x64, 0x20, 0x70, 0x72, 0x6f,
- 0x70, 0x65, 0x72, 0x74, 0x79, 0x20, 0x69, 0x73, 0x20, 0x61, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x6e,
- 0x20, 0x69, 0x6e, 0x76, 0x6f, 0x6b, 0x65, 0x20, 0x69, 0x74, 0x3b, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x6f, 0x74, 0x68, 0x65, 0x72, 0x77, 0x69,
- 0x73, 0x65, 0x2c, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x69,
- 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x72, 0x65, 0x73, 0x75, 0x6c,
- 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2c, 0x20, 0x70, 0x72, 0x6f,
- 0x70, 0x65, 0x72, 0x74, 0x79, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x69, 0x66, 0x20, 0x28, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x20,
- 0x3d, 0x3d, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x29, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x6e, 0x75, 0x6c, 0x6c, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x20,
- 0x3d, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x5b, 0x70, 0x72, 0x6f,
- 0x70, 0x65, 0x72, 0x74, 0x79, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x2e, 0x69, 0x73, 0x46,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x76, 0x61, 0x6c, 0x75,
- 0x65, 0x29, 0x20, 0x3f, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x29, 0x20,
- 0x3a, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20,
- 0x79, 0x6f, 0x75, 0x72, 0x20, 0x6f, 0x77, 0x6e, 0x20, 0x63, 0x75, 0x73,
- 0x74, 0x6f, 0x6d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x55, 0x6e, 0x64,
- 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d, 0x69, 0x78, 0x69,
- 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x61, 0x63, 0x68, 0x28, 0x5f, 0x2e, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x73, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x2c, 0x20, 0x66,
- 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6e, 0x61, 0x6d, 0x65,
- 0x29, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x20, 0x3d, 0x20, 0x5f, 0x5b, 0x6e, 0x61,
- 0x6d, 0x65, 0x5d, 0x20, 0x3d, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x6e, 0x61,
- 0x6d, 0x65, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x5f,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x5b, 0x6e,
- 0x61, 0x6d, 0x65, 0x5d, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x61, 0x72, 0x67, 0x73,
- 0x20, 0x3d, 0x20, 0x5b, 0x74, 0x68, 0x69, 0x73, 0x2e, 0x5f, 0x77, 0x72,
- 0x61, 0x70, 0x70, 0x65, 0x64, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x70, 0x75, 0x73, 0x68, 0x2e, 0x61, 0x70, 0x70,
- 0x6c, 0x79, 0x28, 0x61, 0x72, 0x67, 0x73, 0x2c, 0x20, 0x61, 0x72, 0x67,
- 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20,
- 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28,
- 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x2e, 0x61,
- 0x70, 0x70, 0x6c, 0x79, 0x28, 0x5f, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x73,
- 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x47, 0x65, 0x6e, 0x65,
- 0x72, 0x61, 0x74, 0x65, 0x20, 0x61, 0x20, 0x75, 0x6e, 0x69, 0x71, 0x75,
- 0x65, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x65, 0x72, 0x20, 0x69, 0x64,
- 0x20, 0x28, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, 0x20, 0x77, 0x69, 0x74,
- 0x68, 0x69, 0x6e, 0x20, 0x74, 0x68, 0x65, 0x20, 0x65, 0x6e, 0x74, 0x69,
- 0x72, 0x65, 0x20, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x20, 0x73, 0x65,
- 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x29, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x55, 0x73, 0x65, 0x66, 0x75, 0x6c, 0x20, 0x66, 0x6f, 0x72, 0x20,
- 0x74, 0x65, 0x6d, 0x70, 0x6f, 0x72, 0x61, 0x72, 0x79, 0x20, 0x44, 0x4f,
- 0x4d, 0x20, 0x69, 0x64, 0x73, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x69, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x72, 0x20, 0x3d,
- 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x75, 0x6e, 0x69, 0x71,
- 0x75, 0x65, 0x49, 0x64, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x29, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x64,
- 0x20, 0x3d, 0x20, 0x2b, 0x2b, 0x69, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74,
- 0x65, 0x72, 0x20, 0x2b, 0x20, 0x27, 0x27, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x70, 0x72, 0x65, 0x66,
- 0x69, 0x78, 0x20, 0x3f, 0x20, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x20,
- 0x2b, 0x20, 0x69, 0x64, 0x20, 0x3a, 0x20, 0x69, 0x64, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x42, 0x79,
- 0x20, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x2c, 0x20, 0x55, 0x6e,
- 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x75, 0x73, 0x65,
- 0x73, 0x20, 0x45, 0x52, 0x42, 0x2d, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x20,
- 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x20, 0x64, 0x65, 0x6c,
- 0x69, 0x6d, 0x69, 0x74, 0x65, 0x72, 0x73, 0x2c, 0x20, 0x63, 0x68, 0x61,
- 0x6e, 0x67, 0x65, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x20, 0x74,
- 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x20, 0x73, 0x65, 0x74, 0x74,
- 0x69, 0x6e, 0x67, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x75, 0x73, 0x65, 0x20,
- 0x61, 0x6c, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x74, 0x69, 0x76, 0x65, 0x20,
- 0x64, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x72, 0x73, 0x2e, 0x0a,
- 0x20, 0x20, 0x5f, 0x2e, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
- 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74,
- 0x65, 0x20, 0x20, 0x20, 0x20, 0x3a, 0x20, 0x2f, 0x3c, 0x25, 0x28, 0x5b,
- 0x5c, 0x73, 0x5c, 0x53, 0x5d, 0x2b, 0x3f, 0x29, 0x25, 0x3e, 0x2f, 0x67,
- 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x70,
- 0x6f, 0x6c, 0x61, 0x74, 0x65, 0x20, 0x3a, 0x20, 0x2f, 0x3c, 0x25, 0x3d,
- 0x28, 0x5b, 0x5c, 0x73, 0x5c, 0x53, 0x5d, 0x2b, 0x3f, 0x29, 0x25, 0x3e,
- 0x2f, 0x67, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x65, 0x73, 0x63, 0x61,
- 0x70, 0x65, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x3a, 0x20, 0x2f, 0x3c,
- 0x25, 0x2d, 0x28, 0x5b, 0x5c, 0x73, 0x5c, 0x53, 0x5d, 0x2b, 0x3f, 0x29,
- 0x25, 0x3e, 0x2f, 0x67, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x57, 0x68, 0x65, 0x6e, 0x20, 0x63, 0x75, 0x73,
- 0x74, 0x6f, 0x6d, 0x69, 0x7a, 0x69, 0x6e, 0x67, 0x20, 0x60, 0x74, 0x65,
- 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x60, 0x2c, 0x20, 0x69, 0x66, 0x20, 0x79, 0x6f, 0x75, 0x20,
- 0x64, 0x6f, 0x6e, 0x27, 0x74, 0x20, 0x77, 0x61, 0x6e, 0x74, 0x20, 0x74,
- 0x6f, 0x20, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x65, 0x20, 0x61, 0x6e, 0x0a,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x6f,
- 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x65, 0x76, 0x61, 0x6c,
- 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x6f, 0x72, 0x20, 0x65, 0x73,
- 0x63, 0x61, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x72, 0x65, 0x67, 0x65, 0x78,
- 0x2c, 0x20, 0x77, 0x65, 0x20, 0x6e, 0x65, 0x65, 0x64, 0x20, 0x6f, 0x6e,
- 0x65, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x69, 0x73, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x67, 0x75, 0x61, 0x72, 0x61, 0x6e, 0x74, 0x65, 0x65,
- 0x64, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x74, 0x6f, 0x20, 0x6d, 0x61, 0x74,
- 0x63, 0x68, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6e, 0x6f,
- 0x4d, 0x61, 0x74, 0x63, 0x68, 0x20, 0x3d, 0x20, 0x2f, 0x28, 0x2e, 0x29,
- 0x5e, 0x2f, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x65,
- 0x72, 0x74, 0x61, 0x69, 0x6e, 0x20, 0x63, 0x68, 0x61, 0x72, 0x61, 0x63,
- 0x74, 0x65, 0x72, 0x73, 0x20, 0x6e, 0x65, 0x65, 0x64, 0x20, 0x74, 0x6f,
- 0x20, 0x62, 0x65, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x64, 0x20,
- 0x73, 0x6f, 0x20, 0x74, 0x68, 0x61, 0x74, 0x20, 0x74, 0x68, 0x65, 0x79,
- 0x20, 0x63, 0x61, 0x6e, 0x20, 0x62, 0x65, 0x20, 0x70, 0x75, 0x74, 0x20,
- 0x69, 0x6e, 0x74, 0x6f, 0x20, 0x61, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x20, 0x6c, 0x69, 0x74, 0x65, 0x72,
- 0x61, 0x6c, 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x65, 0x73,
- 0x63, 0x61, 0x70, 0x65, 0x73, 0x20, 0x3d, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x22, 0x27, 0x22, 0x3a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x22, 0x27, 0x22, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x27, 0x5c, 0x5c,
- 0x27, 0x3a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x27, 0x5c, 0x5c, 0x27, 0x2c,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x27, 0x5c, 0x72, 0x27, 0x3a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x27, 0x72, 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x27, 0x5c, 0x6e, 0x27, 0x3a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x27, 0x6e,
- 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x27, 0x5c, 0x74, 0x27, 0x3a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x27, 0x74, 0x27, 0x2c, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x27, 0x5c, 0x75, 0x32, 0x30, 0x32, 0x38, 0x27, 0x3a, 0x20,
- 0x27, 0x75, 0x32, 0x30, 0x32, 0x38, 0x27, 0x2c, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x27, 0x5c, 0x75, 0x32, 0x30, 0x32, 0x39, 0x27, 0x3a, 0x20, 0x27,
- 0x75, 0x32, 0x30, 0x32, 0x39, 0x27, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70,
- 0x65, 0x72, 0x20, 0x3d, 0x20, 0x2f, 0x5c, 0x5c, 0x7c, 0x27, 0x7c, 0x5c,
- 0x72, 0x7c, 0x5c, 0x6e, 0x7c, 0x5c, 0x74, 0x7c, 0x5c, 0x75, 0x32, 0x30,
- 0x32, 0x38, 0x7c, 0x5c, 0x75, 0x32, 0x30, 0x32, 0x39, 0x2f, 0x67, 0x3b,
- 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x4a, 0x61, 0x76, 0x61, 0x53,
- 0x63, 0x72, 0x69, 0x70, 0x74, 0x20, 0x6d, 0x69, 0x63, 0x72, 0x6f, 0x2d,
- 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x2c, 0x20,
- 0x73, 0x69, 0x6d, 0x69, 0x6c, 0x61, 0x72, 0x20, 0x74, 0x6f, 0x20, 0x4a,
- 0x6f, 0x68, 0x6e, 0x20, 0x52, 0x65, 0x73, 0x69, 0x67, 0x27, 0x73, 0x20,
- 0x69, 0x6d, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x55, 0x6e, 0x64,
- 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x74, 0x65, 0x6d, 0x70,
- 0x6c, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x20, 0x68, 0x61, 0x6e, 0x64, 0x6c,
- 0x65, 0x73, 0x20, 0x61, 0x72, 0x62, 0x69, 0x74, 0x72, 0x61, 0x72, 0x79,
- 0x20, 0x64, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x72, 0x73, 0x2c,
- 0x20, 0x70, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x73, 0x20, 0x77,
- 0x68, 0x69, 0x74, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x2c, 0x0a, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x61, 0x6e, 0x64, 0x20, 0x63, 0x6f, 0x72, 0x72,
- 0x65, 0x63, 0x74, 0x6c, 0x79, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65,
- 0x73, 0x20, 0x71, 0x75, 0x6f, 0x74, 0x65, 0x73, 0x20, 0x77, 0x69, 0x74,
- 0x68, 0x69, 0x6e, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x6f, 0x6c,
- 0x61, 0x74, 0x65, 0x64, 0x20, 0x63, 0x6f, 0x64, 0x65, 0x2e, 0x0a, 0x20,
- 0x20, 0x5f, 0x2e, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x74,
- 0x65, 0x78, 0x74, 0x2c, 0x20, 0x64, 0x61, 0x74, 0x61, 0x2c, 0x20, 0x73,
- 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x29, 0x20, 0x7b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x6e, 0x64, 0x65,
- 0x72, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x73, 0x65, 0x74, 0x74, 0x69,
- 0x6e, 0x67, 0x73, 0x20, 0x3d, 0x20, 0x5f, 0x2e, 0x64, 0x65, 0x66, 0x61,
- 0x75, 0x6c, 0x74, 0x73, 0x28, 0x7b, 0x7d, 0x2c, 0x20, 0x73, 0x65, 0x74,
- 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2c, 0x20, 0x5f, 0x2e, 0x74, 0x65, 0x6d,
- 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67,
- 0x73, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x43, 0x6f, 0x6d, 0x62, 0x69, 0x6e, 0x65, 0x20, 0x64, 0x65, 0x6c, 0x69,
- 0x6d, 0x69, 0x74, 0x65, 0x72, 0x73, 0x20, 0x69, 0x6e, 0x74, 0x6f, 0x20,
- 0x6f, 0x6e, 0x65, 0x20, 0x72, 0x65, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x20,
- 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x20, 0x76,
- 0x69, 0x61, 0x20, 0x61, 0x6c, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x74, 0x69,
- 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20,
- 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x20, 0x3d, 0x20, 0x6e, 0x65,
- 0x77, 0x20, 0x52, 0x65, 0x67, 0x45, 0x78, 0x70, 0x28, 0x5b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x28, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x2e, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x20, 0x7c, 0x7c,
- 0x20, 0x6e, 0x6f, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x29, 0x2e, 0x73, 0x6f,
- 0x75, 0x72, 0x63, 0x65, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x28, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x69, 0x6e,
- 0x74, 0x65, 0x72, 0x70, 0x6f, 0x6c, 0x61, 0x74, 0x65, 0x20, 0x7c, 0x7c,
- 0x20, 0x6e, 0x6f, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x29, 0x2e, 0x73, 0x6f,
- 0x75, 0x72, 0x63, 0x65, 0x2c, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x28, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e, 0x65, 0x76,
- 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x20, 0x7c, 0x7c, 0x20, 0x6e, 0x6f,
- 0x4d, 0x61, 0x74, 0x63, 0x68, 0x29, 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63,
- 0x65, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5d, 0x2e, 0x6a, 0x6f, 0x69, 0x6e,
- 0x28, 0x27, 0x7c, 0x27, 0x29, 0x20, 0x2b, 0x20, 0x27, 0x7c, 0x24, 0x27,
- 0x2c, 0x20, 0x27, 0x67, 0x27, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x2f, 0x2f, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x20,
- 0x74, 0x68, 0x65, 0x20, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65,
- 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2c, 0x20, 0x65, 0x73, 0x63,
- 0x61, 0x70, 0x69, 0x6e, 0x67, 0x20, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67,
- 0x20, 0x6c, 0x69, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x73, 0x20, 0x61, 0x70,
- 0x70, 0x72, 0x6f, 0x70, 0x72, 0x69, 0x61, 0x74, 0x65, 0x6c, 0x79, 0x2e,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x69, 0x6e, 0x64,
- 0x65, 0x78, 0x20, 0x3d, 0x20, 0x30, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x3d,
- 0x20, 0x22, 0x5f, 0x5f, 0x70, 0x2b, 0x3d, 0x27, 0x22, 0x3b, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2e, 0x72, 0x65, 0x70, 0x6c,
- 0x61, 0x63, 0x65, 0x28, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x65, 0x72, 0x2c,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6d, 0x61,
- 0x74, 0x63, 0x68, 0x2c, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x2c,
- 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x70, 0x6f, 0x6c, 0x61, 0x74, 0x65,
- 0x2c, 0x20, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x2c, 0x20,
- 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b,
- 0x3d, 0x20, 0x74, 0x65, 0x78, 0x74, 0x2e, 0x73, 0x6c, 0x69, 0x63, 0x65,
- 0x28, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x2c, 0x20, 0x6f, 0x66, 0x66, 0x73,
- 0x65, 0x74, 0x29, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x2e, 0x72, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x28, 0x65, 0x73, 0x63,
- 0x61, 0x70, 0x65, 0x72, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69,
- 0x6f, 0x6e, 0x28, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x29, 0x20, 0x7b, 0x20,
- 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x27, 0x5c, 0x5c, 0x27, 0x20,
- 0x2b, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x73, 0x5b, 0x6d, 0x61,
- 0x74, 0x63, 0x68, 0x5d, 0x3b, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x0a, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x65, 0x73, 0x63,
- 0x61, 0x70, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b, 0x3d,
- 0x20, 0x22, 0x27, 0x2b, 0x5c, 0x6e, 0x28, 0x28, 0x5f, 0x5f, 0x74, 0x3d,
- 0x28, 0x22, 0x20, 0x2b, 0x20, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x20,
- 0x2b, 0x20, 0x22, 0x29, 0x29, 0x3d, 0x3d, 0x6e, 0x75, 0x6c, 0x6c, 0x3f,
- 0x27, 0x27, 0x3a, 0x5f, 0x2e, 0x65, 0x73, 0x63, 0x61, 0x70, 0x65, 0x28,
- 0x5f, 0x5f, 0x74, 0x29, 0x29, 0x2b, 0x5c, 0x6e, 0x27, 0x22, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x69, 0x66, 0x20, 0x28, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x70,
- 0x6f, 0x6c, 0x61, 0x74, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x20, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20,
- 0x2b, 0x3d, 0x20, 0x22, 0x27, 0x2b, 0x5c, 0x6e, 0x28, 0x28, 0x5f, 0x5f,
- 0x74, 0x3d, 0x28, 0x22, 0x20, 0x2b, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72,
- 0x70, 0x6f, 0x6c, 0x61, 0x74, 0x65, 0x20, 0x2b, 0x20, 0x22, 0x29, 0x29,
- 0x3d, 0x3d, 0x6e, 0x75, 0x6c, 0x6c, 0x3f, 0x27, 0x27, 0x3a, 0x5f, 0x5f,
- 0x74, 0x29, 0x2b, 0x5c, 0x6e, 0x27, 0x22, 0x3b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69,
- 0x66, 0x20, 0x28, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x65, 0x29,
- 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b, 0x3d, 0x20, 0x22, 0x27, 0x3b,
- 0x5c, 0x6e, 0x22, 0x20, 0x2b, 0x20, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61,
- 0x74, 0x65, 0x20, 0x2b, 0x20, 0x22, 0x5c, 0x6e, 0x5f, 0x5f, 0x70, 0x2b,
- 0x3d, 0x27, 0x22, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x7d,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x6e, 0x64, 0x65, 0x78,
- 0x20, 0x3d, 0x20, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x20, 0x2b, 0x20,
- 0x6d, 0x61, 0x74, 0x63, 0x68, 0x2e, 0x6c, 0x65, 0x6e, 0x67, 0x74, 0x68,
- 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75,
- 0x72, 0x6e, 0x20, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x73, 0x6f,
- 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b, 0x3d, 0x20, 0x22, 0x27, 0x3b, 0x5c,
- 0x6e, 0x22, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f, 0x20,
- 0x49, 0x66, 0x20, 0x61, 0x20, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c,
- 0x65, 0x20, 0x69, 0x73, 0x20, 0x6e, 0x6f, 0x74, 0x20, 0x73, 0x70, 0x65,
- 0x63, 0x69, 0x66, 0x69, 0x65, 0x64, 0x2c, 0x20, 0x70, 0x6c, 0x61, 0x63,
- 0x65, 0x20, 0x64, 0x61, 0x74, 0x61, 0x20, 0x76, 0x61, 0x6c, 0x75, 0x65,
- 0x73, 0x20, 0x69, 0x6e, 0x20, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x20, 0x73,
- 0x63, 0x6f, 0x70, 0x65, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66,
- 0x20, 0x28, 0x21, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x2e,
- 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x29, 0x20, 0x73, 0x6f,
- 0x75, 0x72, 0x63, 0x65, 0x20, 0x3d, 0x20, 0x27, 0x77, 0x69, 0x74, 0x68,
- 0x28, 0x6f, 0x62, 0x6a, 0x7c, 0x7c, 0x7b, 0x7d, 0x29, 0x7b, 0x5c, 0x6e,
- 0x27, 0x20, 0x2b, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b,
- 0x20, 0x27, 0x7d, 0x5c, 0x6e, 0x27, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x3d, 0x20, 0x22, 0x76,
- 0x61, 0x72, 0x20, 0x5f, 0x5f, 0x74, 0x2c, 0x5f, 0x5f, 0x70, 0x3d, 0x27,
- 0x27, 0x2c, 0x5f, 0x5f, 0x6a, 0x3d, 0x41, 0x72, 0x72, 0x61, 0x79, 0x2e,
- 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2e, 0x6a, 0x6f,
- 0x69, 0x6e, 0x2c, 0x22, 0x20, 0x2b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x22, 0x70, 0x72, 0x69, 0x6e, 0x74, 0x3d, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x7b, 0x5f, 0x5f, 0x70, 0x2b, 0x3d,
- 0x5f, 0x5f, 0x6a, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x61, 0x72, 0x67,
- 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2c, 0x27, 0x27, 0x29, 0x3b, 0x7d,
- 0x3b, 0x5c, 0x6e, 0x22, 0x20, 0x2b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x2b, 0x20, 0x22, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f, 0x5f, 0x70, 0x3b, 0x5c, 0x6e,
- 0x22, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x74, 0x72, 0x79, 0x20,
- 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x6e, 0x64,
- 0x65, 0x72, 0x20, 0x3d, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x46, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x2e, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x20,
- 0x7c, 0x7c, 0x20, 0x27, 0x6f, 0x62, 0x6a, 0x27, 0x2c, 0x20, 0x27, 0x5f,
- 0x27, 0x2c, 0x20, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x20, 0x63, 0x61, 0x74, 0x63, 0x68, 0x20,
- 0x28, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x65, 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x20, 0x3d, 0x20, 0x73,
- 0x6f, 0x75, 0x72, 0x63, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x74, 0x68, 0x72, 0x6f, 0x77, 0x20, 0x65, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x64, 0x61, 0x74, 0x61, 0x29, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72,
- 0x6e, 0x20, 0x72, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x28, 0x64, 0x61, 0x74,
- 0x61, 0x2c, 0x20, 0x5f, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76,
- 0x61, 0x72, 0x20, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x20,
- 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x64,
- 0x61, 0x74, 0x61, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x6e, 0x64,
- 0x65, 0x72, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x74, 0x68, 0x69, 0x73,
- 0x2c, 0x20, 0x64, 0x61, 0x74, 0x61, 0x2c, 0x20, 0x5f, 0x29, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x64, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x73, 0x6f, 0x75,
- 0x72, 0x63, 0x65, 0x20, 0x61, 0x73, 0x20, 0x61, 0x20, 0x63, 0x6f, 0x6e,
- 0x76, 0x65, 0x6e, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x20, 0x66, 0x6f, 0x72,
- 0x20, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x74, 0x65, 0x6d,
- 0x70, 0x6c, 0x61, 0x74, 0x65, 0x2e, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
- 0x20, 0x3d, 0x20, 0x27, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x27, 0x20, 0x2b, 0x20, 0x28, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e,
- 0x67, 0x73, 0x2e, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x20,
- 0x7c, 0x7c, 0x20, 0x27, 0x6f, 0x62, 0x6a, 0x27, 0x29, 0x20, 0x2b, 0x20,
- 0x27, 0x29, 0x7b, 0x5c, 0x6e, 0x27, 0x20, 0x2b, 0x20, 0x73, 0x6f, 0x75,
- 0x72, 0x63, 0x65, 0x20, 0x2b, 0x20, 0x27, 0x7d, 0x27, 0x3b, 0x0a, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74,
- 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x7d,
- 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20,
- 0x61, 0x20, 0x22, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x22, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x77, 0x68, 0x69, 0x63,
- 0x68, 0x20, 0x77, 0x69, 0x6c, 0x6c, 0x20, 0x64, 0x65, 0x6c, 0x65, 0x67,
- 0x61, 0x74, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68, 0x65, 0x20, 0x77,
- 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e,
- 0x63, 0x68, 0x61, 0x69, 0x6e, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63,
- 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x5f,
- 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x2e, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x28,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x4f, 0x4f, 0x50, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x2d,
- 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d,
- 0x2d, 0x2d, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x49, 0x66, 0x20, 0x55,
- 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x69, 0x73,
- 0x20, 0x63, 0x61, 0x6c, 0x6c, 0x65, 0x64, 0x20, 0x61, 0x73, 0x20, 0x61,
- 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2c, 0x20, 0x69,
- 0x74, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x73, 0x20, 0x61, 0x20,
- 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x64, 0x20, 0x6f, 0x62, 0x6a, 0x65,
- 0x63, 0x74, 0x20, 0x74, 0x68, 0x61, 0x74, 0x0a, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x63, 0x61, 0x6e, 0x20, 0x62, 0x65, 0x20, 0x75, 0x73, 0x65, 0x64,
- 0x20, 0x4f, 0x4f, 0x2d, 0x73, 0x74, 0x79, 0x6c, 0x65, 0x2e, 0x20, 0x54,
- 0x68, 0x69, 0x73, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x20,
- 0x68, 0x6f, 0x6c, 0x64, 0x73, 0x20, 0x61, 0x6c, 0x74, 0x65, 0x72, 0x65,
- 0x64, 0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x6f,
- 0x66, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x74, 0x68, 0x65, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x75, 0x6e, 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72,
- 0x65, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
- 0x20, 0x57, 0x72, 0x61, 0x70, 0x70, 0x65, 0x64, 0x20, 0x6f, 0x62, 0x6a,
- 0x65, 0x63, 0x74, 0x73, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, 0x20,
- 0x63, 0x68, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x2e, 0x0a, 0x0a, 0x20, 0x20,
- 0x2f, 0x2f, 0x20, 0x48, 0x65, 0x6c, 0x70, 0x65, 0x72, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x74, 0x6f, 0x20, 0x63, 0x6f,
- 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x20, 0x63, 0x68, 0x61, 0x69, 0x6e,
- 0x69, 0x6e, 0x67, 0x20, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6d, 0x65, 0x64,
- 0x69, 0x61, 0x74, 0x65, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73,
- 0x2e, 0x0a, 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x72, 0x65, 0x73, 0x75,
- 0x6c, 0x74, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f,
- 0x6e, 0x28, 0x6f, 0x62, 0x6a, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20,
- 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x69, 0x73,
- 0x2e, 0x5f, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x20, 0x3f, 0x20, 0x5f, 0x28,
- 0x6f, 0x62, 0x6a, 0x29, 0x2e, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x28, 0x29,
- 0x20, 0x3a, 0x20, 0x6f, 0x62, 0x6a, 0x3b, 0x0a, 0x20, 0x20, 0x7d, 0x3b,
- 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20, 0x61,
- 0x6c, 0x6c, 0x20, 0x6f, 0x66, 0x20, 0x74, 0x68, 0x65, 0x20, 0x55, 0x6e,
- 0x64, 0x65, 0x72, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x20, 0x66, 0x75, 0x6e,
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x20, 0x6f, 0x62,
- 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x6d, 0x69,
- 0x78, 0x69, 0x6e, 0x28, 0x5f, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f,
- 0x2f, 0x20, 0x41, 0x64, 0x64, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x6d, 0x75,
- 0x74, 0x61, 0x74, 0x6f, 0x72, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x74, 0x6f,
- 0x20, 0x74, 0x68, 0x65, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72,
- 0x2e, 0x0a, 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x5b, 0x27, 0x70,
- 0x6f, 0x70, 0x27, 0x2c, 0x20, 0x27, 0x70, 0x75, 0x73, 0x68, 0x27, 0x2c,
- 0x20, 0x27, 0x72, 0x65, 0x76, 0x65, 0x72, 0x73, 0x65, 0x27, 0x2c, 0x20,
- 0x27, 0x73, 0x68, 0x69, 0x66, 0x74, 0x27, 0x2c, 0x20, 0x27, 0x73, 0x6f,
- 0x72, 0x74, 0x27, 0x2c, 0x20, 0x27, 0x73, 0x70, 0x6c, 0x69, 0x63, 0x65,
- 0x27, 0x2c, 0x20, 0x27, 0x75, 0x6e, 0x73, 0x68, 0x69, 0x66, 0x74, 0x27,
- 0x5d, 0x2c, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28,
- 0x6e, 0x61, 0x6d, 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x72, 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20, 0x3d,
- 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x5b,
- 0x6e, 0x61, 0x6d, 0x65, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5f,
- 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x5b, 0x6e,
- 0x61, 0x6d, 0x65, 0x5d, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x76, 0x61, 0x72, 0x20, 0x6f, 0x62, 0x6a, 0x20, 0x3d, 0x20,
- 0x74, 0x68, 0x69, 0x73, 0x2e, 0x5f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65,
- 0x64, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x6d, 0x65, 0x74,
- 0x68, 0x6f, 0x64, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79, 0x28, 0x6f, 0x62,
- 0x6a, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x73,
- 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x69, 0x66, 0x20,
- 0x28, 0x28, 0x6e, 0x61, 0x6d, 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x27, 0x73,
- 0x68, 0x69, 0x66, 0x74, 0x27, 0x20, 0x7c, 0x7c, 0x20, 0x6e, 0x61, 0x6d,
- 0x65, 0x20, 0x3d, 0x3d, 0x20, 0x27, 0x73, 0x70, 0x6c, 0x69, 0x63, 0x65,
- 0x27, 0x29, 0x20, 0x26, 0x26, 0x20, 0x6f, 0x62, 0x6a, 0x2e, 0x6c, 0x65,
- 0x6e, 0x67, 0x74, 0x68, 0x20, 0x3d, 0x3d, 0x3d, 0x20, 0x30, 0x29, 0x20,
- 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x5b, 0x30,
- 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x2e, 0x63,
- 0x61, 0x6c, 0x6c, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20, 0x6f, 0x62,
- 0x6a, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a, 0x20,
- 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x41,
- 0x64, 0x64, 0x20, 0x61, 0x6c, 0x6c, 0x20, 0x61, 0x63, 0x63, 0x65, 0x73,
- 0x73, 0x6f, 0x72, 0x20, 0x41, 0x72, 0x72, 0x61, 0x79, 0x20, 0x66, 0x75,
- 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x20, 0x74, 0x6f, 0x20, 0x74,
- 0x68, 0x65, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x72, 0x2e, 0x0a,
- 0x20, 0x20, 0x65, 0x61, 0x63, 0x68, 0x28, 0x5b, 0x27, 0x63, 0x6f, 0x6e,
- 0x63, 0x61, 0x74, 0x27, 0x2c, 0x20, 0x27, 0x6a, 0x6f, 0x69, 0x6e, 0x27,
- 0x2c, 0x20, 0x27, 0x73, 0x6c, 0x69, 0x63, 0x65, 0x27, 0x5d, 0x2c, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x6e, 0x61, 0x6d,
- 0x65, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x76, 0x61, 0x72,
- 0x20, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x20, 0x3d, 0x20, 0x41, 0x72,
- 0x72, 0x61, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x5b, 0x6e, 0x61, 0x6d,
- 0x65, 0x5d, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x5f, 0x2e, 0x70, 0x72,
- 0x6f, 0x74, 0x6f, 0x74, 0x79, 0x70, 0x65, 0x5b, 0x6e, 0x61, 0x6d, 0x65,
- 0x5d, 0x20, 0x3d, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e,
- 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72,
- 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74,
- 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x74, 0x68, 0x69, 0x73, 0x2c, 0x20,
- 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x2e, 0x61, 0x70, 0x70, 0x6c, 0x79,
- 0x28, 0x74, 0x68, 0x69, 0x73, 0x2e, 0x5f, 0x77, 0x72, 0x61, 0x70, 0x70,
- 0x65, 0x64, 0x2c, 0x20, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74,
- 0x73, 0x29, 0x29, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x7d, 0x3b, 0x0a,
- 0x20, 0x20, 0x7d, 0x29, 0x3b, 0x0a, 0x0a, 0x20, 0x20, 0x5f, 0x2e, 0x65,
- 0x78, 0x74, 0x65, 0x6e, 0x64, 0x28, 0x5f, 0x2e, 0x70, 0x72, 0x6f, 0x74,
- 0x6f, 0x74, 0x79, 0x70, 0x65, 0x2c, 0x20, 0x7b, 0x0a, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x2f, 0x2f, 0x20, 0x53, 0x74, 0x61, 0x72, 0x74, 0x20, 0x63,
- 0x68, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x20, 0x61, 0x20, 0x77, 0x72,
- 0x61, 0x70, 0x70, 0x65, 0x64, 0x20, 0x55, 0x6e, 0x64, 0x65, 0x72, 0x73,
- 0x63, 0x6f, 0x72, 0x65, 0x20, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x3a, 0x20,
- 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b,
- 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x74, 0x68, 0x69, 0x73, 0x2e,
- 0x5f, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x20, 0x3d, 0x20, 0x74, 0x72, 0x75,
- 0x65, 0x3b, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x72, 0x65, 0x74,
- 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x69, 0x73, 0x3b, 0x0a, 0x20, 0x20,
- 0x20, 0x20, 0x7d, 0x2c, 0x0a, 0x0a, 0x20, 0x20, 0x20, 0x20, 0x2f, 0x2f,
- 0x20, 0x45, 0x78, 0x74, 0x72, 0x61, 0x63, 0x74, 0x73, 0x20, 0x74, 0x68,
- 0x65, 0x20, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x20, 0x66, 0x72, 0x6f,
- 0x6d, 0x20, 0x61, 0x20, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x64, 0x20,
- 0x61, 0x6e, 0x64, 0x20, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x65, 0x64, 0x20,
- 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x20, 0x66, 0x75, 0x6e, 0x63, 0x74,
- 0x69, 0x6f, 0x6e, 0x28, 0x29, 0x20, 0x7b, 0x0a, 0x20, 0x20, 0x20, 0x20,
- 0x20, 0x20, 0x72, 0x65, 0x74, 0x75, 0x72, 0x6e, 0x20, 0x74, 0x68, 0x69,
- 0x73, 0x2e, 0x5f, 0x77, 0x72, 0x61, 0x70, 0x70, 0x65, 0x64, 0x3b, 0x0a,
- 0x20, 0x20, 0x20, 0x20, 0x7d, 0x0a, 0x0a, 0x20, 0x20, 0x7d, 0x29, 0x3b,
- 0x0a, 0x0a, 0x7d, 0x29, 0x2e, 0x63, 0x61, 0x6c, 0x6c, 0x28, 0x74, 0x68,
- 0x69, 0x73, 0x29, 0x3b, 0x0a,
- }
-}
-// Underscore.js 1.4.4
-// http://underscorejs.org
-// (c) 2009-2013 Jeremy Ashkenas, DocumentCloud Inc.
-// Underscore may be freely distributed under the MIT license.
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/testify b/Godeps/_workspace/src/github.com/obscuren/otto/underscore/testify
deleted file mode 100644
index 7f6e0f7c1..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/testify
+++ /dev/null
@@ -1,84 +0,0 @@
-#!/usr/bin/env perl
-
-use strict;
-use warnings;
-
-my $underscore_test = shift @ARGV || "";
-if (!-d $underscore_test) {
- print <<_END_;
-Usage:
-
- testify ./underscore/test
-
- # Should look something like:
- arrays.js
- chaining.js
- collections.js
- functions.js
- index.html
- objects.js
- speed.js
- utility.js
- vendor
-
-_END_
- if ($underscore_test) {
- die "!: Not a directory: $underscore_test\n"
- }
- exit;
-}
-
-chdir $underscore_test or die "!: $!";
-
-my @js = <*.js>;
-
-for my $file (@js) {
- open my $fh, '<', $file or die "!: $!";
- my $tests = join "", <$fh>;
- my @tests = $tests =~ m/
- ^(\s{2}test\(.*?
- ^\s{2}}\);)$
- /mgxs;
- close $fh;
- next unless @tests;
- print "$file: ", scalar(@tests), "\n";
- my $underscore_name = "underscore_$file";
- $underscore_name =~ s/.js$//;
- my $go_file = "${underscore_name}_test.go";
- $go_file =~ s/.js$/.go/;
- open $fh, '>', $go_file or die "!: $!";
-
- $fh->print(<<_END_);
-package otto
-
-import (
- "testing"
-)
-
-_END_
-
- my $count = 0;
- for my $test (@tests) {
- $test =~ s/`([^`]+)`/<$1>/g;
- my ($name) = $test =~ m/^\s*test\(['"]([^'"]+)['"]/;
- $fh->print(<<_END_);
-// $name
-func Test_${underscore_name}_$count(t *testing.T) {
- tt(t, func(){
- test := underscoreTest()
-
- test(`
-$test
- `)
- })
-}
-
-_END_
- $count++;
- }
-}
-
-# test('#779 - delimeters are applied to unescaped text.', 1, function() {
-# var template = _.template('<<\nx\n>>', null, {evaluate: /<<(.*?)>>/g});
-# strictEqual(template(), '<<\nx\n>>');
-# });
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/underscore.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore/underscore.go
deleted file mode 100644
index 714b8f3cf..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore/underscore.go
+++ /dev/null
@@ -1,49 +0,0 @@
-/*
-Package underscore contains the source for the JavaScript utility-belt library.
-
- import (
- _ "github.com/robertkrimen/otto/underscore"
- )
- // Every Otto runtime will now include underscore
-
-http://underscorejs.org
-
-https://github.com/documentcloud/underscore
-
-By importing this package, you'll automatically load underscore every time you create a new Otto runtime.
-
-To prevent this behavior, you can do the following:
-
- import (
- "github.com/robertkrimen/otto/underscore"
- )
-
- func init() {
- underscore.Disable()
- }
-
-*/
-package underscore
-
-import (
- "github.com/robertkrimen/otto/registry"
-)
-
-var entry *registry.Entry = registry.Register(func() string {
- return Source()
-})
-
-// Enable underscore runtime inclusion.
-func Enable() {
- entry.Enable()
-}
-
-// Disable underscore runtime inclusion.
-func Disable() {
- entry.Disable()
-}
-
-// Source returns the underscore source.
-func Source() string {
- return string(underscore())
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_arrays_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_arrays_test.go
deleted file mode 100644
index 9d6297820..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_arrays_test.go
+++ /dev/null
@@ -1,344 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// first
-func Test_underscore_arrays_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("first", function() {
- equal(_.first([1,2,3]), 1, 'can pull out the first element of an array');
- equal(_([1, 2, 3]).first(), 1, 'can perform OO-style "first()"');
- equal(_.first([1,2,3], 0).join(', '), "", 'can pass an index to first');
- equal(_.first([1,2,3], 2).join(', '), '1, 2', 'can pass an index to first');
- equal(_.first([1,2,3], 5).join(', '), '1, 2, 3', 'can pass an index to first');
- var result = (function(){ return _.first(arguments); })(4, 3, 2, 1);
- equal(result, 4, 'works on an arguments object.');
- result = _.map([[1,2,3],[1,2,3]], _.first);
- equal(result.join(','), '1,1', 'works well with _.map');
- result = (function() { return _.take([1,2,3], 2); })();
- equal(result.join(','), '1,2', 'aliased as take');
-
- equal(_.first(null), undefined, 'handles nulls');
- });
- `)
- })
-}
-
-// rest
-func Test_underscore_arrays_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("rest", function() {
- var numbers = [1, 2, 3, 4];
- equal(_.rest(numbers).join(", "), "2, 3, 4", 'working rest()');
- equal(_.rest(numbers, 0).join(", "), "1, 2, 3, 4", 'working rest(0)');
- equal(_.rest(numbers, 2).join(', '), '3, 4', 'rest can take an index');
- var result = (function(){ return _(arguments).tail(); })(1, 2, 3, 4);
- equal(result.join(', '), '2, 3, 4', 'aliased as tail and works on arguments object');
- result = _.map([[1,2,3],[1,2,3]], _.rest);
- equal(_.flatten(result).join(','), '2,3,2,3', 'works well with _.map');
- result = (function(){ return _(arguments).drop(); })(1, 2, 3, 4);
- equal(result.join(', '), '2, 3, 4', 'aliased as drop and works on arguments object');
- });
- `)
- })
-}
-
-// initial
-func Test_underscore_arrays_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("initial", function() {
- equal(_.initial([1,2,3,4,5]).join(", "), "1, 2, 3, 4", 'working initial()');
- equal(_.initial([1,2,3,4],2).join(", "), "1, 2", 'initial can take an index');
- var result = (function(){ return _(arguments).initial(); })(1, 2, 3, 4);
- equal(result.join(", "), "1, 2, 3", 'initial works on arguments object');
- result = _.map([[1,2,3],[1,2,3]], _.initial);
- equal(_.flatten(result).join(','), '1,2,1,2', 'initial works with _.map');
- });
- `)
- })
-}
-
-// last
-func Test_underscore_arrays_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("last", function() {
- equal(_.last([1,2,3]), 3, 'can pull out the last element of an array');
- equal(_.last([1,2,3], 0).join(', '), "", 'can pass an index to last');
- equal(_.last([1,2,3], 2).join(', '), '2, 3', 'can pass an index to last');
- equal(_.last([1,2,3], 5).join(', '), '1, 2, 3', 'can pass an index to last');
- var result = (function(){ return _(arguments).last(); })(1, 2, 3, 4);
- equal(result, 4, 'works on an arguments object');
- result = _.map([[1,2,3],[1,2,3]], _.last);
- equal(result.join(','), '3,3', 'works well with _.map');
-
- equal(_.last(null), undefined, 'handles nulls');
- });
- `)
- })
-}
-
-// compact
-func Test_underscore_arrays_4(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("compact", function() {
- equal(_.compact([0, 1, false, 2, false, 3]).length, 3, 'can trim out all falsy values');
- var result = (function(){ return _.compact(arguments).length; })(0, 1, false, 2, false, 3);
- equal(result, 3, 'works on an arguments object');
- });
- `)
- })
-}
-
-// flatten
-func Test_underscore_arrays_5(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("flatten", function() {
- var list = [1, [2], [3, [[[4]]]]];
- deepEqual(_.flatten(list), [1,2,3,4], 'can flatten nested arrays');
- deepEqual(_.flatten(list, true), [1,2,3,[[[4]]]], 'can shallowly flatten nested arrays');
- var result = (function(){ return _.flatten(arguments); })(1, [2], [3, [[[4]]]]);
- deepEqual(result, [1,2,3,4], 'works on an arguments object');
- });
- `)
- })
-}
-
-// without
-func Test_underscore_arrays_6(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("without", function() {
- var list = [1, 2, 1, 0, 3, 1, 4];
- equal(_.without(list, 0, 1).join(', '), '2, 3, 4', 'can remove all instances of an object');
- var result = (function(){ return _.without(arguments, 0, 1); })(1, 2, 1, 0, 3, 1, 4);
- equal(result.join(', '), '2, 3, 4', 'works on an arguments object');
-
- var list = [{one : 1}, {two : 2}];
- ok(_.without(list, {one : 1}).length == 2, 'uses real object identity for comparisons.');
- ok(_.without(list, list[0]).length == 1, 'ditto.');
- });
- `)
- })
-}
-
-// uniq
-func Test_underscore_arrays_7(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("uniq", function() {
- var list = [1, 2, 1, 3, 1, 4];
- equal(_.uniq(list).join(', '), '1, 2, 3, 4', 'can find the unique values of an unsorted array');
-
- var list = [1, 1, 1, 2, 2, 3];
- equal(_.uniq(list, true).join(', '), '1, 2, 3', 'can find the unique values of a sorted array faster');
-
- var list = [{name:'moe'}, {name:'curly'}, {name:'larry'}, {name:'curly'}];
- var iterator = function(value) { return value.name; };
- equal(_.map(_.uniq(list, false, iterator), iterator).join(', '), 'moe, curly, larry', 'can find the unique values of an array using a custom iterator');
-
- equal(_.map(_.uniq(list, iterator), iterator).join(', '), 'moe, curly, larry', 'can find the unique values of an array using a custom iterator without specifying whether array is sorted');
-
- var iterator = function(value) { return value +1; };
- var list = [1, 2, 2, 3, 4, 4];
- equal(_.uniq(list, true, iterator).join(', '), '1, 2, 3, 4', 'iterator works with sorted array');
-
- var result = (function(){ return _.uniq(arguments); })(1, 2, 1, 3, 1, 4);
- equal(result.join(', '), '1, 2, 3, 4', 'works on an arguments object');
- });
- `)
- })
-}
-
-// intersection
-func Test_underscore_arrays_8(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("intersection", function() {
- var stooges = ['moe', 'curly', 'larry'], leaders = ['moe', 'groucho'];
- equal(_.intersection(stooges, leaders).join(''), 'moe', 'can take the set intersection of two arrays');
- equal(_(stooges).intersection(leaders).join(''), 'moe', 'can perform an OO-style intersection');
- var result = (function(){ return _.intersection(arguments, leaders); })('moe', 'curly', 'larry');
- equal(result.join(''), 'moe', 'works on an arguments object');
- });
- `)
- })
-}
-
-// union
-func Test_underscore_arrays_9(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("union", function() {
- var result = _.union([1, 2, 3], [2, 30, 1], [1, 40]);
- equal(result.join(' '), '1 2 3 30 40', 'takes the union of a list of arrays');
-
- var result = _.union([1, 2, 3], [2, 30, 1], [1, 40, [1]]);
- equal(result.join(' '), '1 2 3 30 40 1', 'takes the union of a list of nested arrays');
- });
- `)
- })
-}
-
-// difference
-func Test_underscore_arrays_10(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("difference", function() {
- var result = _.difference([1, 2, 3], [2, 30, 40]);
- equal(result.join(' '), '1 3', 'takes the difference of two arrays');
-
- var result = _.difference([1, 2, 3, 4], [2, 30, 40], [1, 11, 111]);
- equal(result.join(' '), '3 4', 'takes the difference of three arrays');
- });
- `)
- })
-}
-
-// zip
-func Test_underscore_arrays_11(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('zip', function() {
- var names = ['moe', 'larry', 'curly'], ages = [30, 40, 50], leaders = [true];
- var stooges = _.zip(names, ages, leaders);
- equal(String(stooges), 'moe,30,true,larry,40,,curly,50,', 'zipped together arrays of different lengths');
- });
- `)
- })
-}
-
-// object
-func Test_underscore_arrays_12(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('object', function() {
- var result = _.object(['moe', 'larry', 'curly'], [30, 40, 50]);
- var shouldBe = {moe: 30, larry: 40, curly: 50};
- ok(_.isEqual(result, shouldBe), 'two arrays zipped together into an object');
-
- result = _.object([['one', 1], ['two', 2], ['three', 3]]);
- shouldBe = {one: 1, two: 2, three: 3};
- ok(_.isEqual(result, shouldBe), 'an array of pairs zipped together into an object');
-
- var stooges = {moe: 30, larry: 40, curly: 50};
- ok(_.isEqual(_.object(_.pairs(stooges)), stooges), 'an object converted to pairs and back to an object');
-
- ok(_.isEqual(_.object(null), {}), 'handles nulls');
- });
- `)
- })
-}
-
-// indexOf
-func Test_underscore_arrays_13(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("indexOf", function() {
- var numbers = [1, 2, 3];
- numbers.indexOf = null;
- equal(_.indexOf(numbers, 2), 1, 'can compute indexOf, even without the native function');
- var result = (function(){ return _.indexOf(arguments, 2); })(1, 2, 3);
- equal(result, 1, 'works on an arguments object');
- equal(_.indexOf(null, 2), -1, 'handles nulls properly');
-
- var numbers = [10, 20, 30, 40, 50], num = 35;
- var index = _.indexOf(numbers, num, true);
- equal(index, -1, '35 is not in the list');
-
- numbers = [10, 20, 30, 40, 50]; num = 40;
- index = _.indexOf(numbers, num, true);
- equal(index, 3, '40 is in the list');
-
- numbers = [1, 40, 40, 40, 40, 40, 40, 40, 50, 60, 70]; num = 40;
- index = _.indexOf(numbers, num, true);
- equal(index, 1, '40 is in the list');
-
- numbers = [1, 2, 3, 1, 2, 3, 1, 2, 3];
- index = _.indexOf(numbers, 2, 5);
- equal(index, 7, 'supports the fromIndex argument');
- });
- `)
- })
-}
-
-// lastIndexOf
-func Test_underscore_arrays_14(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("lastIndexOf", function() {
- var numbers = [1, 0, 1];
- equal(_.lastIndexOf(numbers, 1), 2);
-
- numbers = [1, 0, 1, 0, 0, 1, 0, 0, 0];
- numbers.lastIndexOf = null;
- equal(_.lastIndexOf(numbers, 1), 5, 'can compute lastIndexOf, even without the native function');
- equal(_.lastIndexOf(numbers, 0), 8, 'lastIndexOf the other element');
- var result = (function(){ return _.lastIndexOf(arguments, 1); })(1, 0, 1, 0, 0, 1, 0, 0, 0);
- equal(result, 5, 'works on an arguments object');
- equal(_.indexOf(null, 2), -1, 'handles nulls properly');
-
- numbers = [1, 2, 3, 1, 2, 3, 1, 2, 3];
- var index = _.lastIndexOf(numbers, 2, 2);
- equal(index, 1, 'supports the fromIndex argument');
- });
- `)
- })
-}
-
-// range
-func Test_underscore_arrays_15(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("range", function() {
- equal(_.range(0).join(''), '', 'range with 0 as a first argument generates an empty array');
- equal(_.range(4).join(' '), '0 1 2 3', 'range with a single positive argument generates an array of elements 0,1,2,...,n-1');
- equal(_.range(5, 8).join(' '), '5 6 7', 'range with two arguments a &amp; b, a&lt;b generates an array of elements a,a+1,a+2,...,b-2,b-1');
- equal(_.range(8, 5).join(''), '', 'range with two arguments a &amp; b, b&lt;a generates an empty array');
- equal(_.range(3, 10, 3).join(' '), '3 6 9', 'range with three arguments a &amp; b &amp; c, c &lt; b-a, a &lt; b generates an array of elements a,a+c,a+2c,...,b - (multiplier of a) &lt; c');
- equal(_.range(3, 10, 15).join(''), '3', 'range with three arguments a &amp; b &amp; c, c &gt; b-a, a &lt; b generates an array with a single element, equal to a');
- equal(_.range(12, 7, -2).join(' '), '12 10 8', 'range with three arguments a &amp; b &amp; c, a &gt; b, c &lt; 0 generates an array of elements a,a-c,a-2c and ends with the number not less than b');
- equal(_.range(0, -10, -1).join(' '), '0 -1 -2 -3 -4 -5 -6 -7 -8 -9', 'final example in the Python docs');
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_chaining_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_chaining_test.go
deleted file mode 100644
index accf04fdc..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_chaining_test.go
+++ /dev/null
@@ -1,95 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// map/flatten/reduce
-func Test_underscore_chaining_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("map/flatten/reduce", function() {
- var lyrics = [
- "I'm a lumberjack and I'm okay",
- "I sleep all night and I work all day",
- "He's a lumberjack and he's okay",
- "He sleeps all night and he works all day"
- ];
- var counts = _(lyrics).chain()
- .map(function(line) { return line.split(''); })
- .flatten()
- .reduce(function(hash, l) {
- hash[l] = hash[l] || 0;
- hash[l]++;
- return hash;
- }, {}).value();
- ok(counts['a'] == 16 && counts['e'] == 10, 'counted all the letters in the song');
- });
- `)
- })
-}
-
-// select/reject/sortBy
-func Test_underscore_chaining_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("select/reject/sortBy", function() {
- var numbers = [1,2,3,4,5,6,7,8,9,10];
- numbers = _(numbers).chain().select(function(n) {
- return n % 2 == 0;
- }).reject(function(n) {
- return n % 4 == 0;
- }).sortBy(function(n) {
- return -n;
- }).value();
- equal(numbers.join(', '), "10, 6, 2", "filtered and reversed the numbers");
- });
- `)
- })
-}
-
-// select/reject/sortBy in functional style
-func Test_underscore_chaining_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("select/reject/sortBy in functional style", function() {
- var numbers = [1,2,3,4,5,6,7,8,9,10];
- numbers = _.chain(numbers).select(function(n) {
- return n % 2 == 0;
- }).reject(function(n) {
- return n % 4 == 0;
- }).sortBy(function(n) {
- return -n;
- }).value();
- equal(numbers.join(', '), "10, 6, 2", "filtered and reversed the numbers");
- });
- `)
- })
-}
-
-// reverse/concat/unshift/pop/map
-func Test_underscore_chaining_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("reverse/concat/unshift/pop/map", function() {
- var numbers = [1,2,3,4,5];
- numbers = _(numbers).chain()
- .reverse()
- .concat([5, 5, 5])
- .unshift(17)
- .pop()
- .map(function(n){ return n * 2; })
- .value();
- equal(numbers.join(', '), "34, 10, 8, 6, 4, 2, 10, 10", 'can chain together array functions.');
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_collections_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_collections_test.go
deleted file mode 100644
index 9afc2a2b2..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_collections_test.go
+++ /dev/null
@@ -1,698 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// each
-func Test_underscore_collections_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("each", function() {
- _.each([1, 2, 3], function(num, i) {
- equal(num, i + 1, 'each iterators provide value and iteration count');
- });
-
- var answers = [];
- _.each([1, 2, 3], function(num){ answers.push(num * this.multiplier);}, {multiplier : 5});
- equal(answers.join(', '), '5, 10, 15', 'context object property accessed');
-
- answers = [];
- _.forEach([1, 2, 3], function(num){ answers.push(num); });
- equal(answers.join(', '), '1, 2, 3', 'aliased as "forEach"');
-
- answers = [];
- var obj = {one : 1, two : 2, three : 3};
- obj.constructor.prototype.four = 4;
- _.each(obj, function(value, key){ answers.push(key); });
- equal(answers.join(", "), 'one, two, three', 'iterating over objects works, and ignores the object prototype.');
- delete obj.constructor.prototype.four;
-
- var answer = null;
- _.each([1, 2, 3], function(num, index, arr){ if (_.include(arr, num)) answer = true; });
- ok(answer, 'can reference the original collection from inside the iterator');
-
- answers = 0;
- _.each(null, function(){ ++answers; });
- equal(answers, 0, 'handles a null properly');
- });
- `)
- })
-}
-
-// map
-func Test_underscore_collections_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('map', function() {
- var doubled = _.map([1, 2, 3], function(num){ return num * 2; });
- equal(doubled.join(', '), '2, 4, 6', 'doubled numbers');
-
- doubled = _.collect([1, 2, 3], function(num){ return num * 2; });
- equal(doubled.join(', '), '2, 4, 6', 'aliased as "collect"');
-
- var tripled = _.map([1, 2, 3], function(num){ return num * this.multiplier; }, {multiplier : 3});
- equal(tripled.join(', '), '3, 6, 9', 'tripled numbers with context');
-
- var doubled = _([1, 2, 3]).map(function(num){ return num * 2; });
- equal(doubled.join(', '), '2, 4, 6', 'OO-style doubled numbers');
-
- // TEST: ReferenceError: document is not defined
- return;
-
- if (document.querySelectorAll) {
- var ids = _.map(document.querySelectorAll('#map-test *'), function(n){ return n.id; });
- deepEqual(ids, ['id1', 'id2'], 'Can use collection methods on NodeLists.');
- }
-
- var ids = _.map($('#map-test').children(), function(n){ return n.id; });
- deepEqual(ids, ['id1', 'id2'], 'Can use collection methods on jQuery Array-likes.');
-
- var ids = _.map(document.images, function(n){ return n.id; });
- ok(ids[0] == 'chart_image', 'can use collection methods on HTMLCollections');
-
- var ifnull = _.map(null, function(){});
- ok(_.isArray(ifnull) && ifnull.length === 0, 'handles a null properly');
- });
- `)
- })
-}
-
-// reduce
-func Test_underscore_collections_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('reduce', function() {
- var sum = _.reduce([1, 2, 3], function(sum, num){ return sum + num; }, 0);
- equal(sum, 6, 'can sum up an array');
-
- var context = {multiplier : 3};
- sum = _.reduce([1, 2, 3], function(sum, num){ return sum + num * this.multiplier; }, 0, context);
- equal(sum, 18, 'can reduce with a context object');
-
- sum = _.inject([1, 2, 3], function(sum, num){ return sum + num; }, 0);
- equal(sum, 6, 'aliased as "inject"');
-
- sum = _([1, 2, 3]).reduce(function(sum, num){ return sum + num; }, 0);
- equal(sum, 6, 'OO-style reduce');
-
- var sum = _.reduce([1, 2, 3], function(sum, num){ return sum + num; });
- equal(sum, 6, 'default initial value');
-
- var ifnull;
- try {
- _.reduce(null, function(){});
- } catch (ex) {
- ifnull = ex;
- }
- ok(ifnull instanceof TypeError, 'handles a null (without inital value) properly');
-
- ok(_.reduce(null, function(){}, 138) === 138, 'handles a null (with initial value) properly');
- equal(_.reduce([], function(){}, undefined), undefined, 'undefined can be passed as a special case');
- raises(function() { _.reduce([], function(){}); }, TypeError, 'throws an error for empty arrays with no initial value');
- });
- `)
- })
-}
-
-// reduceRight
-func Test_underscore_collections_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('reduceRight', function() {
- var list = _.reduceRight(["foo", "bar", "baz"], function(memo, str){ return memo + str; }, '');
- equal(list, 'bazbarfoo', 'can perform right folds');
-
- var list = _.foldr(["foo", "bar", "baz"], function(memo, str){ return memo + str; }, '');
- equal(list, 'bazbarfoo', 'aliased as "foldr"');
-
- var list = _.foldr(["foo", "bar", "baz"], function(memo, str){ return memo + str; });
- equal(list, 'bazbarfoo', 'default initial value');
-
- var ifnull;
- try {
- _.reduceRight(null, function(){});
- } catch (ex) {
- ifnull = ex;
- }
- ok(ifnull instanceof TypeError, 'handles a null (without inital value) properly');
-
- var sum = _.reduceRight({a: 1, b: 2, c: 3}, function(sum, num){ return sum + num; });
- equal(sum, 6, 'default initial value on object');
-
- ok(_.reduceRight(null, function(){}, 138) === 138, 'handles a null (with initial value) properly');
-
- equal(_.reduceRight([], function(){}, undefined), undefined, 'undefined can be passed as a special case');
- raises(function() { _.reduceRight([], function(){}); }, TypeError, 'throws an error for empty arrays with no initial value');
-
- // Assert that the correct arguments are being passed.
-
- var args,
- memo = {},
- object = {a: 1, b: 2},
- lastKey = _.keys(object).pop();
-
- var expected = lastKey == 'a'
- ? [memo, 1, 'a', object]
- : [memo, 2, 'b', object];
-
- _.reduceRight(object, function() {
- args || (args = _.toArray(arguments));
- }, memo);
-
- deepEqual(args, expected);
-
- // And again, with numeric keys.
-
- object = {'2': 'a', '1': 'b'};
- lastKey = _.keys(object).pop();
- args = null;
-
- expected = lastKey == '2'
- ? [memo, 'a', '2', object]
- : [memo, 'b', '1', object];
-
- _.reduceRight(object, function() {
- args || (args = _.toArray(arguments));
- }, memo);
-
- deepEqual(args, expected);
- });
- `)
- })
-}
-
-// find
-func Test_underscore_collections_4(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('find', function() {
- var array = [1, 2, 3, 4];
- strictEqual(_.find(array, function(n) { return n > 2; }), 3, 'should return first found <value>');
- strictEqual(_.find(array, function() { return false; }), void 0, 'should return <undefined> if <value> is not found');
- });
- `)
- })
-}
-
-// detect
-func Test_underscore_collections_5(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('detect', function() {
- var result = _.detect([1, 2, 3], function(num){ return num * 2 == 4; });
- equal(result, 2, 'found the first "2" and broke the loop');
- });
- `)
- })
-}
-
-// select
-func Test_underscore_collections_6(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('select', function() {
- var evens = _.select([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
- equal(evens.join(', '), '2, 4, 6', 'selected each even number');
-
- evens = _.filter([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
- equal(evens.join(', '), '2, 4, 6', 'aliased as "filter"');
- });
- `)
- })
-}
-
-// reject
-func Test_underscore_collections_7(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('reject', function() {
- var odds = _.reject([1, 2, 3, 4, 5, 6], function(num){ return num % 2 == 0; });
- equal(odds.join(', '), '1, 3, 5', 'rejected each even number');
-
- var context = "obj";
-
- var evens = _.reject([1, 2, 3, 4, 5, 6], function(num){
- equal(context, "obj");
- return num % 2 != 0;
- }, context);
- equal(evens.join(', '), '2, 4, 6', 'rejected each odd number');
- });
- `)
- })
-}
-
-// all
-func Test_underscore_collections_8(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('all', function() {
- ok(_.all([], _.identity), 'the empty set');
- ok(_.all([true, true, true], _.identity), 'all true values');
- ok(!_.all([true, false, true], _.identity), 'one false value');
- ok(_.all([0, 10, 28], function(num){ return num % 2 == 0; }), 'even numbers');
- ok(!_.all([0, 11, 28], function(num){ return num % 2 == 0; }), 'an odd number');
- ok(_.all([1], _.identity) === true, 'cast to boolean - true');
- ok(_.all([0], _.identity) === false, 'cast to boolean - false');
- ok(_.every([true, true, true], _.identity), 'aliased as "every"');
- ok(!_.all([undefined, undefined, undefined], _.identity), 'works with arrays of undefined');
- });
- `)
- })
-}
-
-// any
-func Test_underscore_collections_9(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('any', function() {
- var nativeSome = Array.prototype.some;
- Array.prototype.some = null;
- ok(!_.any([]), 'the empty set');
- ok(!_.any([false, false, false]), 'all false values');
- ok(_.any([false, false, true]), 'one true value');
- ok(_.any([null, 0, 'yes', false]), 'a string');
- ok(!_.any([null, 0, '', false]), 'falsy values');
- ok(!_.any([1, 11, 29], function(num){ return num % 2 == 0; }), 'all odd numbers');
- ok(_.any([1, 10, 29], function(num){ return num % 2 == 0; }), 'an even number');
- ok(_.any([1], _.identity) === true, 'cast to boolean - true');
- ok(_.any([0], _.identity) === false, 'cast to boolean - false');
- ok(_.some([false, false, true]), 'aliased as "some"');
- Array.prototype.some = nativeSome;
- });
- `)
- })
-}
-
-// include
-func Test_underscore_collections_10(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('include', function() {
- ok(_.include([1,2,3], 2), 'two is in the array');
- ok(!_.include([1,3,9], 2), 'two is not in the array');
- ok(_.contains({moe:1, larry:3, curly:9}, 3) === true, '_.include on objects checks their values');
- ok(_([1,2,3]).include(2), 'OO-style include');
- });
- `)
- })
-}
-
-// invoke
-func Test_underscore_collections_11(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('invoke', function() {
- var list = [[5, 1, 7], [3, 2, 1]];
- var result = _.invoke(list, 'sort');
- equal(result[0].join(', '), '1, 5, 7', 'first array sorted');
- equal(result[1].join(', '), '1, 2, 3', 'second array sorted');
- });
- `)
- })
-}
-
-// invoke w/ function reference
-func Test_underscore_collections_12(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('invoke w/ function reference', function() {
- var list = [[5, 1, 7], [3, 2, 1]];
- var result = _.invoke(list, Array.prototype.sort);
- equal(result[0].join(', '), '1, 5, 7', 'first array sorted');
- equal(result[1].join(', '), '1, 2, 3', 'second array sorted');
- });
- `)
- })
-}
-
-// invoke when strings have a call method
-func Test_underscore_collections_13(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('invoke when strings have a call method', function() {
- String.prototype.call = function() {
- return 42;
- };
- var list = [[5, 1, 7], [3, 2, 1]];
- var s = "foo";
- equal(s.call(), 42, "call function exists");
- var result = _.invoke(list, 'sort');
- equal(result[0].join(', '), '1, 5, 7', 'first array sorted');
- equal(result[1].join(', '), '1, 2, 3', 'second array sorted');
- delete String.prototype.call;
- equal(s.call, undefined, "call function removed");
- });
- `)
- })
-}
-
-// pluck
-func Test_underscore_collections_14(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('pluck', function() {
- var people = [{name : 'moe', age : 30}, {name : 'curly', age : 50}];
- equal(_.pluck(people, 'name').join(', '), 'moe, curly', 'pulls names out of objects');
- });
- `)
- })
-}
-
-// where
-func Test_underscore_collections_15(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('where', function() {
- var list = [{a: 1, b: 2}, {a: 2, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}];
- var result = _.where(list, {a: 1});
- equal(result.length, 3);
- equal(result[result.length - 1].b, 4);
- result = _.where(list, {b: 2});
- equal(result.length, 2);
- equal(result[0].a, 1);
- });
- `)
- })
-}
-
-// findWhere
-func Test_underscore_collections_16(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('findWhere', function() {
- var list = [{a: 1, b: 2}, {a: 2, b: 2}, {a: 1, b: 3}, {a: 1, b: 4}, {a: 2, b: 4}];
- var result = _.findWhere(list, {a: 1});
- deepEqual(result, {a: 1, b: 2});
- result = _.findWhere(list, {b: 4});
- deepEqual(result, {a: 1, b: 4});
- });
- `)
- })
-}
-
-// max
-func Test_underscore_collections_17(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('max', function() {
- equal(3, _.max([1, 2, 3]), 'can perform a regular Math.max');
-
- var neg = _.max([1, 2, 3], function(num){ return -num; });
- equal(neg, 1, 'can perform a computation-based max');
-
- equal(-Infinity, _.max({}), 'Maximum value of an empty object');
- equal(-Infinity, _.max([]), 'Maximum value of an empty array');
- equal(_.max({'a': 'a'}), -Infinity, 'Maximum value of a non-numeric collection');
-
- // TEST: Takes too long
- return;
-
- equal(299999, _.max(_.range(1,300000)), "Maximum value of a too-big array");
- });
- `)
- })
-}
-
-// min
-func Test_underscore_collections_18(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('min', function() {
- equal(1, _.min([1, 2, 3]), 'can perform a regular Math.min');
-
- var neg = _.min([1, 2, 3], function(num){ return -num; });
- equal(neg, 3, 'can perform a computation-based min');
-
- equal(Infinity, _.min({}), 'Minimum value of an empty object');
- equal(Infinity, _.min([]), 'Minimum value of an empty array');
- equal(_.min({'a': 'a'}), Infinity, 'Minimum value of a non-numeric collection');
-
- var now = new Date(9999999999);
- var then = new Date(0);
- equal(_.min([now, then]), then);
-
- // TEST: Takes too long
- return;
-
- equal(1, _.min(_.range(1,300000)), "Minimum value of a too-big array");
- });
- `)
- })
-}
-
-// sortBy
-func Test_underscore_collections_19(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('sortBy', function() {
- var people = [{name : 'curly', age : 50}, {name : 'moe', age : 30}];
- people = _.sortBy(people, function(person){ return person.age; });
- equal(_.pluck(people, 'name').join(', '), 'moe, curly', 'stooges sorted by age');
-
- var list = [undefined, 4, 1, undefined, 3, 2];
- equal(_.sortBy(list, _.identity).join(','), '1,2,3,4,,', 'sortBy with undefined values');
-
- var list = ["one", "two", "three", "four", "five"];
- var sorted = _.sortBy(list, 'length');
- equal(sorted.join(' '), 'one two four five three', 'sorted by length');
-
- function Pair(x, y) {
- this.x = x;
- this.y = y;
- }
-
- var collection = [
- new Pair(1, 1), new Pair(1, 2),
- new Pair(1, 3), new Pair(1, 4),
- new Pair(1, 5), new Pair(1, 6),
- new Pair(2, 1), new Pair(2, 2),
- new Pair(2, 3), new Pair(2, 4),
- new Pair(2, 5), new Pair(2, 6),
- new Pair(undefined, 1), new Pair(undefined, 2),
- new Pair(undefined, 3), new Pair(undefined, 4),
- new Pair(undefined, 5), new Pair(undefined, 6)
- ];
-
- var actual = _.sortBy(collection, function(pair) {
- return pair.x;
- });
-
- deepEqual(actual, collection, 'sortBy should be stable');
- });
- `)
- })
-}
-
-// groupBy
-func Test_underscore_collections_20(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('groupBy', function() {
- var parity = _.groupBy([1, 2, 3, 4, 5, 6], function(num){ return num % 2; });
- ok('0' in parity && '1' in parity, 'created a group for each value');
- equal(parity[0].join(', '), '2, 4, 6', 'put each even number in the right group');
-
- var list = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"];
- var grouped = _.groupBy(list, 'length');
- equal(grouped['3'].join(' '), 'one two six ten');
- equal(grouped['4'].join(' '), 'four five nine');
- equal(grouped['5'].join(' '), 'three seven eight');
-
- var context = {};
- _.groupBy([{}], function(){ ok(this === context); }, context);
-
- grouped = _.groupBy([4.2, 6.1, 6.4], function(num) {
- return Math.floor(num) > 4 ? 'hasOwnProperty' : 'constructor';
- });
- equal(grouped.constructor.length, 1);
- equal(grouped.hasOwnProperty.length, 2);
-
- var array = [{}];
- _.groupBy(array, function(value, index, obj){ ok(obj === array); });
-
- var array = [1, 2, 1, 2, 3];
- var grouped = _.groupBy(array);
- equal(grouped['1'].length, 2);
- equal(grouped['3'].length, 1);
- });
- `)
- })
-}
-
-// countBy
-func Test_underscore_collections_21(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('countBy', function() {
- var parity = _.countBy([1, 2, 3, 4, 5], function(num){ return num % 2 == 0; });
- equal(parity['true'], 2);
- equal(parity['false'], 3);
-
- var list = ["one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten"];
- var grouped = _.countBy(list, 'length');
- equal(grouped['3'], 4);
- equal(grouped['4'], 3);
- equal(grouped['5'], 3);
-
- var context = {};
- _.countBy([{}], function(){ ok(this === context); }, context);
-
- grouped = _.countBy([4.2, 6.1, 6.4], function(num) {
- return Math.floor(num) > 4 ? 'hasOwnProperty' : 'constructor';
- });
- equal(grouped.constructor, 1);
- equal(grouped.hasOwnProperty, 2);
-
- var array = [{}];
- _.countBy(array, function(value, index, obj){ ok(obj === array); });
-
- var array = [1, 2, 1, 2, 3];
- var grouped = _.countBy(array);
- equal(grouped['1'], 2);
- equal(grouped['3'], 1);
- });
- `)
- })
-}
-
-// sortedIndex
-func Test_underscore_collections_22(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('sortedIndex', function() {
- var numbers = [10, 20, 30, 40, 50], num = 35;
- var indexForNum = _.sortedIndex(numbers, num);
- equal(indexForNum, 3, '35 should be inserted at index 3');
-
- var indexFor30 = _.sortedIndex(numbers, 30);
- equal(indexFor30, 2, '30 should be inserted at index 2');
-
- var objects = [{x: 10}, {x: 20}, {x: 30}, {x: 40}];
- var iterator = function(obj){ return obj.x; };
- strictEqual(_.sortedIndex(objects, {x: 25}, iterator), 2);
- strictEqual(_.sortedIndex(objects, {x: 35}, 'x'), 3);
-
- var context = {1: 2, 2: 3, 3: 4};
- iterator = function(obj){ return this[obj]; };
- strictEqual(_.sortedIndex([1, 3], 2, iterator, context), 1);
- });
- `)
- })
-}
-
-// shuffle
-func Test_underscore_collections_23(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('shuffle', function() {
- var numbers = _.range(10);
- var shuffled = _.shuffle(numbers).sort();
- notStrictEqual(numbers, shuffled, 'original object is unmodified');
- equal(shuffled.join(','), numbers.join(','), 'contains the same members before and after shuffle');
- });
- `)
- })
-}
-
-// toArray
-func Test_underscore_collections_24(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('toArray', function() {
- ok(!_.isArray(arguments), 'arguments object is not an array');
- ok(_.isArray(_.toArray(arguments)), 'arguments object converted into array');
- var a = [1,2,3];
- ok(_.toArray(a) !== a, 'array is cloned');
- equal(_.toArray(a).join(', '), '1, 2, 3', 'cloned array contains same elements');
-
- var numbers = _.toArray({one : 1, two : 2, three : 3});
- equal(numbers.join(', '), '1, 2, 3', 'object flattened into array');
-
- // TEST: ReferenceError: document is not defined
- return;
-
- // test in IE < 9
- try {
- var actual = _.toArray(document.childNodes);
- } catch(ex) { }
-
- ok(_.isArray(actual), 'should not throw converting a node list');
- });
- `)
- })
-}
-
-// size
-func Test_underscore_collections_25(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('size', function() {
- equal(_.size({one : 1, two : 2, three : 3}), 3, 'can compute the size of an object');
- equal(_.size([1, 2, 3]), 3, 'can compute the size of an array');
-
- var func = function() {
- return _.size(arguments);
- };
-
- equal(func(1, 2, 3, 4), 4, 'can test the size of the arguments object');
-
- equal(_.size('hello'), 5, 'can compute the size of a string');
-
- equal(_.size(null), 0, 'handles nulls');
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_functions_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_functions_test.go
deleted file mode 100644
index be59e16b3..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_functions_test.go
+++ /dev/null
@@ -1,208 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// bind
-func Test_underscore_functions_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("bind", function() {
- var context = {name : 'moe'};
- var func = function(arg) { return "name: " + (this.name || arg); };
- var bound = _.bind(func, context);
- equal(bound(), 'name: moe', 'can bind a function to a context');
-
- bound = _(func).bind(context);
- equal(bound(), 'name: moe', 'can do OO-style binding');
-
- bound = _.bind(func, null, 'curly');
- equal(bound(), 'name: curly', 'can bind without specifying a context');
-
- func = function(salutation, name) { return salutation + ': ' + name; };
- func = _.bind(func, this, 'hello');
- equal(func('moe'), 'hello: moe', 'the function was partially applied in advance');
-
- func = _.bind(func, this, 'curly');
- equal(func(), 'hello: curly', 'the function was completely applied in advance');
-
- func = function(salutation, firstname, lastname) { return salutation + ': ' + firstname + ' ' + lastname; };
- func = _.bind(func, this, 'hello', 'moe', 'curly');
- equal(func(), 'hello: moe curly', 'the function was partially applied in advance and can accept multiple arguments');
-
- func = function(context, message) { equal(this, context, message); };
- _.bind(func, 0, 0, 'can bind a function to <0>')();
- _.bind(func, '', '', 'can bind a function to an empty string')();
- _.bind(func, false, false, 'can bind a function to <false>')();
-
- // These tests are only meaningful when using a browser without a native bind function
- // To test this with a modern browser, set underscore's nativeBind to undefined
- var F = function () { return this; };
- var Boundf = _.bind(F, {hello: "moe curly"});
- equal(Boundf().hello, "moe curly", "When called without the new operator, it's OK to be bound to the context");
- });
- `)
- })
-}
-
-// partial
-func Test_underscore_functions_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("partial", function() {
- var obj = {name: 'moe'};
- var func = function() { return this.name + ' ' + _.toArray(arguments).join(' '); };
-
- obj.func = _.partial(func, 'a', 'b');
- equal(obj.func('c', 'd'), 'moe a b c d', 'can partially apply');
- });
- `)
- })
-}
-
-// bindAll
-func Test_underscore_functions_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("bindAll", function() {
- var curly = {name : 'curly'}, moe = {
- name : 'moe',
- getName : function() { return 'name: ' + this.name; },
- sayHi : function() { return 'hi: ' + this.name; }
- };
- curly.getName = moe.getName;
- _.bindAll(moe, 'getName', 'sayHi');
- curly.sayHi = moe.sayHi;
- equal(curly.getName(), 'name: curly', 'unbound function is bound to current object');
- equal(curly.sayHi(), 'hi: moe', 'bound function is still bound to original object');
-
- curly = {name : 'curly'};
- moe = {
- name : 'moe',
- getName : function() { return 'name: ' + this.name; },
- sayHi : function() { return 'hi: ' + this.name; }
- };
- _.bindAll(moe);
- curly.sayHi = moe.sayHi;
- equal(curly.sayHi(), 'hi: moe', 'calling bindAll with no arguments binds all functions to the object');
- });
- `)
- })
-}
-
-// memoize
-func Test_underscore_functions_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("memoize", function() {
- var fib = function(n) {
- return n < 2 ? n : fib(n - 1) + fib(n - 2);
- };
- var fastFib = _.memoize(fib);
- equal(fib(10), 55, 'a memoized version of fibonacci produces identical results');
- equal(fastFib(10), 55, 'a memoized version of fibonacci produces identical results');
-
- var o = function(str) {
- return str;
- };
- var fastO = _.memoize(o);
- equal(o('toString'), 'toString', 'checks hasOwnProperty');
- equal(fastO('toString'), 'toString', 'checks hasOwnProperty');
- });
- `)
- })
-}
-
-// once
-func Test_underscore_functions_4(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("once", function() {
- var num = 0;
- var increment = _.once(function(){ num++; });
- increment();
- increment();
- equal(num, 1);
- });
- `)
- })
-}
-
-// wrap
-func Test_underscore_functions_5(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("wrap", function() {
- var greet = function(name){ return "hi: " + name; };
- var backwards = _.wrap(greet, function(func, name){ return func(name) + ' ' + name.split('').reverse().join(''); });
- equal(backwards('moe'), 'hi: moe eom', 'wrapped the saluation function');
-
- var inner = function(){ return "Hello "; };
- var obj = {name : "Moe"};
- obj.hi = _.wrap(inner, function(fn){ return fn() + this.name; });
- equal(obj.hi(), "Hello Moe");
-
- var noop = function(){};
- var wrapped = _.wrap(noop, function(fn){ return Array.prototype.slice.call(arguments, 0); });
- var ret = wrapped(['whats', 'your'], 'vector', 'victor');
- deepEqual(ret, [noop, ['whats', 'your'], 'vector', 'victor']);
- });
- `)
- })
-}
-
-// compose
-func Test_underscore_functions_6(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("compose", function() {
- var greet = function(name){ return "hi: " + name; };
- var exclaim = function(sentence){ return sentence + '!'; };
- var composed = _.compose(exclaim, greet);
- equal(composed('moe'), 'hi: moe!', 'can compose a function that takes another');
-
- composed = _.compose(greet, exclaim);
- equal(composed('moe'), 'hi: moe!', 'in this case, the functions are also commutative');
- });
- `)
- })
-}
-
-// after
-func Test_underscore_functions_7(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("after", function() {
- var testAfter = function(afterAmount, timesCalled) {
- var afterCalled = 0;
- var after = _.after(afterAmount, function() {
- afterCalled++;
- });
- while (timesCalled--) after();
- return afterCalled;
- };
-
- equal(testAfter(5, 5), 1, "after(N) should fire after being called N times");
- equal(testAfter(5, 4), 0, "after(N) should not fire unless called N times");
- equal(testAfter(0, 0), 1, "after(0) should fire immediately");
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_objects_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_objects_test.go
deleted file mode 100644
index ae9c5d5ff..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_objects_test.go
+++ /dev/null
@@ -1,822 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// keys
-func Test_underscore_objects_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("keys", function() {
- equal(_.keys({one : 1, two : 2}).join(', '), 'one, two', 'can extract the keys from an object');
- // the test above is not safe because it relies on for-in enumeration order
- var a = []; a[1] = 0;
- equal(_.keys(a).join(', '), '1', 'is not fooled by sparse arrays; see issue #95');
- raises(function() { _.keys(null); }, TypeError, 'throws an error for <null> values');
- raises(function() { _.keys(void 0); }, TypeError, 'throws an error for <undefined> values');
- raises(function() { _.keys(1); }, TypeError, 'throws an error for number primitives');
- raises(function() { _.keys('a'); }, TypeError, 'throws an error for string primitives');
- raises(function() { _.keys(true); }, TypeError, 'throws an error for boolean primitives');
- });
- `)
- })
-}
-
-// values
-func Test_underscore_objects_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("values", function() {
- equal(_.values({one: 1, two: 2}).join(', '), '1, 2', 'can extract the values from an object');
- equal(_.values({one: 1, two: 2, length: 3}).join(', '), '1, 2, 3', '... even when one of them is "length"');
- });
- `)
- })
-}
-
-// pairs
-func Test_underscore_objects_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("pairs", function() {
- deepEqual(_.pairs({one: 1, two: 2}), [['one', 1], ['two', 2]], 'can convert an object into pairs');
- deepEqual(_.pairs({one: 1, two: 2, length: 3}), [['one', 1], ['two', 2], ['length', 3]], '... even when one of them is "length"');
- });
- `)
- })
-}
-
-// invert
-func Test_underscore_objects_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("invert", function() {
- var obj = {first: 'Moe', second: 'Larry', third: 'Curly'};
- equal(_.keys(_.invert(obj)).join(' '), 'Moe Larry Curly', 'can invert an object');
- ok(_.isEqual(_.invert(_.invert(obj)), obj), 'two inverts gets you back where you started');
-
- var obj = {length: 3};
- ok(_.invert(obj)['3'] == 'length', 'can invert an object with "length"')
- });
- `)
- })
-}
-
-// functions
-func Test_underscore_objects_4(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("functions", function() {
- var obj = {a : 'dash', b : _.map, c : (/yo/), d : _.reduce};
- ok(_.isEqual(['b', 'd'], _.functions(obj)), 'can grab the function names of any passed-in object');
-
- var Animal = function(){};
- Animal.prototype.run = function(){};
- equal(_.functions(new Animal).join(''), 'run', 'also looks up functions on the prototype');
- });
- `)
- })
-}
-
-// extend
-func Test_underscore_objects_5(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("extend", function() {
- var result;
- equal(_.extend({}, {a:'b'}).a, 'b', 'can extend an object with the attributes of another');
- equal(_.extend({a:'x'}, {a:'b'}).a, 'b', 'properties in source override destination');
- equal(_.extend({x:'x'}, {a:'b'}).x, 'x', 'properties not in source dont get overriden');
- result = _.extend({x:'x'}, {a:'a'}, {b:'b'});
- ok(_.isEqual(result, {x:'x', a:'a', b:'b'}), 'can extend from multiple source objects');
- result = _.extend({x:'x'}, {a:'a', x:2}, {a:'b'});
- ok(_.isEqual(result, {x:2, a:'b'}), 'extending from multiple source objects last property trumps');
- result = _.extend({}, {a: void 0, b: null});
- equal(_.keys(result).join(''), 'ab', 'extend does not copy undefined values');
-
- try {
- result = {};
- _.extend(result, null, undefined, {a:1});
- } catch(ex) {}
-
- equal(result.a, 1, 'should not error on <null> or <undefined> sources');
- });
- `)
- })
-}
-
-// pick
-func Test_underscore_objects_6(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("pick", function() {
- var result;
- result = _.pick({a:1, b:2, c:3}, 'a', 'c');
- ok(_.isEqual(result, {a:1, c:3}), 'can restrict properties to those named');
- result = _.pick({a:1, b:2, c:3}, ['b', 'c']);
- ok(_.isEqual(result, {b:2, c:3}), 'can restrict properties to those named in an array');
- result = _.pick({a:1, b:2, c:3}, ['a'], 'b');
- ok(_.isEqual(result, {a:1, b:2}), 'can restrict properties to those named in mixed args');
-
- var Obj = function(){};
- Obj.prototype = {a: 1, b: 2, c: 3};
- ok(_.isEqual(_.pick(new Obj, 'a', 'c'), {a:1, c: 3}), 'include prototype props');
- });
- `)
- })
-}
-
-// omit
-func Test_underscore_objects_7(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("omit", function() {
- var result;
- result = _.omit({a:1, b:2, c:3}, 'b');
- ok(_.isEqual(result, {a:1, c:3}), 'can omit a single named property');
- result = _.omit({a:1, b:2, c:3}, 'a', 'c');
- ok(_.isEqual(result, {b:2}), 'can omit several named properties');
- result = _.omit({a:1, b:2, c:3}, ['b', 'c']);
- ok(_.isEqual(result, {a:1}), 'can omit properties named in an array');
-
- var Obj = function(){};
- Obj.prototype = {a: 1, b: 2, c: 3};
- ok(_.isEqual(_.omit(new Obj, 'b'), {a:1, c: 3}), 'include prototype props');
- });
- `)
- })
-}
-
-// defaults
-func Test_underscore_objects_8(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("defaults", function() {
- var result;
- var options = {zero: 0, one: 1, empty: "", nan: NaN, string: "string"};
-
- _.defaults(options, {zero: 1, one: 10, twenty: 20});
- equal(options.zero, 0, 'value exists');
- equal(options.one, 1, 'value exists');
- equal(options.twenty, 20, 'default applied');
-
- _.defaults(options, {empty: "full"}, {nan: "nan"}, {word: "word"}, {word: "dog"});
- equal(options.empty, "", 'value exists');
- ok(_.isNaN(options.nan), "NaN isn't overridden");
- equal(options.word, "word", 'new value is added, first one wins');
-
- try {
- options = {};
- _.defaults(options, null, undefined, {a:1});
- } catch(ex) {}
-
- equal(options.a, 1, 'should not error on <null> or <undefined> sources');
- });
- `)
- })
-}
-
-// clone
-func Test_underscore_objects_9(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("clone", function() {
- var moe = {name : 'moe', lucky : [13, 27, 34]};
- var clone = _.clone(moe);
- equal(clone.name, 'moe', 'the clone as the attributes of the original');
-
- clone.name = 'curly';
- ok(clone.name == 'curly' && moe.name == 'moe', 'clones can change shallow attributes without affecting the original');
-
- clone.lucky.push(101);
- equal(_.last(moe.lucky), 101, 'changes to deep attributes are shared with the original');
-
- equal(_.clone(undefined), void 0, 'non objects should not be changed by clone');
- equal(_.clone(1), 1, 'non objects should not be changed by clone');
- equal(_.clone(null), null, 'non objects should not be changed by clone');
- });
- `)
- })
-}
-
-// isEqual
-func Test_underscore_objects_10(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isEqual", function() {
- function First() {
- this.value = 1;
- }
- First.prototype.value = 1;
- function Second() {
- this.value = 1;
- }
- Second.prototype.value = 2;
-
- // Basic equality and identity comparisons.
- ok(_.isEqual(null, null), "<null> is equal to <null>");
- ok(_.isEqual(), "<undefined> is equal to <undefined>");
-
- ok(!_.isEqual(0, -0), "<0> is not equal to <-0>");
- ok(!_.isEqual(-0, 0), "Commutative equality is implemented for <0> and <-0>");
- ok(!_.isEqual(null, undefined), "<null> is not equal to <undefined>");
- ok(!_.isEqual(undefined, null), "Commutative equality is implemented for <null> and <undefined>");
-
- // String object and primitive comparisons.
- ok(_.isEqual("Curly", "Curly"), "Identical string primitives are equal");
- ok(_.isEqual(new String("Curly"), new String("Curly")), "String objects with identical primitive values are equal");
- ok(_.isEqual(new String("Curly"), "Curly"), "String primitives and their corresponding object wrappers are equal");
- ok(_.isEqual("Curly", new String("Curly")), "Commutative equality is implemented for string objects and primitives");
-
- ok(!_.isEqual("Curly", "Larry"), "String primitives with different values are not equal");
- ok(!_.isEqual(new String("Curly"), new String("Larry")), "String objects with different primitive values are not equal");
- ok(!_.isEqual(new String("Curly"), {toString: function(){ return "Curly"; }}), "String objects and objects with a custom <toString> method are not equal");
-
- // Number object and primitive comparisons.
- ok(_.isEqual(75, 75), "Identical number primitives are equal");
- ok(_.isEqual(new Number(75), new Number(75)), "Number objects with identical primitive values are equal");
- ok(_.isEqual(75, new Number(75)), "Number primitives and their corresponding object wrappers are equal");
- ok(_.isEqual(new Number(75), 75), "Commutative equality is implemented for number objects and primitives");
- ok(!_.isEqual(new Number(0), -0), "<new Number(0)> and <-0> are not equal");
- ok(!_.isEqual(0, new Number(-0)), "Commutative equality is implemented for <new Number(0)> and <-0>");
-
- ok(!_.isEqual(new Number(75), new Number(63)), "Number objects with different primitive values are not equal");
- ok(!_.isEqual(new Number(63), {valueOf: function(){ return 63; }}), "Number objects and objects with a <valueOf> method are not equal");
-
- // Comparisons involving <NaN>.
- ok(_.isEqual(NaN, NaN), "<NaN> is equal to <NaN>");
- ok(!_.isEqual(61, NaN), "A number primitive is not equal to <NaN>");
- ok(!_.isEqual(new Number(79), NaN), "A number object is not equal to <NaN>");
- ok(!_.isEqual(Infinity, NaN), "<Infinity> is not equal to <NaN>");
-
- // Boolean object and primitive comparisons.
- ok(_.isEqual(true, true), "Identical boolean primitives are equal");
- ok(_.isEqual(new Boolean, new Boolean), "Boolean objects with identical primitive values are equal");
- ok(_.isEqual(true, new Boolean(true)), "Boolean primitives and their corresponding object wrappers are equal");
- ok(_.isEqual(new Boolean(true), true), "Commutative equality is implemented for booleans");
- ok(!_.isEqual(new Boolean(true), new Boolean), "Boolean objects with different primitive values are not equal");
-
- // Common type coercions.
- ok(!_.isEqual(true, new Boolean(false)), "Boolean objects are not equal to the boolean primitive <true>");
- ok(!_.isEqual("75", 75), "String and number primitives with like values are not equal");
- ok(!_.isEqual(new Number(63), new String(63)), "String and number objects with like values are not equal");
- ok(!_.isEqual(75, "75"), "Commutative equality is implemented for like string and number values");
- ok(!_.isEqual(0, ""), "Number and string primitives with like values are not equal");
- ok(!_.isEqual(1, true), "Number and boolean primitives with like values are not equal");
- ok(!_.isEqual(new Boolean(false), new Number(0)), "Boolean and number objects with like values are not equal");
- ok(!_.isEqual(false, new String("")), "Boolean primitives and string objects with like values are not equal");
- ok(!_.isEqual(12564504e5, new Date(2009, 9, 25)), "Dates and their corresponding numeric primitive values are not equal");
-
- // Dates.
- ok(_.isEqual(new Date(2009, 9, 25), new Date(2009, 9, 25)), "Date objects referencing identical times are equal");
- ok(!_.isEqual(new Date(2009, 9, 25), new Date(2009, 11, 13)), "Date objects referencing different times are not equal");
- ok(!_.isEqual(new Date(2009, 11, 13), {
- getTime: function(){
- return 12606876e5;
- }
- }), "Date objects and objects with a <getTime> method are not equal");
- ok(!_.isEqual(new Date("Curly"), new Date("Curly")), "Invalid dates are not equal");
-
- // Functions.
- ok(!_.isEqual(First, Second), "Different functions with identical bodies and source code representations are not equal");
-
- // RegExps.
- ok(_.isEqual(/(?:)/gim, /(?:)/gim), "RegExps with equivalent patterns and flags are equal");
- ok(!_.isEqual(/(?:)/g, /(?:)/gi), "RegExps with equivalent patterns and different flags are not equal");
- ok(!_.isEqual(/Moe/gim, /Curly/gim), "RegExps with different patterns and equivalent flags are not equal");
- ok(!_.isEqual(/(?:)/gi, /(?:)/g), "Commutative equality is implemented for RegExps");
- ok(!_.isEqual(/Curly/g, {source: "Larry", global: true, ignoreCase: false, multiline: false}), "RegExps and RegExp-like objects are not equal");
-
- // Empty arrays, array-like objects, and object literals.
- ok(_.isEqual({}, {}), "Empty object literals are equal");
- ok(_.isEqual([], []), "Empty array literals are equal");
- ok(_.isEqual([{}], [{}]), "Empty nested arrays and objects are equal");
- ok(!_.isEqual({length: 0}, []), "Array-like objects and arrays are not equal.");
- ok(!_.isEqual([], {length: 0}), "Commutative equality is implemented for array-like objects");
-
- ok(!_.isEqual({}, []), "Object literals and array literals are not equal");
- ok(!_.isEqual([], {}), "Commutative equality is implemented for objects and arrays");
-
- // Arrays with primitive and object values.
- ok(_.isEqual([1, "Larry", true], [1, "Larry", true]), "Arrays containing identical primitives are equal");
- ok(_.isEqual([(/Moe/g), new Date(2009, 9, 25)], [(/Moe/g), new Date(2009, 9, 25)]), "Arrays containing equivalent elements are equal");
-
- // Multi-dimensional arrays.
- var a = [new Number(47), false, "Larry", /Moe/, new Date(2009, 11, 13), ['running', 'biking', new String('programming')], {a: 47}];
- var b = [new Number(47), false, "Larry", /Moe/, new Date(2009, 11, 13), ['running', 'biking', new String('programming')], {a: 47}];
- ok(_.isEqual(a, b), "Arrays containing nested arrays and objects are recursively compared");
-
- // Overwrite the methods defined in ES 5.1 section 15.4.4.
- a.forEach = a.map = a.filter = a.every = a.indexOf = a.lastIndexOf = a.some = a.reduce = a.reduceRight = null;
- b.join = b.pop = b.reverse = b.shift = b.slice = b.splice = b.concat = b.sort = b.unshift = null;
-
- // Array elements and properties.
- ok(_.isEqual(a, b), "Arrays containing equivalent elements and different non-numeric properties are equal");
- a.push("White Rocks");
- ok(!_.isEqual(a, b), "Arrays of different lengths are not equal");
- a.push("East Boulder");
- b.push("Gunbarrel Ranch", "Teller Farm");
- ok(!_.isEqual(a, b), "Arrays of identical lengths containing different elements are not equal");
-
- // Sparse arrays.
- ok(_.isEqual(Array(3), Array(3)), "Sparse arrays of identical lengths are equal");
- ok(!_.isEqual(Array(3), Array(6)), "Sparse arrays of different lengths are not equal when both are empty");
-
- // Simple objects.
- ok(_.isEqual({a: "Curly", b: 1, c: true}, {a: "Curly", b: 1, c: true}), "Objects containing identical primitives are equal");
- ok(_.isEqual({a: /Curly/g, b: new Date(2009, 11, 13)}, {a: /Curly/g, b: new Date(2009, 11, 13)}), "Objects containing equivalent members are equal");
- ok(!_.isEqual({a: 63, b: 75}, {a: 61, b: 55}), "Objects of identical sizes with different values are not equal");
- ok(!_.isEqual({a: 63, b: 75}, {a: 61, c: 55}), "Objects of identical sizes with different property names are not equal");
- ok(!_.isEqual({a: 1, b: 2}, {a: 1}), "Objects of different sizes are not equal");
- ok(!_.isEqual({a: 1}, {a: 1, b: 2}), "Commutative equality is implemented for objects");
- ok(!_.isEqual({x: 1, y: undefined}, {x: 1, z: 2}), "Objects with identical keys and different values are not equivalent");
-
- // <A> contains nested objects and arrays.
- a = {
- name: new String("Moe Howard"),
- age: new Number(77),
- stooge: true,
- hobbies: ["acting"],
- film: {
- name: "Sing a Song of Six Pants",
- release: new Date(1947, 9, 30),
- stars: [new String("Larry Fine"), "Shemp Howard"],
- minutes: new Number(16),
- seconds: 54
- }
- };
-
- // <B> contains equivalent nested objects and arrays.
- b = {
- name: new String("Moe Howard"),
- age: new Number(77),
- stooge: true,
- hobbies: ["acting"],
- film: {
- name: "Sing a Song of Six Pants",
- release: new Date(1947, 9, 30),
- stars: [new String("Larry Fine"), "Shemp Howard"],
- minutes: new Number(16),
- seconds: 54
- }
- };
- ok(_.isEqual(a, b), "Objects with nested equivalent members are recursively compared");
-
- // Instances.
- ok(_.isEqual(new First, new First), "Object instances are equal");
- ok(!_.isEqual(new First, new Second), "Objects with different constructors and identical own properties are not equal");
- ok(!_.isEqual({value: 1}, new First), "Object instances and objects sharing equivalent properties are not equal");
- ok(!_.isEqual({value: 2}, new Second), "The prototype chain of objects should not be examined");
-
- // Circular Arrays.
- (a = []).push(a);
- (b = []).push(b);
- ok(_.isEqual(a, b), "Arrays containing circular references are equal");
- a.push(new String("Larry"));
- b.push(new String("Larry"));
- ok(_.isEqual(a, b), "Arrays containing circular references and equivalent properties are equal");
- a.push("Shemp");
- b.push("Curly");
- ok(!_.isEqual(a, b), "Arrays containing circular references and different properties are not equal");
-
- // More circular arrays #767.
- a = ["everything is checked but", "this", "is not"];
- a[1] = a;
- b = ["everything is checked but", ["this", "array"], "is not"];
- ok(!_.isEqual(a, b), "Comparison of circular references with non-circular references are not equal");
-
- // Circular Objects.
- a = {abc: null};
- b = {abc: null};
- a.abc = a;
- b.abc = b;
- ok(_.isEqual(a, b), "Objects containing circular references are equal");
- a.def = 75;
- b.def = 75;
- ok(_.isEqual(a, b), "Objects containing circular references and equivalent properties are equal");
- a.def = new Number(75);
- b.def = new Number(63);
- ok(!_.isEqual(a, b), "Objects containing circular references and different properties are not equal");
-
- // More circular objects #767.
- a = {everything: "is checked", but: "this", is: "not"};
- a.but = a;
- b = {everything: "is checked", but: {that:"object"}, is: "not"};
- ok(!_.isEqual(a, b), "Comparison of circular references with non-circular object references are not equal");
-
- // Cyclic Structures.
- a = [{abc: null}];
- b = [{abc: null}];
- (a[0].abc = a).push(a);
- (b[0].abc = b).push(b);
- ok(_.isEqual(a, b), "Cyclic structures are equal");
- a[0].def = "Larry";
- b[0].def = "Larry";
- ok(_.isEqual(a, b), "Cyclic structures containing equivalent properties are equal");
- a[0].def = new String("Larry");
- b[0].def = new String("Curly");
- ok(!_.isEqual(a, b), "Cyclic structures containing different properties are not equal");
-
- // Complex Circular References.
- a = {foo: {b: {foo: {c: {foo: null}}}}};
- b = {foo: {b: {foo: {c: {foo: null}}}}};
- a.foo.b.foo.c.foo = a;
- b.foo.b.foo.c.foo = b;
- ok(_.isEqual(a, b), "Cyclic structures with nested and identically-named properties are equal");
-
- // Chaining.
- ok(!_.isEqual(_({x: 1, y: undefined}).chain(), _({x: 1, z: 2}).chain()), 'Chained objects containing different values are not equal');
-
- a = _({x: 1, y: 2}).chain();
- b = _({x: 1, y: 2}).chain();
- equal(_.isEqual(a.isEqual(b), _(true)), true, '<isEqual> can be chained');
-
- // TEST: ???
- return;
-
- // Objects from another frame.
- ok(_.isEqual({}, iObject));
- });
- `)
- })
-}
-
-// isEmpty
-func Test_underscore_objects_11(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isEmpty", function() {
- ok(!_([1]).isEmpty(), '[1] is not empty');
- ok(_.isEmpty([]), '[] is empty');
- ok(!_.isEmpty({one : 1}), '{one : 1} is not empty');
- ok(_.isEmpty({}), '{} is empty');
- ok(_.isEmpty(new RegExp('')), 'objects with prototype properties are empty');
- ok(_.isEmpty(null), 'null is empty');
- ok(_.isEmpty(), 'undefined is empty');
- ok(_.isEmpty(''), 'the empty string is empty');
- ok(!_.isEmpty('moe'), 'but other strings are not');
-
- var obj = {one : 1};
- delete obj.one;
- ok(_.isEmpty(obj), 'deleting all the keys from an object empties it');
- });
- `)
- })
-}
-
-// isElement
-func Test_underscore_objects_12(t *testing.T) {
- // TEST: ReferenceError: $ is not defined
- return
-
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isElement", function() {
- ok(!_.isElement('div'), 'strings are not dom elements');
- ok(_.isElement($('html')[0]), 'the html tag is a DOM element');
- ok(_.isElement(iElement), 'even from another frame');
- });
- `)
- })
-}
-
-// isArguments
-func Test_underscore_objects_13(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isArguments", function() {
- var args = (function(){ return arguments; })(1, 2, 3);
- ok(!_.isArguments('string'), 'a string is not an arguments object');
- ok(!_.isArguments(_.isArguments), 'a function is not an arguments object');
- ok(_.isArguments(args), 'but the arguments object is an arguments object');
- ok(!_.isArguments(_.toArray(args)), 'but not when it\'s converted into an array');
- ok(!_.isArguments([1,2,3]), 'and not vanilla arrays.');
-
- // TEST: ReferenceError: iArguments is not defined
- return;
- ok(_.isArguments(iArguments), 'even from another frame');
- });
- `)
- })
-}
-
-// isObject
-func Test_underscore_objects_14(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isObject", function() {
- ok(_.isObject(arguments), 'the arguments object is object');
- ok(_.isObject([1, 2, 3]), 'and arrays');
- // TEST: ReferenceError: $ is not defined
- return;
- ok(_.isObject($('html')[0]), 'and DOM element');
- ok(_.isObject(iElement), 'even from another frame');
- ok(_.isObject(function () {}), 'and functions');
- ok(_.isObject(iFunction), 'even from another frame');
- ok(!_.isObject(null), 'but not null');
- ok(!_.isObject(undefined), 'and not undefined');
- ok(!_.isObject('string'), 'and not string');
- ok(!_.isObject(12), 'and not number');
- ok(!_.isObject(true), 'and not boolean');
- ok(_.isObject(new String('string')), 'but new String()');
- });
- `)
- })
-}
-
-// isArray
-func Test_underscore_objects_15(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isArray", function() {
- ok(!_.isArray(arguments), 'the arguments object is not an array');
- ok(_.isArray([1, 2, 3]), 'but arrays are');
- // TEST: ???
- return;
- ok(_.isArray(iArray), 'even from another frame');
- });
- `)
- })
-}
-
-// isString
-func Test_underscore_objects_16(t *testing.T) {
- // TEST: ReferenceError: document is not defined
- return
-
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isString", function() {
- ok(!_.isString(document.body), 'the document body is not a string');
- ok(_.isString([1, 2, 3].join(', ')), 'but strings are');
- // TEST: ???
- return;
- ok(_.isString(iString), 'even from another frame');
- });
- `)
- })
-}
-
-// isNumber
-func Test_underscore_objects_17(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isNumber", function() {
- ok(!_.isNumber('string'), 'a string is not a number');
- ok(!_.isNumber(arguments), 'the arguments object is not a number');
- ok(!_.isNumber(undefined), 'undefined is not a number');
- ok(_.isNumber(3 * 4 - 7 / 10), 'but numbers are');
- ok(_.isNumber(NaN), 'NaN *is* a number');
- ok(_.isNumber(Infinity), 'Infinity is a number');
- // TEST: ???
- return;
- ok(_.isNumber(iNumber), 'even from another frame');
- ok(!_.isNumber('1'), 'numeric strings are not numbers');
- });
- `)
- })
-}
-
-// isBoolean
-func Test_underscore_objects_18(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isBoolean", function() {
- ok(!_.isBoolean(2), 'a number is not a boolean');
- ok(!_.isBoolean("string"), 'a string is not a boolean');
- ok(!_.isBoolean("false"), 'the string "false" is not a boolean');
- ok(!_.isBoolean("true"), 'the string "true" is not a boolean');
- ok(!_.isBoolean(arguments), 'the arguments object is not a boolean');
- ok(!_.isBoolean(undefined), 'undefined is not a boolean');
- ok(!_.isBoolean(NaN), 'NaN is not a boolean');
- ok(!_.isBoolean(null), 'null is not a boolean');
- ok(_.isBoolean(true), 'but true is');
- ok(_.isBoolean(false), 'and so is false');
- // TEST: ???
- return;
- ok(_.isBoolean(iBoolean), 'even from another frame');
- });
- `)
- })
-}
-
-// isFunction
-func Test_underscore_objects_19(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isFunction", function() {
- ok(!_.isFunction([1, 2, 3]), 'arrays are not functions');
- ok(!_.isFunction('moe'), 'strings are not functions');
- ok(_.isFunction(_.isFunction), 'but functions are');
- // TEST: ???
- return;
- ok(_.isFunction(iFunction), 'even from another frame');
- });
- `)
- })
-}
-
-// isDate
-func Test_underscore_objects_20(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isDate", function() {
- ok(!_.isDate(100), 'numbers are not dates');
- ok(!_.isDate({}), 'objects are not dates');
- ok(_.isDate(new Date()), 'but dates are');
- // TEST: ???
- return;
- ok(_.isDate(iDate), 'even from another frame');
- });
- `)
- })
-}
-
-// isRegExp
-func Test_underscore_objects_21(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isRegExp", function() {
- ok(!_.isRegExp(_.identity), 'functions are not RegExps');
- ok(_.isRegExp(/identity/), 'but RegExps are');
- // TEST: ???
- return;
- ok(_.isRegExp(iRegExp), 'even from another frame');
- });
- `)
- })
-}
-
-// isFinite
-func Test_underscore_objects_22(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isFinite", function() {
- ok(!_.isFinite(undefined), 'undefined is not Finite');
- ok(!_.isFinite(null), 'null is not Finite');
- ok(!_.isFinite(NaN), 'NaN is not Finite');
- ok(!_.isFinite(Infinity), 'Infinity is not Finite');
- ok(!_.isFinite(-Infinity), '-Infinity is not Finite');
- ok(_.isFinite('12'), 'Numeric strings are numbers');
- ok(!_.isFinite('1a'), 'Non numeric strings are not numbers');
- ok(!_.isFinite(''), 'Empty strings are not numbers');
- var obj = new Number(5);
- ok(_.isFinite(obj), 'Number instances can be finite');
- ok(_.isFinite(0), '0 is Finite');
- ok(_.isFinite(123), 'Ints are Finite');
- ok(_.isFinite(-12.44), 'Floats are Finite');
- });
- `)
- })
-}
-
-// isNaN
-func Test_underscore_objects_23(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isNaN", function() {
- ok(!_.isNaN(undefined), 'undefined is not NaN');
- ok(!_.isNaN(null), 'null is not NaN');
- ok(!_.isNaN(0), '0 is not NaN');
- ok(_.isNaN(NaN), 'but NaN is');
- // TEST: ???
- return;
- ok(_.isNaN(iNaN), 'even from another frame');
- ok(_.isNaN(new Number(NaN)), 'wrapped NaN is still NaN');
- });
- `)
- })
-}
-
-// isNull
-func Test_underscore_objects_24(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isNull", function() {
- ok(!_.isNull(undefined), 'undefined is not null');
- ok(!_.isNull(NaN), 'NaN is not null');
- ok(_.isNull(null), 'but null is');
- // TEST: ???
- return;
- ok(_.isNull(iNull), 'even from another frame');
- });
- `)
- })
-}
-
-// isUndefined
-func Test_underscore_objects_25(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("isUndefined", function() {
- ok(!_.isUndefined(1), 'numbers are defined');
- ok(!_.isUndefined(null), 'null is defined');
- ok(!_.isUndefined(false), 'false is defined');
- ok(!_.isUndefined(NaN), 'NaN is defined');
- ok(_.isUndefined(), 'nothing is undefined');
- ok(_.isUndefined(undefined), 'undefined is undefined');
- // TEST: ???
- return;
- ok(_.isUndefined(iUndefined), 'even from another frame');
- });
- `)
- })
-}
-
-// tap
-func Test_underscore_objects_26(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("tap", function() {
- var intercepted = null;
- var interceptor = function(obj) { intercepted = obj; };
- var returned = _.tap(1, interceptor);
- equal(intercepted, 1, "passes tapped object to interceptor");
- equal(returned, 1, "returns tapped object");
-
- returned = _([1,2,3]).chain().
- map(function(n){ return n * 2; }).
- max().
- tap(interceptor).
- value();
- ok(returned == 6 && intercepted == 6, 'can use tapped objects in a chain');
- });
- `)
- })
-}
-
-// has
-func Test_underscore_objects_27(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("has", function () {
- var obj = {foo: "bar", func: function () {} };
- ok (_.has(obj, "foo"), "has() checks that the object has a property.");
- ok (_.has(obj, "baz") == false, "has() returns false if the object doesn't have the property.");
- ok (_.has(obj, "func"), "has() works for functions too.");
- obj.hasOwnProperty = null;
- ok (_.has(obj, "foo"), "has() works even when the hasOwnProperty method is deleted.");
- var child = {};
- child.prototype = obj;
- ok (_.has(child, "foo") == false, "has() does not check the prototype chain for a property.")
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_test.go
deleted file mode 100644
index 96c8f2e93..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_test.go
+++ /dev/null
@@ -1,165 +0,0 @@
-package otto
-
-import (
- "./terst"
- "testing"
-
- "github.com/robertkrimen/otto/underscore"
-)
-
-func init() {
- underscore.Disable()
-}
-
-// A persistent handle for the underscore tester
-// We do not run underscore tests in parallel, so it is okay to stash globally
-// (Maybe use sync.Pool in the future...)
-var tester_ *_tester
-
-// A tester for underscore: test_ => test(underscore) :)
-func test_(arguments ...interface{}) (func(string, ...interface{}) Value, *_tester) {
- tester := tester_
- if tester == nil {
- tester = newTester()
- tester.underscore() // Load underscore and testing shim, etc.
- tester_ = tester
- }
-
- return tester.test, tester
-}
-
-func (self *_tester) underscore() {
- vm := self.vm
- _, err := vm.Run(underscore.Source())
- if err != nil {
- panic(err)
- }
-
- vm.Set("assert", func(call FunctionCall) Value {
- if !toBoolean(call.Argument(0)) {
- message := "Assertion failed"
- if len(call.ArgumentList) > 1 {
- message = toString(call.ArgumentList[1])
- }
- t := terst.Caller().T()
- is(message, nil)
- t.Fail()
- return FalseValue()
- }
- return TrueValue()
- })
-
- vm.Run(`
- var templateSettings;
-
- function _setup() {
- templateSettings = _.clone(_.templateSettings);
- }
-
- function _teardown() {
- _.templateSettings = templateSettings;
- }
-
- function module() {
- /* Nothing happens. */
- }
-
- function equals(a, b, emit) {
- assert(a == b, emit + ", <" + a + "> != <" + b + ">");
- }
- var equal = equals;
-
- function notStrictEqual(a, b, emit) {
- assert(a !== b, emit);
- }
-
- function strictEqual(a, b, emit) {
- assert(a === b, emit);
- }
-
- function ok(a, emit) {
- assert(a, emit);
- }
-
- function raises(fn, want, emit) {
- var have, _ok = false;
- if (typeof want === "string") {
- emit = want;
- want = null;
- }
-
- try {
- fn();
- } catch(tmp) {
- have = tmp;
- }
-
- if (have) {
- if (!want) {
- _ok = true;
- }
- else if (want instanceof RegExp) {
- _ok = want.test(have);
- }
- else if (have instanceof want) {
- _ok = true
- }
- else if (want.call({}, have) === true) {
- _ok = true;
- }
- }
-
- ok(_ok, emit);
- }
-
- function test(name){
- _setup()
- try {
- templateSettings = _.clone(_.templateSettings);
- if (arguments.length == 3) {
- count = 0
- for (count = 0; count < arguments[1]; count++) {
- arguments[2]()
- }
- } else {
- // For now.
- arguments[1]()
- }
- }
- finally {
- _teardown()
- }
- }
-
- function deepEqual(a, b, emit) {
- // Also, for now.
- assert(_.isEqual(a, b), emit)
- }
- `)
-}
-
-func Test_underscore(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- _.map([1, 2, 3], function(value){
- return value + 1
- })
- `, "2,3,4")
-
- test(`
- abc = _.find([1, 2, 3, -1], function(value) { return value == -1 })
- `, -1)
-
- test(`_.isEqual(1, 1)`, true)
- test(`_.isEqual([], [])`, true)
- test(`_.isEqual(['b', 'd'], ['b', 'd'])`, true)
- test(`_.isEqual(['b', 'd', 'c'], ['b', 'd', 'e'])`, false)
- test(`_.isFunction(function(){})`, true)
- test(`_.template('<p>\u2028<%= "\\u2028\\u2029" %>\u2029</p>')()`, "<p>\u2028\u2028\u2029\u2029</p>")
- })
-}
-
-// TODO Test: typeof An argument reference
-// TODO Test: abc = {}; abc == Object(abc)
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_utility_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/underscore_utility_test.go
deleted file mode 100644
index ebabb083b..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/underscore_utility_test.go
+++ /dev/null
@@ -1,419 +0,0 @@
-package otto
-
-import (
- "testing"
-)
-
-// #750 - Return _ instance.
-func Test_underscore_utility_0(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("#750 - Return _ instance.", 2, function() {
- var instance = _([]);
- ok(_(instance) === instance);
- ok(new _(instance) === instance);
- });
- `)
- })
-}
-
-// identity
-func Test_underscore_utility_1(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("identity", function() {
- var moe = {name : 'moe'};
- equal(_.identity(moe), moe, 'moe is the same as his identity');
- });
- `)
- })
-}
-
-// random
-func Test_underscore_utility_2(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("random", function() {
- var array = _.range(1000);
- var min = Math.pow(2, 31);
- var max = Math.pow(2, 62);
-
- ok(_.every(array, function() {
- return _.random(min, max) >= min;
- }), "should produce a random number greater than or equal to the minimum number");
-
- ok(_.some(array, function() {
- return _.random(Number.MAX_VALUE) > 0;
- }), "should produce a random number when passed <Number.MAX_VALUE>");
- });
- `)
- })
-}
-
-// uniqueId
-func Test_underscore_utility_3(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("uniqueId", function() {
- var ids = [], i = 0;
- while(i++ < 100) ids.push(_.uniqueId());
- equal(_.uniq(ids).length, ids.length, 'can generate a globally-unique stream of ids');
- });
- `)
- })
-}
-
-// times
-func Test_underscore_utility_4(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("times", function() {
- var vals = [];
- _.times(3, function (i) { vals.push(i); });
- ok(_.isEqual(vals, [0,1,2]), "is 0 indexed");
- //
- vals = [];
- _(3).times(function(i) { vals.push(i); });
- ok(_.isEqual(vals, [0,1,2]), "works as a wrapper");
- // collects return values
- ok(_.isEqual([0, 1, 2], _.times(3, function(i) { return i; })), "collects return values");
- });
- `)
- })
-}
-
-// mixin
-func Test_underscore_utility_5(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("mixin", function() {
- _.mixin({
- myReverse: function(string) {
- return string.split('').reverse().join('');
- }
- });
- equal(_.myReverse('panacea'), 'aecanap', 'mixed in a function to _');
- equal(_('champ').myReverse(), 'pmahc', 'mixed in a function to the OOP wrapper');
- });
- `)
- })
-}
-
-// _.escape
-func Test_underscore_utility_6(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("_.escape", function() {
- equal(_.escape("Curly & Moe"), "Curly &amp; Moe");
- equal(_.escape("Curly &amp; Moe"), "Curly &amp;amp; Moe");
- equal(_.escape(null), '');
- });
- `)
- })
-}
-
-// _.unescape
-func Test_underscore_utility_7(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("_.unescape", function() {
- var string = "Curly & Moe";
- equal(_.unescape("Curly &amp; Moe"), string);
- equal(_.unescape("Curly &amp;amp; Moe"), "Curly &amp; Moe");
- equal(_.unescape(null), '');
- equal(_.unescape(_.escape(string)), string);
- });
- `)
- })
-}
-
-// template
-func Test_underscore_utility_8(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test("template", function() {
- var basicTemplate = _.template("<%= thing %> is gettin' on my noives!");
- var result = basicTemplate({thing : 'This'});
- equal(result, "This is gettin' on my noives!", 'can do basic attribute interpolation');
-
- var sansSemicolonTemplate = _.template("A <% this %> B");
- equal(sansSemicolonTemplate(), "A B");
-
- var backslashTemplate = _.template("<%= thing %> is \\ridanculous");
- equal(backslashTemplate({thing: 'This'}), "This is \\ridanculous");
-
- var escapeTemplate = _.template('<%= a ? "checked=\\"checked\\"" : "" %>');
- equal(escapeTemplate({a: true}), 'checked="checked"', 'can handle slash escapes in interpolations.');
-
- var fancyTemplate = _.template("<ul><% \
- for (var key in people) { \
- %><li><%= people[key] %></li><% } %></ul>");
- result = fancyTemplate({people : {moe : "Moe", larry : "Larry", curly : "Curly"}});
- equal(result, "<ul><li>Moe</li><li>Larry</li><li>Curly</li></ul>", 'can run arbitrary javascript in templates');
-
- var escapedCharsInJavascriptTemplate = _.template("<ul><% _.each(numbers.split('\\n'), function(item) { %><li><%= item %></li><% }) %></ul>");
- result = escapedCharsInJavascriptTemplate({numbers: "one\ntwo\nthree\nfour"});
- equal(result, "<ul><li>one</li><li>two</li><li>three</li><li>four</li></ul>", 'Can use escaped characters (e.g. \\n) in Javascript');
-
- var namespaceCollisionTemplate = _.template("<%= pageCount %> <%= thumbnails[pageCount] %> <% _.each(thumbnails, function(p) { %><div class=\"thumbnail\" rel=\"<%= p %>\"></div><% }); %>");
- result = namespaceCollisionTemplate({
- pageCount: 3,
- thumbnails: {
- 1: "p1-thumbnail.gif",
- 2: "p2-thumbnail.gif",
- 3: "p3-thumbnail.gif"
- }
- });
- equal(result, "3 p3-thumbnail.gif <div class=\"thumbnail\" rel=\"p1-thumbnail.gif\"></div><div class=\"thumbnail\" rel=\"p2-thumbnail.gif\"></div><div class=\"thumbnail\" rel=\"p3-thumbnail.gif\"></div>");
-
- var noInterpolateTemplate = _.template("<div><p>Just some text. Hey, I know this is silly but it aids consistency.</p></div>");
- result = noInterpolateTemplate();
- equal(result, "<div><p>Just some text. Hey, I know this is silly but it aids consistency.</p></div>");
-
- var quoteTemplate = _.template("It's its, not it's");
- equal(quoteTemplate({}), "It's its, not it's");
-
- var quoteInStatementAndBody = _.template("<%\
- if(foo == 'bar'){ \
- %>Statement quotes and 'quotes'.<% } %>");
- equal(quoteInStatementAndBody({foo: "bar"}), "Statement quotes and 'quotes'.");
-
- var withNewlinesAndTabs = _.template('This\n\t\tis: <%= x %>.\n\tok.\nend.');
- equal(withNewlinesAndTabs({x: 'that'}), 'This\n\t\tis: that.\n\tok.\nend.');
-
- var template = _.template("<i><%- value %></i>");
- var result = template({value: "<script>"});
- equal(result, '<i>&lt;script&gt;</i>');
-
- var stooge = {
- name: "Moe",
- template: _.template("I'm <%= this.name %>")
- };
- equal(stooge.template(), "I'm Moe");
-
- // TEST: ReferenceError: $ is not defined
- if (false) {
- if (!$.browser.msie) {
- var fromHTML = _.template($('#template').html());
- equal(fromHTML({data : 12345}).replace(/\s/g, ''), '<li>24690</li>');
- }
- }
-
- _.templateSettings = {
- evaluate : /\{\{([\s\S]+?)\}\}/g,
- interpolate : /\{\{=([\s\S]+?)\}\}/g
- };
-
- var custom = _.template("<ul>{{ for (var key in people) { }}<li>{{= people[key] }}</li>{{ } }}</ul>");
- result = custom({people : {moe : "Moe", larry : "Larry", curly : "Curly"}});
- equal(result, "<ul><li>Moe</li><li>Larry</li><li>Curly</li></ul>", 'can run arbitrary javascript in templates');
-
- var customQuote = _.template("It's its, not it's");
- equal(customQuote({}), "It's its, not it's");
-
- var quoteInStatementAndBody = _.template("{{ if(foo == 'bar'){ }}Statement quotes and 'quotes'.{{ } }}");
- equal(quoteInStatementAndBody({foo: "bar"}), "Statement quotes and 'quotes'.");
-
- _.templateSettings = {
- evaluate : /<\?([\s\S]+?)\?>/g,
- interpolate : /<\?=([\s\S]+?)\?>/g
- };
-
- var customWithSpecialChars = _.template("<ul><? for (var key in people) { ?><li><?= people[key] ?></li><? } ?></ul>");
- result = customWithSpecialChars({people : {moe : "Moe", larry : "Larry", curly : "Curly"}});
- equal(result, "<ul><li>Moe</li><li>Larry</li><li>Curly</li></ul>", 'can run arbitrary javascript in templates');
-
- var customWithSpecialCharsQuote = _.template("It's its, not it's");
- equal(customWithSpecialCharsQuote({}), "It's its, not it's");
-
- var quoteInStatementAndBody = _.template("<? if(foo == 'bar'){ ?>Statement quotes and 'quotes'.<? } ?>");
- equal(quoteInStatementAndBody({foo: "bar"}), "Statement quotes and 'quotes'.");
-
- _.templateSettings = {
- interpolate : /\{\{(.+?)\}\}/g
- };
-
- var mustache = _.template("Hello {{planet}}!");
- equal(mustache({planet : "World"}), "Hello World!", "can mimic mustache.js");
-
- var templateWithNull = _.template("a null undefined {{planet}}");
- equal(templateWithNull({planet : "world"}), "a null undefined world", "can handle missing escape and evaluate settings");
- });
- `)
- })
-}
-
-// _.template provides the generated function source, when a SyntaxError occurs
-func Test_underscore_utility_9(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('_.template provides the generated function source, when a SyntaxError occurs', function() {
- try {
- _.template('<b><%= if x %></b>');
- } catch (ex) {
- var source = ex.source;
- }
- ok(/__p/.test(source));
- });
- `)
- })
-}
-
-// _.template handles \\u2028 & \\u2029
-func Test_underscore_utility_10(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('_.template handles \\u2028 & \\u2029', function() {
- var tmpl = _.template('<p>\u2028<%= "\\u2028\\u2029" %>\u2029</p>');
- strictEqual(tmpl(), '<p>\u2028\u2028\u2029\u2029</p>');
- });
- `)
- })
-}
-
-// result calls functions and returns primitives
-func Test_underscore_utility_11(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('result calls functions and returns primitives', function() {
- var obj = {w: '', x: 'x', y: function(){ return this.x; }};
- strictEqual(_.result(obj, 'w'), '');
- strictEqual(_.result(obj, 'x'), 'x');
- strictEqual(_.result(obj, 'y'), 'x');
- strictEqual(_.result(obj, 'z'), undefined);
- strictEqual(_.result(null, 'x'), null);
- });
- `)
- })
-}
-
-// _.templateSettings.variable
-func Test_underscore_utility_12(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('_.templateSettings.variable', function() {
- var s = '<%=data.x%>';
- var data = {x: 'x'};
- strictEqual(_.template(s, data, {variable: 'data'}), 'x');
- _.templateSettings.variable = 'data';
- strictEqual(_.template(s)(data), 'x');
- });
- `)
- })
-}
-
-// #547 - _.templateSettings is unchanged by custom settings.
-func Test_underscore_utility_13(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('#547 - _.templateSettings is unchanged by custom settings.', function() {
- ok(!_.templateSettings.variable);
- _.template('', {}, {variable: 'x'});
- ok(!_.templateSettings.variable);
- });
- `)
- })
-}
-
-// #556 - undefined template variables.
-func Test_underscore_utility_14(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('#556 - undefined template variables.', function() {
- var template = _.template('<%=x%>');
- strictEqual(template({x: null}), '');
- strictEqual(template({x: undefined}), '');
-
- var templateEscaped = _.template('<%-x%>');
- strictEqual(templateEscaped({x: null}), '');
- strictEqual(templateEscaped({x: undefined}), '');
-
- var templateWithProperty = _.template('<%=x.foo%>');
- strictEqual(templateWithProperty({x: {} }), '');
- strictEqual(templateWithProperty({x: {} }), '');
-
- var templateWithPropertyEscaped = _.template('<%-x.foo%>');
- strictEqual(templateWithPropertyEscaped({x: {} }), '');
- strictEqual(templateWithPropertyEscaped({x: {} }), '');
- });
- `)
- })
-}
-
-// interpolate evaluates code only once.
-func Test_underscore_utility_15(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('interpolate evaluates code only once.', 2, function() {
- var count = 0;
- var template = _.template('<%= f() %>');
- template({f: function(){ ok(!(count++)); }});
-
- var countEscaped = 0;
- var templateEscaped = _.template('<%- f() %>');
- templateEscaped({f: function(){ ok(!(countEscaped++)); }});
- });
- `)
- })
-}
-
-// #746 - _.template settings are not modified.
-func Test_underscore_utility_16(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('#746 - _.template settings are not modified.', 1, function() {
- var settings = {};
- _.template('', null, settings);
- deepEqual(settings, {});
- });
- `)
- })
-}
-
-// #779 - delimeters are applied to unescaped text.
-func Test_underscore_utility_17(t *testing.T) {
- tt(t, func() {
- test, _ := test_()
-
- test(`
- test('#779 - delimeters are applied to unescaped text.', 1, function() {
- var template = _.template('<<\nx\n>>', null, {evaluate: /<<(.*?)>>/g});
- strictEqual(template(), '<<\nx\n>>');
- });
- `)
- })
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value.go b/Godeps/_workspace/src/github.com/obscuren/otto/value.go
deleted file mode 100644
index 5944126fd..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value.go
+++ /dev/null
@@ -1,956 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "reflect"
- "strconv"
- "unicode/utf16"
-)
-
-type _valueType int
-
-const (
- valueEmpty _valueType = iota
- valueNull
- valueUndefined
- valueNumber
- valueString
- valueBoolean
- valueObject
- valueResult
- valueReference
-)
-
-// Value is the representation of a JavaScript value.
-type Value struct {
- _valueType
- value interface{}
-}
-
-// ToValue will convert an interface{} value to a value digestible by otto/JavaScript
-// This function will not work for advanced types (struct, map, slice/array, etc.) and
-// you probably should not use it.
-//
-// ToValue may be deprecated and removed in the near future.
-//
-// Try Otto.ToValue for a replacement.
-func ToValue(value interface{}) (Value, error) {
- result := UndefinedValue()
- err := catchPanic(func() {
- result = toValue(value)
- })
- return result, err
-}
-
-// Empty
-
-func emptyValue() Value {
- return Value{_valueType: valueEmpty}
-}
-
-func (value Value) isEmpty() bool {
- return value._valueType == valueEmpty
-}
-
-// Undefined
-
-// UndefinedValue will return a Value representing undefined.
-func UndefinedValue() Value {
- return Value{_valueType: valueUndefined}
-}
-
-// IsDefined will return false if the value is undefined, and true otherwise.
-func (value Value) IsDefined() bool {
- return value._valueType != valueUndefined
-}
-
-// IsUndefined will return true if the value is undefined, and false otherwise.
-func (value Value) IsUndefined() bool {
- return value._valueType == valueUndefined
-}
-
-// NullValue will return a Value representing null.
-func NullValue() Value {
- return Value{_valueType: valueNull}
-}
-
-// IsNull will return true if the value is null, and false otherwise.
-func (value Value) IsNull() bool {
- return value._valueType == valueNull
-}
-
-// ---
-
-func (value Value) isCallable() bool {
- switch value := value.value.(type) {
- case *_object:
- return value.functionValue().call != nil
- }
- return false
-}
-
-func (value Value) isResult() bool {
- return value._valueType == valueResult
-}
-
-func (value Value) isReference() bool {
- return value._valueType == valueReference
-}
-
-// Call the value as a function with the given this value and argument list and
-// return the result of invocation. It is essentially equivalent to:
-//
-// value.apply(thisValue, argumentList)
-//
-// An undefined value and an error will result if:
-//
-// 1. There is an error during conversion of the argument list
-// 2. The value is not actually a function
-// 3. An (uncaught) exception is thrown
-//
-func (value Value) Call(this Value, argumentList ...interface{}) (Value, error) {
- result := UndefinedValue()
- err := catchPanic(func() {
- result = value.call(this, argumentList...)
- })
- return result, err
-}
-
-func (value Value) call(this Value, argumentList ...interface{}) Value {
- switch function := value.value.(type) {
- case *_object:
- return function.Call(this, argumentList...)
- }
- panic(newTypeError())
-}
-
-func (value Value) constructSafe(this Value, argumentList ...interface{}) (Value, error) {
- result := UndefinedValue()
- err := catchPanic(func() {
- result = value.construct(this, argumentList...)
- })
- return result, err
-}
-
-func (value Value) construct(this Value, argumentList ...interface{}) Value {
- switch function := value.value.(type) {
- case *_object:
- return function.Construct(this, argumentList...)
- }
- panic(newTypeError())
-}
-
-// IsPrimitive will return true if value is a primitive (any kind of primitive).
-func (value Value) IsPrimitive() bool {
- return !value.IsObject()
-}
-
-// IsBoolean will return true if value is a boolean (primitive).
-func (value Value) IsBoolean() bool {
- return value._valueType == valueBoolean
-}
-
-// IsNumber will return true if value is a number (primitive).
-func (value Value) IsNumber() bool {
- return value._valueType == valueNumber
-}
-
-// IsNaN will return true if value is NaN (or would convert to NaN).
-func (value Value) IsNaN() bool {
- switch value := value.value.(type) {
- case float64:
- return math.IsNaN(value)
- case float32:
- return math.IsNaN(float64(value))
- case int, int8, int32, int64:
- return false
- case uint, uint8, uint32, uint64:
- return false
- }
-
- return math.IsNaN(toFloat(value))
-}
-
-// IsString will return true if value is a string (primitive).
-func (value Value) IsString() bool {
- return value._valueType == valueString
-}
-
-// IsObject will return true if value is an object.
-func (value Value) IsObject() bool {
- return value._valueType == valueObject
-}
-
-// IsFunction will return true if value is a function.
-func (value Value) IsFunction() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "Function"
-}
-
-// Class will return the class string of the value or the empty string if value is not an object.
-//
-// The return value will (generally) be one of:
-//
-// Object
-// Function
-// Array
-// String
-// Number
-// Boolean
-// Date
-// RegExp
-//
-func (value Value) Class() string {
- if value._valueType != valueObject {
- return ""
- }
- return value.value.(*_object).class
-}
-
-func (value Value) isArray() bool {
- if value._valueType != valueObject {
- return false
- }
- return isArray(value.value.(*_object))
-}
-
-func (value Value) isStringObject() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "String"
-}
-
-func (value Value) isBooleanObject() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "Boolean"
-}
-
-func (value Value) isNumberObject() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "Number"
-}
-
-func (value Value) isDate() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "Date"
-}
-
-func (value Value) isRegExp() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "RegExp"
-}
-
-func (value Value) isError() bool {
- if value._valueType != valueObject {
- return false
- }
- return value.value.(*_object).class == "Error"
-}
-
-// ---
-
-func toValue_reflectValuePanic(value interface{}, kind reflect.Kind) {
- switch kind {
- case reflect.Struct:
- panic(newTypeError("Invalid value (struct): Missing runtime: %v (%T)", value, value))
- case reflect.Map:
- panic(newTypeError("Invalid value (map): Missing runtime: %v (%T)", value, value))
- case reflect.Slice:
- panic(newTypeError("Invalid value (slice): Missing runtime: %v (%T)", value, value))
- }
-}
-
-func toValue(value interface{}) Value {
- switch value := value.(type) {
- case Value:
- return value
- case bool:
- return Value{valueBoolean, value}
- case int:
- return Value{valueNumber, value}
- case int8:
- return Value{valueNumber, value}
- case int16:
- return Value{valueNumber, value}
- case int32:
- return Value{valueNumber, value}
- case int64:
- return Value{valueNumber, value}
- case uint:
- return Value{valueNumber, value}
- case uint8:
- return Value{valueNumber, value}
- case uint16:
- return Value{valueNumber, value}
- case uint32:
- return Value{valueNumber, value}
- case uint64:
- return Value{valueNumber, value}
- case float32:
- return Value{valueNumber, float64(value)}
- case float64:
- return Value{valueNumber, value}
- case []uint16:
- return Value{valueString, value}
- case string:
- return Value{valueString, value}
- // A rune is actually an int32, which is handled above
- case *_object:
- return Value{valueObject, value}
- case *Object:
- return Value{valueObject, value.object}
- case Object:
- return Value{valueObject, value.object}
- case _reference: // reference is an interface (already a pointer)
- return Value{valueReference, value}
- case _result:
- return Value{valueResult, value}
- case nil:
- // TODO Ugh.
- return UndefinedValue()
- case reflect.Value:
- for value.Kind() == reflect.Ptr {
- // We were given a pointer, so we'll drill down until we get a non-pointer
- //
- // These semantics might change if we want to start supporting pointers to values transparently
- // (It would be best not to depend on this behavior)
- // FIXME: UNDEFINED
- if value.IsNil() {
- return UndefinedValue()
- }
- value = value.Elem()
- }
- switch value.Kind() {
- case reflect.Bool:
- return Value{valueBoolean, bool(value.Bool())}
- case reflect.Int:
- return Value{valueNumber, int(value.Int())}
- case reflect.Int8:
- return Value{valueNumber, int8(value.Int())}
- case reflect.Int16:
- return Value{valueNumber, int16(value.Int())}
- case reflect.Int32:
- return Value{valueNumber, int32(value.Int())}
- case reflect.Int64:
- return Value{valueNumber, int64(value.Int())}
- case reflect.Uint:
- return Value{valueNumber, uint(value.Uint())}
- case reflect.Uint8:
- return Value{valueNumber, uint8(value.Uint())}
- case reflect.Uint16:
- return Value{valueNumber, uint16(value.Uint())}
- case reflect.Uint32:
- return Value{valueNumber, uint32(value.Uint())}
- case reflect.Uint64:
- return Value{valueNumber, uint64(value.Uint())}
- case reflect.Float32:
- return Value{valueNumber, float32(value.Float())}
- case reflect.Float64:
- return Value{valueNumber, float64(value.Float())}
- case reflect.String:
- return Value{valueString, string(value.String())}
- default:
- toValue_reflectValuePanic(value.Interface(), value.Kind())
- }
- default:
- return toValue(reflect.ValueOf(value))
- }
- panic(newTypeError("Invalid value: Unsupported: %v (%T)", value, value))
-}
-
-// String will return the value as a string.
-//
-// This method will make return the empty string if there is an error.
-func (value Value) String() string {
- result := ""
- catchPanic(func() {
- result = value.toString()
- })
- return result
-}
-
-func (value Value) toBoolean() bool {
- return toBoolean(value)
-}
-
-func (value Value) isTrue() bool {
- return toBoolean(value)
-}
-
-// ToBoolean will convert the value to a boolean (bool).
-//
-// ToValue(0).ToBoolean() => false
-// ToValue("").ToBoolean() => false
-// ToValue(true).ToBoolean() => true
-// ToValue(1).ToBoolean() => true
-// ToValue("Nothing happens").ToBoolean() => true
-//
-// If there is an error during the conversion process (like an uncaught exception), then the result will be false and an error.
-func (value Value) ToBoolean() (bool, error) {
- result := false
- err := catchPanic(func() {
- result = toBoolean(value)
- })
- return result, err
-}
-
-func (value Value) toNumber() Value {
- return toNumber(value)
-}
-
-func (value Value) toFloat() float64 {
- return toFloat(value)
-}
-
-// ToFloat will convert the value to a number (float64).
-//
-// ToValue(0).ToFloat() => 0.
-// ToValue(1.1).ToFloat() => 1.1
-// ToValue("11").ToFloat() => 11.
-//
-// If there is an error during the conversion process (like an uncaught exception), then the result will be 0 and an error.
-func (value Value) ToFloat() (float64, error) {
- result := float64(0)
- err := catchPanic(func() {
- result = toFloat(value)
- })
- return result, err
-}
-
-// ToInteger will convert the value to a number (int64).
-//
-// ToValue(0).ToInteger() => 0
-// ToValue(1.1).ToInteger() => 1
-// ToValue("11").ToInteger() => 11
-//
-// If there is an error during the conversion process (like an uncaught exception), then the result will be 0 and an error.
-func (value Value) ToInteger() (int64, error) {
- result := int64(0)
- err := catchPanic(func() {
- result = toInteger(value).value
- })
- return result, err
-}
-
-func (value Value) toString() string {
- return toString(value)
-}
-
-// ToString will convert the value to a string (string).
-//
-// ToValue(0).ToString() => "0"
-// ToValue(false).ToString() => "false"
-// ToValue(1.1).ToString() => "1.1"
-// ToValue("11").ToString() => "11"
-// ToValue('Nothing happens.').ToString() => "Nothing happens."
-//
-// If there is an error during the conversion process (like an uncaught exception), then the result will be the empty string ("") and an error.
-func (value Value) ToString() (string, error) {
- result := ""
- err := catchPanic(func() {
- result = toString(value)
- })
- return result, err
-}
-
-func (value Value) _object() *_object {
- switch value := value.value.(type) {
- case *_object:
- return value
- }
- return nil
-}
-
-// Object will return the object of the value, or nil if value is not an object.
-//
-// This method will not do any implicit conversion. For example, calling this method on a string primitive value will not return a String object.
-func (value Value) Object() *Object {
- switch object := value.value.(type) {
- case *_object:
- return _newObject(object, value)
- }
- return nil
-}
-
-func (value Value) reference() _reference {
- switch value := value.value.(type) {
- case _reference:
- return value
- }
- return nil
-}
-
-var (
- __NaN__ float64 = math.NaN()
- __PositiveInfinity__ float64 = math.Inf(+1)
- __NegativeInfinity__ float64 = math.Inf(-1)
- __PositiveZero__ float64 = 0
- __NegativeZero__ float64 = math.Float64frombits(0 | (1 << 63))
-)
-
-func positiveInfinity() float64 {
- return __PositiveInfinity__
-}
-
-func negativeInfinity() float64 {
- return __NegativeInfinity__
-}
-
-func positiveZero() float64 {
- return __PositiveZero__
-}
-
-func negativeZero() float64 {
- return __NegativeZero__
-}
-
-// NaNValue will return a value representing NaN.
-//
-// It is equivalent to:
-//
-// ToValue(math.NaN())
-//
-func NaNValue() Value {
- return Value{valueNumber, __NaN__}
-}
-
-func positiveInfinityValue() Value {
- return Value{valueNumber, __PositiveInfinity__}
-}
-
-func negativeInfinityValue() Value {
- return Value{valueNumber, __NegativeInfinity__}
-}
-
-func positiveZeroValue() Value {
- return Value{valueNumber, __PositiveZero__}
-}
-
-func negativeZeroValue() Value {
- return Value{valueNumber, __NegativeZero__}
-}
-
-// TrueValue will return a value representing true.
-//
-// It is equivalent to:
-//
-// ToValue(true)
-//
-func TrueValue() Value {
- return Value{valueBoolean, true}
-}
-
-// FalseValue will return a value representing false.
-//
-// It is equivalent to:
-//
-// ToValue(false)
-//
-func FalseValue() Value {
- return Value{valueBoolean, false}
-}
-
-func sameValue(x Value, y Value) bool {
- if x._valueType != y._valueType {
- return false
- }
- result := false
- switch x._valueType {
- case valueUndefined, valueNull:
- result = true
- case valueNumber:
- x := x.toFloat()
- y := y.toFloat()
- if math.IsNaN(x) && math.IsNaN(y) {
- result = true
- } else {
- result = x == y
- if result && x == 0 {
- // Since +0 != -0
- result = math.Signbit(x) == math.Signbit(y)
- }
- }
- case valueString:
- result = x.toString() == y.toString()
- case valueBoolean:
- result = x.toBoolean() == y.toBoolean()
- case valueObject:
- result = x._object() == y._object()
- default:
- panic(hereBeDragons())
- }
-
- return result
-}
-
-func strictEqualityComparison(x Value, y Value) bool {
- if x._valueType != y._valueType {
- return false
- }
- result := false
- switch x._valueType {
- case valueUndefined, valueNull:
- result = true
- case valueNumber:
- x := x.toFloat()
- y := y.toFloat()
- if math.IsNaN(x) && math.IsNaN(y) {
- result = false
- } else {
- result = x == y
- }
- case valueString:
- result = x.toString() == y.toString()
- case valueBoolean:
- result = x.toBoolean() == y.toBoolean()
- case valueObject:
- result = x._object() == y._object()
- default:
- panic(hereBeDragons())
- }
-
- return result
-}
-
-// Export will attempt to convert the value to a Go representation
-// and return it via an interface{} kind.
-//
-// WARNING: The interface function will be changing soon to:
-//
-// Export() interface{}
-//
-// If a reasonable conversion is not possible, then the original
-// result is returned.
-//
-// undefined -> otto.Value (UndefinedValue())
-// null -> interface{}(nil)
-// boolean -> bool
-// number -> A number type (int, float32, uint64, ...)
-// string -> string
-// Array -> []interface{}
-// Object -> map[string]interface{}
-//
-func (self Value) Export() (interface{}, error) {
- return self.export(), nil
-}
-
-func (self Value) export() interface{} {
-
- switch self._valueType {
- case valueUndefined:
- return nil
- case valueNull:
- return nil
- case valueNumber, valueBoolean:
- return self.value
- case valueString:
- switch value := self.value.(type) {
- case string:
- return value
- case []uint16:
- return string(utf16.Decode(value))
- }
- case valueObject:
- object := self._object()
- switch value := object.value.(type) {
- case *_goStructObject:
- return value.value.Interface()
- case *_goMapObject:
- return value.value.Interface()
- case *_goArrayObject:
- return value.value.Interface()
- case *_goSliceObject:
- return value.value.Interface()
- }
- if object.class == "Array" {
- result := make([]interface{}, 0)
- lengthValue := object.get("length")
- length := lengthValue.value.(uint32)
- for index := uint32(0); index < length; index += 1 {
- name := strconv.FormatInt(int64(index), 10)
- if !object.hasProperty(name) {
- continue
- }
- value := object.get(name)
- result = append(result, value.export())
- }
- return result
- } else {
- result := make(map[string]interface{})
- // TODO Should we export everything? Or just what is enumerable?
- object.enumerate(false, func(name string) bool {
- value := object.get(name)
- if value.IsDefined() {
- result[name] = value.export()
- }
- return true
- })
- return result
- }
- }
-
- return self
-}
-
-func (self Value) evaluateBreakContinue(labels []string) _resultKind {
- result := self.value.(_result)
- if result.kind == resultBreak || result.kind == resultContinue {
- for _, label := range labels {
- if label == result.target {
- return result.kind
- }
- }
- }
- return resultReturn
-}
-
-func (self Value) evaluateBreak(labels []string) _resultKind {
- result := self.value.(_result)
- if result.kind == resultBreak {
- for _, label := range labels {
- if label == result.target {
- return result.kind
- }
- }
- }
- return resultReturn
-}
-
-func (self Value) exportNative() interface{} {
-
- switch self._valueType {
- case valueUndefined:
- return self
- case valueNull:
- return nil
- case valueNumber, valueBoolean:
- return self.value
- case valueString:
- switch value := self.value.(type) {
- case string:
- return value
- case []uint16:
- return string(utf16.Decode(value))
- }
- case valueObject:
- object := self._object()
- switch value := object.value.(type) {
- case *_goStructObject:
- return value.value.Interface()
- case *_goMapObject:
- return value.value.Interface()
- case *_goArrayObject:
- return value.value.Interface()
- case *_goSliceObject:
- return value.value.Interface()
- }
- }
-
- return self
-}
-
-func (value Value) toReflectValue(kind reflect.Kind) (reflect.Value, error) {
- switch kind {
- case reflect.Bool:
- return reflect.ValueOf(value.toBoolean()), nil
- case reflect.Int:
- // We convert to float64 here because converting to int64 will not tell us
- // if a value is outside the range of int64
- tmp := toIntegerFloat(value)
- if tmp < float_minInt || tmp > float_maxInt {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to int", tmp, value)
- } else {
- return reflect.ValueOf(int(tmp)), nil
- }
- case reflect.Int8:
- tmp := toInteger(value).value
- if tmp < int64_minInt8 || tmp > int64_maxInt8 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to int8", tmp, value)
- } else {
- return reflect.ValueOf(int8(tmp)), nil
- }
- case reflect.Int16:
- tmp := toInteger(value).value
- if tmp < int64_minInt16 || tmp > int64_maxInt16 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to int16", tmp, value)
- } else {
- return reflect.ValueOf(int16(tmp)), nil
- }
- case reflect.Int32:
- tmp := toInteger(value).value
- if tmp < int64_minInt32 || tmp > int64_maxInt32 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to int32", tmp, value)
- } else {
- return reflect.ValueOf(int32(tmp)), nil
- }
- case reflect.Int64:
- // We convert to float64 here because converting to int64 will not tell us
- // if a value is outside the range of int64
- tmp := toIntegerFloat(value)
- if tmp < float_minInt64 || tmp > float_maxInt64 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to int", tmp, value)
- } else {
- return reflect.ValueOf(int64(tmp)), nil
- }
- case reflect.Uint:
- // We convert to float64 here because converting to int64 will not tell us
- // if a value is outside the range of uint
- tmp := toIntegerFloat(value)
- if tmp < 0 || tmp > float_maxUint {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to uint", tmp, value)
- } else {
- return reflect.ValueOf(uint(tmp)), nil
- }
- case reflect.Uint8:
- tmp := toInteger(value).value
- if tmp < 0 || tmp > int64_maxUint8 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to uint8", tmp, value)
- } else {
- return reflect.ValueOf(uint8(tmp)), nil
- }
- case reflect.Uint16:
- tmp := toInteger(value).value
- if tmp < 0 || tmp > int64_maxUint16 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to uint16", tmp, value)
- } else {
- return reflect.ValueOf(uint16(tmp)), nil
- }
- case reflect.Uint32:
- tmp := toInteger(value).value
- if tmp < 0 || tmp > int64_maxUint32 {
- return reflect.Value{}, fmt.Errorf("RangeError: %d (%v) to uint32", tmp, value)
- } else {
- return reflect.ValueOf(uint32(tmp)), nil
- }
- case reflect.Uint64:
- // We convert to float64 here because converting to int64 will not tell us
- // if a value is outside the range of uint64
- tmp := toIntegerFloat(value)
- if tmp < 0 || tmp > float_maxUint64 {
- return reflect.Value{}, fmt.Errorf("RangeError: %f (%v) to uint64", tmp, value)
- } else {
- return reflect.ValueOf(uint64(tmp)), nil
- }
- case reflect.Float32:
- tmp := toFloat(value)
- tmp1 := tmp
- if 0 > tmp1 {
- tmp1 = -tmp1
- }
- if tmp1 < math.SmallestNonzeroFloat32 || tmp1 > math.MaxFloat32 {
- return reflect.Value{}, fmt.Errorf("RangeError: %f (%v) to float32", tmp, value)
- } else {
- return reflect.ValueOf(float32(tmp)), nil
- }
- case reflect.Float64:
- value := toFloat(value)
- return reflect.ValueOf(float64(value)), nil
- case reflect.String:
- return reflect.ValueOf(value.toString()), nil
- case reflect.Interface:
- return reflect.ValueOf(value.exportNative()), nil
- }
-
- dbgf("%/panic//%@: Invalid: (%v) to reflect.Kind: %v", value, kind)
- panic("")
-}
-
-func stringToReflectValue(value string, kind reflect.Kind) (reflect.Value, error) {
- switch kind {
- case reflect.Bool:
- value, err := strconv.ParseBool(value)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(value), nil
- case reflect.Int:
- value, err := strconv.ParseInt(value, 0, 0)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(int(value)), nil
- case reflect.Int8:
- value, err := strconv.ParseInt(value, 0, 8)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(int8(value)), nil
- case reflect.Int16:
- value, err := strconv.ParseInt(value, 0, 16)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(int16(value)), nil
- case reflect.Int32:
- value, err := strconv.ParseInt(value, 0, 32)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(int32(value)), nil
- case reflect.Int64:
- value, err := strconv.ParseInt(value, 0, 64)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(int64(value)), nil
- case reflect.Uint:
- value, err := strconv.ParseUint(value, 0, 0)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(uint(value)), nil
- case reflect.Uint8:
- value, err := strconv.ParseUint(value, 0, 8)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(uint8(value)), nil
- case reflect.Uint16:
- value, err := strconv.ParseUint(value, 0, 16)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(uint16(value)), nil
- case reflect.Uint32:
- value, err := strconv.ParseUint(value, 0, 32)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(uint32(value)), nil
- case reflect.Uint64:
- value, err := strconv.ParseUint(value, 0, 64)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(uint64(value)), nil
- case reflect.Float32:
- value, err := strconv.ParseFloat(value, 32)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(float32(value)), nil
- case reflect.Float64:
- value, err := strconv.ParseFloat(value, 64)
- if err != nil {
- return reflect.Value{}, err
- }
- return reflect.ValueOf(float64(value)), nil
- case reflect.String:
- return reflect.ValueOf(value), nil
- }
-
- dbgf("%/panic//%@: Invalid: \"%s\" to reflect.Kind: %v", value, kind)
- panic("")
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value_boolean.go b/Godeps/_workspace/src/github.com/obscuren/otto/value_boolean.go
deleted file mode 100644
index da8e951fe..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value_boolean.go
+++ /dev/null
@@ -1,49 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "reflect"
-)
-
-func toBoolean(value Value) bool {
- if value._valueType == valueBoolean {
- return value.value.(bool)
- }
- if value.IsUndefined() {
- return false
- }
- if value.IsNull() {
- return false
- }
- switch value := value.value.(type) {
- case bool:
- return value
- case int, int8, int16, int32, int64:
- return 0 != reflect.ValueOf(value).Int()
- case uint, uint8, uint16, uint32, uint64:
- return 0 != reflect.ValueOf(value).Uint()
- case float32:
- return 0 != value
- case float64:
- if math.IsNaN(value) || value == 0 {
- return false
- }
- return true
- case string:
- return 0 != len(value)
- }
- if value.IsObject() {
- return true
- }
- panic(fmt.Errorf("toBoolean(%T)", value.value))
-}
-
-func stringToBoolean(value string) bool {
- if value == "true" {
- return true
- } else if value == "false" {
- return false
- }
- panic(fmt.Errorf("stringToBoolean(%s)", value))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value_number.go b/Godeps/_workspace/src/github.com/obscuren/otto/value_number.go
deleted file mode 100644
index badb3a542..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value_number.go
+++ /dev/null
@@ -1,335 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "regexp"
- "strconv"
- "strings"
-)
-
-var stringToNumberParseInteger = regexp.MustCompile(`^(?:0[xX])`)
-
-func stringToFloat(value string) float64 {
- value = strings.TrimSpace(value)
-
- if value == "" {
- return 0
- }
-
- parseFloat := false
- if strings.IndexRune(value, '.') != -1 {
- parseFloat = true
- } else if stringToNumberParseInteger.MatchString(value) {
- parseFloat = false
- } else {
- parseFloat = true
- }
-
- if parseFloat {
- number, err := strconv.ParseFloat(value, 64)
- if err != nil && err.(*strconv.NumError).Err != strconv.ErrRange {
- return math.NaN()
- }
- return number
- }
-
- number, err := strconv.ParseInt(value, 0, 64)
- if err != nil {
- return math.NaN()
- }
- return float64(number)
-}
-
-func toNumber(value Value) Value {
- if value._valueType == valueNumber {
- return value
- }
- return Value{valueNumber, toFloat(value)}
-}
-
-func toFloat(value Value) float64 {
- switch value._valueType {
- case valueUndefined:
- return math.NaN()
- case valueNull:
- return 0
- }
- switch value := value.value.(type) {
- case bool:
- if value {
- return 1
- }
- return 0
- case int:
- return float64(value)
- case int8:
- return float64(value)
- case int16:
- return float64(value)
- case int32:
- return float64(value)
- case int64:
- return float64(value)
- case uint:
- return float64(value)
- case uint8:
- return float64(value)
- case uint16:
- return float64(value)
- case uint32:
- return float64(value)
- case uint64:
- return float64(value)
- case float64:
- return value
- case string:
- return stringToFloat(value)
- case *_object:
- return toFloat(value.DefaultValue(defaultValueHintNumber))
- }
- panic(fmt.Errorf("toFloat(%T)", value.value))
-}
-
-const (
- float_2_64 float64 = 18446744073709551616.0
- float_2_63 float64 = 9223372036854775808.0
- float_2_32 float64 = 4294967296.0
- float_2_31 float64 = 2147483648.0
- float_2_16 float64 = 65536.0
- integer_2_32 int64 = 4294967296
- integer_2_31 int64 = 2146483648
- sqrt1_2 float64 = math.Sqrt2 / 2
-)
-
-const (
- maxInt8 = math.MaxInt8
- minInt8 = math.MinInt8
- maxInt16 = math.MaxInt16
- minInt16 = math.MinInt16
- maxInt32 = math.MaxInt32
- minInt32 = math.MinInt32
- maxInt64 = math.MaxInt64
- minInt64 = math.MinInt64
- maxUint8 = math.MaxUint8
- maxUint16 = math.MaxUint16
- maxUint32 = math.MaxUint32
- maxUint64 = math.MaxUint64
- maxUint = ^uint(0)
- minUint = 0
- maxInt = int(^uint(0) >> 1)
- minInt = -maxInt - 1
-
- // int64
- int64_maxInt int64 = int64(maxInt)
- int64_minInt int64 = int64(minInt)
- int64_maxInt8 int64 = math.MaxInt8
- int64_minInt8 int64 = math.MinInt8
- int64_maxInt16 int64 = math.MaxInt16
- int64_minInt16 int64 = math.MinInt16
- int64_maxInt32 int64 = math.MaxInt32
- int64_minInt32 int64 = math.MinInt32
- int64_maxUint8 int64 = math.MaxUint8
- int64_maxUint16 int64 = math.MaxUint16
- int64_maxUint32 int64 = math.MaxUint32
-
- // float64
- float_maxInt float64 = float64(int(^uint(0) >> 1))
- float_minInt float64 = float64(int(-maxInt - 1))
- float_minUint float64 = float64(0)
- float_maxUint float64 = float64(uint(^uint(0)))
- float_minUint64 float64 = float64(0)
- float_maxUint64 float64 = math.MaxUint64
- float_maxInt64 float64 = math.MaxInt64
- float_minInt64 float64 = math.MinInt64
-)
-
-func toIntegerFloat(value Value) float64 {
- float := value.toFloat()
- if math.IsInf(float, 0) {
- } else if math.IsNaN(float) {
- float = 0
- } else if float > 0 {
- float = math.Floor(float)
- } else {
- float = math.Ceil(float)
- }
- return float
-}
-
-type _integerKind int
-
-const (
- integerValid _integerKind = iota // 3.0 => 3.0
- integerFloat // 3.14159 => 3.0
- integerInfinite // Infinity => 2**63-1
- integerInvalid // NaN => 0
-)
-
-type _integer struct {
- _integerKind
- value int64
-}
-
-func (self _integer) valid() bool {
- return self._integerKind == integerValid || self._integerKind == integerFloat
-}
-
-func (self _integer) exact() bool {
- return self._integerKind == integerValid
-}
-
-func (self _integer) infinite() bool {
- return self._integerKind == integerInfinite
-}
-
-func toInteger(value Value) (integer _integer) {
- switch value := value.value.(type) {
- case int8:
- integer.value = int64(value)
- return
- case int16:
- integer.value = int64(value)
- return
- case uint8:
- integer.value = int64(value)
- return
- case uint16:
- integer.value = int64(value)
- return
- case uint32:
- integer.value = int64(value)
- return
- case int:
- integer.value = int64(value)
- return
- case int64:
- integer.value = value
- return
- }
- {
- value := value.toFloat()
- if value == 0 {
- return
- }
- if math.IsNaN(value) {
- integer._integerKind = integerInvalid
- return
- }
- if math.IsInf(value, 0) {
- integer._integerKind = integerInfinite
- }
- if value >= float_maxInt64 {
- integer.value = math.MaxInt64
- return
- }
- if value <= float_minInt64 {
- integer.value = math.MinInt64
- return
- }
- {
- value0 := value
- value1 := float64(0)
- if value0 > 0 {
- value1 = math.Floor(value0)
- } else {
- value1 = math.Ceil(value0)
- }
-
- if value0 != value1 {
- integer._integerKind = integerFloat
- }
- integer.value = int64(value1)
- return
- }
- }
-}
-
-// ECMA 262: 9.5
-func toInt32(value Value) int32 {
- {
- switch value := value.value.(type) {
- case int8:
- return int32(value)
- case int16:
- return int32(value)
- case int32:
- return value
- }
- }
- floatValue := value.toFloat()
- if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
- return 0
- }
- if floatValue == 0 { // This will work for +0 & -0
- return 0
- }
- remainder := math.Mod(floatValue, float_2_32)
- if remainder > 0 {
- remainder = math.Floor(remainder)
- } else {
- remainder = math.Ceil(remainder) + float_2_32
- }
- if remainder > float_2_31 {
- return int32(remainder - float_2_32)
- }
- return int32(remainder)
-}
-
-func toUint32(value Value) uint32 {
- {
- switch value := value.value.(type) {
- case int8:
- return uint32(value)
- case int16:
- return uint32(value)
- case uint8:
- return uint32(value)
- case uint16:
- return uint32(value)
- case uint32:
- return value
- }
- }
- floatValue := value.toFloat()
- if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
- return 0
- }
- if floatValue == 0 {
- return 0
- }
- remainder := math.Mod(floatValue, float_2_32)
- if remainder > 0 {
- remainder = math.Floor(remainder)
- } else {
- remainder = math.Ceil(remainder) + float_2_32
- }
- return uint32(remainder)
-}
-
-func toUint16(value Value) uint16 {
- {
- switch value := value.value.(type) {
- case int8:
- return uint16(value)
- case uint8:
- return uint16(value)
- case uint16:
- return value
- }
- }
- floatValue := value.toFloat()
- if math.IsNaN(floatValue) || math.IsInf(floatValue, 0) {
- return 0
- }
- if floatValue == 0 {
- return 0
- }
- remainder := math.Mod(floatValue, float_2_16)
- if remainder > 0 {
- remainder = math.Floor(remainder)
- } else {
- remainder = math.Ceil(remainder) + float_2_16
- }
- return uint16(remainder)
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value_primitive.go b/Godeps/_workspace/src/github.com/obscuren/otto/value_primitive.go
deleted file mode 100644
index 1f85fb06b..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value_primitive.go
+++ /dev/null
@@ -1,23 +0,0 @@
-package otto
-
-func toStringPrimitive(value Value) Value {
- return _toPrimitive(value, defaultValueHintString)
-}
-
-func toNumberPrimitive(value Value) Value {
- return _toPrimitive(value, defaultValueHintNumber)
-}
-
-func toPrimitive(value Value) Value {
- return _toPrimitive(value, defaultValueNoHint)
-}
-
-func _toPrimitive(value Value, hint _defaultValueHint) Value {
- switch value._valueType {
- case valueNull, valueUndefined, valueNumber, valueString, valueBoolean:
- return value
- case valueObject:
- return value._object().DefaultValue(hint)
- }
- panic(hereBeDragons(value._valueType, value))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value_string.go b/Godeps/_workspace/src/github.com/obscuren/otto/value_string.go
deleted file mode 100644
index 39749cce2..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value_string.go
+++ /dev/null
@@ -1,101 +0,0 @@
-package otto
-
-import (
- "fmt"
- "math"
- "regexp"
- "strconv"
- "unicode/utf16"
-)
-
-var matchLeading0Exponent = regexp.MustCompile(`([eE][\+\-])0+([1-9])`) // 1e-07 => 1e-7
-
-func floatToString(value float64, bitsize int) string {
- // TODO Fit to ECMA-262 9.8.1 specification
- if math.IsNaN(value) {
- return "NaN"
- } else if math.IsInf(value, 0) {
- if math.Signbit(value) {
- return "-Infinity"
- }
- return "Infinity"
- }
- exponent := math.Log10(math.Abs(value))
- if exponent >= 21 || exponent < -6 {
- return matchLeading0Exponent.ReplaceAllString(strconv.FormatFloat(value, 'g', -1, bitsize), "$1$2")
- }
- return strconv.FormatFloat(value, 'f', -1, bitsize)
-}
-
-func numberToStringRadix(value Value, radix int) string {
- float := toFloat(value)
- if math.IsNaN(float) {
- return "NaN"
- } else if math.IsInf(float, 1) {
- return "Infinity"
- } else if math.IsInf(float, -1) {
- return "-Infinity"
- }
- // FIXME This is very broken
- // Need to do proper radix conversion for floats, ...
- // This truncates large floats (so bad).
- return strconv.FormatInt(int64(float), radix)
-}
-
-func toString(value Value) string {
- if value._valueType == valueString {
- switch value := value.value.(type) {
- case string:
- return value
- case []uint16:
- return string(utf16.Decode(value))
- }
- }
- if value.IsUndefined() {
- return "undefined"
- }
- if value.IsNull() {
- return "null"
- }
- switch value := value.value.(type) {
- case bool:
- return strconv.FormatBool(value)
- case int:
- return strconv.FormatInt(int64(value), 10)
- case int8:
- return strconv.FormatInt(int64(value), 10)
- case int16:
- return strconv.FormatInt(int64(value), 10)
- case int32:
- return strconv.FormatInt(int64(value), 10)
- case int64:
- return strconv.FormatInt(value, 10)
- case uint:
- return strconv.FormatUint(uint64(value), 10)
- case uint8:
- return strconv.FormatUint(uint64(value), 10)
- case uint16:
- return strconv.FormatUint(uint64(value), 10)
- case uint32:
- return strconv.FormatUint(uint64(value), 10)
- case uint64:
- return strconv.FormatUint(value, 10)
- case float32:
- if value == 0 {
- return "0" // Take care not to return -0
- }
- return floatToString(float64(value), 32)
- case float64:
- if value == 0 {
- return "0" // Take care not to return -0
- }
- return floatToString(value, 64)
- case []uint16:
- return string(utf16.Decode(value))
- case string:
- return value
- case *_object:
- return toString(value.DefaultValue(defaultValueHintString))
- }
- panic(fmt.Errorf("toString(%v %T)", value.value, value.value))
-}
diff --git a/Godeps/_workspace/src/github.com/obscuren/otto/value_test.go b/Godeps/_workspace/src/github.com/obscuren/otto/value_test.go
deleted file mode 100644
index 23d9fd410..000000000
--- a/Godeps/_workspace/src/github.com/obscuren/otto/value_test.go
+++ /dev/null
@@ -1,281 +0,0 @@
-package otto
-
-import (
- "encoding/json"
- "math"
- "testing"
-)
-
-func TestValue(t *testing.T) {
- tt(t, func() {
- value := UndefinedValue()
- is(value.IsUndefined(), true)
- is(value, UndefinedValue())
- is(value, "undefined")
-
- is(toValue(false), false)
- is(toValue(1), 1)
- is(toValue(1).toFloat(), float64(1))
- })
-}
-
-func TestObject(t *testing.T) {
- tt(t, func() {
- is(Value{}.isEmpty(), true)
- //is(newObject().Value(), "[object]")
- //is(newBooleanObject(false).Value(), "false")
- //is(newFunctionObject(nil).Value(), "[function]")
- //is(newNumberObject(1).Value(), "1")
- //is(newStringObject("Hello, World.").Value(), "Hello, World.")
- })
-}
-
-type intAlias int
-
-func TestToValue(t *testing.T) {
- tt(t, func() {
- _, tester := test()
- vm := tester.vm
-
- value, _ := vm.ToValue(nil)
- is(value, "undefined")
-
- value, _ = vm.ToValue((*byte)(nil))
- is(value, "undefined")
-
- value, _ = vm.ToValue(intAlias(5))
- is(value, 5)
-
- {
- tmp := new(int)
-
- value, _ = vm.ToValue(&tmp)
- is(value, 0)
-
- *tmp = 1
-
- value, _ = vm.ToValue(&tmp)
- is(value, 1)
-
- tmp = nil
-
- value, _ = vm.ToValue(&tmp)
- is(value, "undefined")
- }
-
- {
- tmp0 := new(int)
- tmp1 := &tmp0
- tmp2 := &tmp1
-
- value, _ = vm.ToValue(&tmp2)
- is(value, 0)
-
- *tmp0 = 1
-
- value, _ = vm.ToValue(&tmp2)
- is(value, 1)
-
- tmp0 = nil
-
- value, _ = vm.ToValue(&tmp2)
- is(value, "undefined")
- }
- })
-}
-
-func TestToBoolean(t *testing.T) {
- tt(t, func() {
- is := func(left interface{}, right bool) {
- is(toValue(left).toBoolean(), right)
- }
-
- is("", false)
- is("xyzzy", true)
- is(1, true)
- is(0, false)
- //is(toValue(newObject()), true)
- is(UndefinedValue(), false)
- is(NullValue(), false)
- })
-}
-
-func TestToFloat(t *testing.T) {
- tt(t, func() {
- {
- is := func(left interface{}, right float64) {
- is(toValue(left).toFloat(), right)
- }
- is("", 0)
- is("xyzzy", math.NaN())
- is("2", 2)
- is(1, 1)
- is(0, 0)
- is(NullValue(), 0)
- //is(newObjectValue(), math.NaN())
- }
- is(math.IsNaN(UndefinedValue().toFloat()), true)
- })
-}
-
-func TestToString(t *testing.T) {
- tt(t, func() {
- is("undefined", UndefinedValue().toString())
- is("null", NullValue().toString())
- is("true", toValue(true).toString())
- is("false", toValue(false).toString())
-
- is(UndefinedValue(), "undefined")
- is(NullValue(), "null")
- is(toValue(true), true)
- is(toValue(false), false)
- })
-}
-
-func Test_toInt32(t *testing.T) {
- tt(t, func() {
- test := []interface{}{
- 0, int32(0),
- 1, int32(1),
- -2147483649.0, int32(2147483647),
- -4294967297.0, int32(-1),
- -4294967296.0, int32(0),
- -4294967295.0, int32(1),
- math.Inf(+1), int32(0),
- math.Inf(-1), int32(0),
- }
- for index := 0; index < len(test)/2; index++ {
- // FIXME terst, Make strict again?
- is(
- toInt32(toValue(test[index*2])),
- test[index*2+1].(int32),
- )
- }
- })
-}
-
-func Test_toUint32(t *testing.T) {
- tt(t, func() {
- test := []interface{}{
- 0, uint32(0),
- 1, uint32(1),
- -2147483649.0, uint32(2147483647),
- -4294967297.0, uint32(4294967295),
- -4294967296.0, uint32(0),
- -4294967295.0, uint32(1),
- math.Inf(+1), uint32(0),
- math.Inf(-1), uint32(0),
- }
- for index := 0; index < len(test)/2; index++ {
- // FIXME terst, Make strict again?
- is(
- toUint32(toValue(test[index*2])),
- test[index*2+1].(uint32),
- )
- }
- })
-}
-
-func Test_toUint16(t *testing.T) {
- tt(t, func() {
- test := []interface{}{
- 0, uint16(0),
- 1, uint16(1),
- -2147483649.0, uint16(65535),
- -4294967297.0, uint16(65535),
- -4294967296.0, uint16(0),
- -4294967295.0, uint16(1),
- math.Inf(+1), uint16(0),
- math.Inf(-1), uint16(0),
- }
- for index := 0; index < len(test)/2; index++ {
- // FIXME terst, Make strict again?
- is(
- toUint16(toValue(test[index*2])),
- test[index*2+1].(uint16),
- )
- }
- })
-}
-
-func Test_sameValue(t *testing.T) {
- tt(t, func() {
- is(sameValue(positiveZeroValue(), negativeZeroValue()), false)
- is(sameValue(positiveZeroValue(), toValue(0)), true)
- is(sameValue(NaNValue(), NaNValue()), true)
- is(sameValue(NaNValue(), toValue("Nothing happens.")), false)
- })
-}
-
-func TestExport(t *testing.T) {
- tt(t, func() {
- test, vm := test()
-
- is(test(`null;`).export(), nil)
- is(test(`undefined;`).export(), nil)
- is(test(`true;`).export(), true)
- is(test(`false;`).export(), false)
- is(test(`0;`).export(), 0)
- is(test(`3.1459`).export(), 3.1459)
- is(test(`"Nothing happens";`).export(), "Nothing happens")
- is(test(`String.fromCharCode(97,98,99,100,101,102)`).export(), "abcdef")
- {
- value := test(`({ abc: 1, def: true, ghi: undefined });`).export().(map[string]interface{})
- is(value["abc"], 1)
- is(value["def"], true)
- _, exists := value["ghi"]
- is(exists, false)
- }
- {
- value := test(`[ "abc", 1, "def", true, undefined, null ];`).export().([]interface{})
- is(value[0], "abc")
- is(value[1], 1)
- is(value[2], "def")
- is(value[3], true)
- is(value[4], nil)
- is(value[5], nil)
- is(value[5], interface{}(nil))
- }
-
- roundtrip := []interface{}{
- true,
- false,
- 0,
- 3.1459,
- []interface{}{true, false, 0, 3.1459, "abc"},
- map[string]interface{}{
- "Boolean": true,
- "Number": 3.1459,
- "String": "abc",
- "Array": []interface{}{false, 0, "", nil},
- "Object": map[string]interface{}{
- "Boolean": false,
- "Number": 0,
- "String": "def",
- },
- },
- }
-
- for _, value := range roundtrip {
- input, err := json.Marshal(value)
- is(err, nil)
-
- output, err := json.Marshal(test("(" + string(input) + ");").export())
- is(err, nil)
-
- is(string(input), string(output))
- }
-
- {
- abc := struct {
- def int
- ghi interface{}
- xyz float32
- }{}
- abc.def = 3
- abc.xyz = 3.1459
- vm.Set("abc", abc)
- is(test(`abc;`).export(), abc)
- }
- })
-}