test262/test/built-ins/Proxy/get
Mike Pennisi 071b5f03c6 Remove unused harness file
The harness file `Test262Error.js` has not contained executable code since it
was introduced in this project [1]. The definition of the `Test262Error`
function has consistently been located in the `sta.js` harness file which test
runners are expected to inject into the test environment.

Remove the file and all references to it.

[1] See commit c33bf0e043
2016-02-12 13:44:18 -05:00
..
accessor-get-is-undefined-throws.js Proxy: get 2015-06-15 22:37:57 -04:00
call-parameters.js Proxy: get 2015-06-15 22:37:57 -04:00
not-same-value-configurable-false-writable-false-throws.js Proxy: get 2015-06-15 22:37:57 -04:00
null-handler.js Proxy: get 2015-06-15 22:37:57 -04:00
return-is-abrupt.js Remove unused harness file 2016-02-12 13:44:18 -05:00
return-trap-result-accessor-property.js Proxy: get 2015-06-15 22:37:57 -04:00
return-trap-result-configurable-false-writable-true.js Proxy: get 2015-06-15 22:37:57 -04:00
return-trap-result-configurable-true-assessor-get-undefined.js Proxy: get 2015-06-15 22:37:57 -04:00
return-trap-result-configurable-true-writable-false.js Proxy: get 2015-06-15 22:37:57 -04:00
return-trap-result-same-value-configurable-false-writable-false.js Proxy: get 2015-06-15 22:37:57 -04:00
return-trap-result.js Proxy: get 2015-06-15 22:37:57 -04:00
trap-is-not-callable.js Proxy: get 2015-06-15 22:37:57 -04:00
trap-is-undefined-no-property.js Proxy: get 2015-06-15 22:37:57 -04:00
trap-is-undefined.js Proxy: get 2015-06-15 22:37:57 -04:00