Home | History | Annotate | Download | only in harmony

Lines Matching full:seal

1792 // Fixing (Object.freeze, Object.seal, Object.preventExtensions,
1805 Object.seal(p1)
1903 TestFixFunction(Object.seal)
1914 assertThrows(function(){ Object.seal(p) }, "myexn")
1944 TestWithProxies(f, Object.seal)
2049 try { Object.seal(p) } catch (e) { assertInstanceof(e, Error) }
2062 try { Object.seal(p) } catch (e) { assertInstanceof(e, Error) }