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

/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dproxy-inline-cache.js8 var getX = function(o) { return o.x; }; function in function:cacheOnTarget
9 noInline(getX);
13 sum += getX(proxy);
25 var getX = function(o) { return o.x; }; function in function:cacheOnPrototypeOfTarget
26 noInline(getX);
30 sum += getX(proxy);
42 var getX = function(o) { return o.x; }; function in function:dontCacheOnProxyInPrototypeChain
43 noInline(getX);
47 sum += getX(base);
60 var getX function in function:dontCacheOnTargetOfProxyInPrototypeChainOfTarget
[all...]
H A Dtest-spec-misc.js4 function getX(fromDFG) { function
10 noInline(getX);
14 var x = getX(DFGTrue());
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1819 function getX(ch) {
1830 var fromX = getX(from), fromOutside = wrongLine, toX = getX(to), toOutside = wrongLine;
1848 var middleX = getX(middle);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1819 function getX(ch) {
1830 var fromX = getX(from), fromOutside = wrongLine, toX = getX(to), toOutside = wrongLine;
1848 var middleX = getX(middle);
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim5090 \ 'SWFDisplayItem::getX(': 'void | float',

Completed in 213 milliseconds