Function
f
(x)
Source from the content-addressed store, hash-verified
| 40 | test(true); |
| 41 | |
| 42 | var f = function(x) { |
| 43 | console.log(x); |
| 44 | return Object.getPrototypeOf(x); |
| 45 | }; |
| 46 | %PrepareFunctionForOptimization(f); |
| 47 | try{f();} catch(e) {} |
| 48 | %OptimizeMaglevOnNextCall(f); |