test262/test/built-ins/Proxy/defineProperty
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
..
call-parameters.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
null-handler.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
return-boolean-and-define-target.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
return-is-abrupt.js Remove unused harness file 2016-02-12 13:44:18 -05:00
targetdesc-configurable-desc-not-configurable.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
targetdesc-not-compatible-descriptor-not-configurable-target.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
targetdesc-not-compatible-descriptor.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
targetdesc-undefined-not-configurable-descriptor.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
targetdesc-undefined-target-is-not-extensible.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
trap-is-not-callable.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
trap-is-undefined.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00
trap-return-is-false.js Proxy: defineProperty 2015-06-15 22:37:57 -04:00