Skip to content
Snippets Groups Projects
Forked from sweng-group-15 / drawing-app
Source project has a limited visibility.
Name Last commit Last update
test/built-ins/Proxy/apply
test/built-ins/Proxy/construct
test/built-ins/Proxy/defineProperty
test/built-ins/Proxy/deleteProperty
test/built-ins/Proxy/enumerate
test/built-ins/Proxy/get
test/built-ins/Proxy/getOwnPropertyDescriptor
test/built-ins/Proxy/getPrototypeOf
test/built-ins/Proxy/has
test/built-ins/Proxy/isExtensible
test/built-ins/Proxy/ownKeys
test/built-ins/Proxy/preventExtensions
test/built-ins/Proxy/revocable
test/built-ins/Proxy/set
test/built-ins/Proxy/setPrototypeOf
test/built-ins/Proxy/constructor.js
test/built-ins/Proxy/create-handler-is-revoked-proxy.js
test/built-ins/Proxy/create-handler-not-object-throw-boolean.js
test/built-ins/Proxy/create-handler-not-object-throw-null.js
test/built-ins/Proxy/create-handler-not-object-throw-number.js
test/built-ins/Proxy/create-handler-not-object-throw-string.js
test/built-ins/Proxy/create-handler-not-object-throw-symbol.js
test/built-ins/Proxy/create-handler-not-object-throw-undefined.js
test/built-ins/Proxy/create-target-is-not-callable.js
test/built-ins/Proxy/create-target-is-not-constructor.js
test/built-ins/Proxy/create-target-is-revoked-proxy.js
test/built-ins/Proxy/create-target-not-object-throw-boolean.js
test/built-ins/Proxy/create-target-not-object-throw-null.js
test/built-ins/Proxy/create-target-not-object-throw-number.js
test/built-ins/Proxy/create-target-not-object-throw-string.js
test/built-ins/Proxy/create-target-not-object-throw-symbol.js
test/built-ins/Proxy/create-target-not-object-throw-undefined.js
test/built-ins/Proxy/function-prototype.js
test/built-ins/Proxy/get-fn-realm.js
test/built-ins/Proxy/length.js
test/built-ins/Proxy/name.js
test/built-ins/Proxy/proxy-newtarget.js
test/built-ins/Proxy/proxy-no-prototype.js
test/built-ins/Proxy/proxy-undefined-newtarget.js
test/built-ins/Proxy/proxy.js