Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/es6/
Darrow-functions-this.js37 var arrowInsideWith, arrowInsideWithEval; variable
40 arrowInsideWithEval = (s) => eval(s); function
76 assertEquals(global, call(arrowInsideWithEval, undefined, "this"));
77 assertEquals(global, call(arrowInsideWithEval, object, "this"));
78 assertEquals(global, call(arrowInsideWithEval, undefined, "(() => this)()"));
79 assertEquals(global, call(arrowInsideWithEval, object, "(() => this)()"));