Searched defs:revocable (Results 1 – 10 of 10) sorted by relevance
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | array-isarray.js | 34 var revocable = Proxy.revocable ({}, {}); variable
|
| D | proxy_create.js | 21 var revocable = Proxy.revocable(target, handler); variable
|
| D | proxy_revocable.js | 22 var revocable = Proxy.revocable(target, handler); variable
|
| D | json-stringify.js | 36 var revocable = Proxy.revocable (target, { get (t, p , r) { variable
|
| D | proxy_is_extensible.js | 124 var revocable = Proxy.revocable (target, {}); variable
|
| D | proxy_set.js | 101 var revocable = Proxy.revocable (target, {}); variable
|
| D | proxy_delete.js | 111 var revocable = Proxy.revocable ({}, {}); variable
|
| D | proxy_call.js | 35 var revocable = Proxy.revokable (function () {}, {}); variable
|
| /third_party/typescript/lib/ |
| D | lib.es2015.proxy.d.ts | 119 …revocable<T extends object>(target: T, handler: ProxyHandler<T>): { proxy: T; revoke: () => void; … method
|
| /third_party/typescript/src/lib/ |
| D | es2015.proxy.d.ts | 99 …revocable<T extends object>(target: T, handler: ProxyHandler<T>): { proxy: T; revoke: () => void; … method
|