projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bf9d2f29249d09a82757d01d9230822dba02f7c8
[platform/framework/web/crosswalk-tizen.git]
/
1
'use strict';
2
3
var lastIndex = require('./last-index');
4
5
module.exports = function () {
6
var i;
7
if ((i = lastIndex.call(this)) !== null) return this[i];
8
return undefined;
9
};