Searched refs:cnHello (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
H A Dcall-001.js55 var cnHello = 'Hello'; variable
62 f = Function.call(self, 'return cnHello');
63 g = Function.call(objTEST, 'return cnHello');
67 expect = cnHello;
72 expect = cnHello;

Completed in 369 milliseconds