Home
last modified time | relevance | path

Searched refs:CreateFrozen (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies-function.js33 function CreateFrozen(handler, callTrap, constructTrap) { class
192 var f = CreateFrozen({}, callTrap)
253 TestCall(false, CreateFrozen(handler, function(x, y) {
292 var f = CreateFrozen({}, callTrap)
308 TestCallThrow(CreateFrozen({}, function() { throw "myexn" }))
374 var f = CreateFrozen(handler, function() {}, constructTrap)
387 TestConstruct(Object.prototype, CreateFrozen(handler, ReturnNew))
388 TestConstruct(prototype, CreateFrozen(handler, ReturnNewWithProto))
408 var g = CreateFrozen(handler, callTrap)
430 TestConstructFromCall(Object.prototype, true, CreateFrozen({}, ReturnUndef))
[all …]