HomeSort by relevance Sort by last modified time
    Searched refs:return (Results 326 - 350 of 3313) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js 183 * @return {JsEvalContext}
189 return instance;
191 return new JsEvalContext(opt_data, opt_parent);
221 * @return {Object|null} The value of the expression from which
227 return exprFunction.call(template, this.vars_, this.data_);
231 return JsEvalContext.globals_[GLOB_default];
251 * @return {JsEvalContext}
257 return ret;
283 * @return {Object?} value
286 return this.vars_[name];
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js 183 * @return {JsEvalContext}
189 return instance;
191 return new JsEvalContext(opt_data, opt_parent);
221 * @return {Object|null} The value of the expression from which
227 return exprFunction.call(template, this.vars_, this.data_);
231 return JsEvalContext.globals_[GLOB_default];
251 * @return {JsEvalContext}
257 return ret;
283 * @return {Object?} value
286 return this.vars_[name]
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 46 return {
51 return {
62 return Math.random();
73 return key;
139 * @return {boolean} Whether the tree is empty.
142 return !this.root_;
157 return;
163 return;
185 * @return {SplayTree.Node} The removed node.
207 return removed
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 46 return {
51 return {
62 return Math.random();
73 return key;
139 * @return {boolean} Whether the tree is empty.
142 return !this.root_;
157 return;
163 return;
185 * @return {SplayTree.Node} The removed node.
207 return removed
    [all...]
  /external/v8/test/mjsunit/bugs/
bug-941049.js 43 return f.arguments;
52 return result;
61 return result;
84 return q.arguments;
91 return result;
  /external/v8/test/mjsunit/compiler/
regress-3218915.js 34 function side_effect() { try {} finally {} return "wrong"; }
37 function observe(x, y) { try {} finally {} return x; }
42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); }
49 // Force test to deopt. If it behaves normally, it should return the global
51 // deopt, it will return the string "wrong".
regress-gap.js 36 return v1;
53 return v1;
72 return v1;
90 return v1 + x1;
110 return v1 + x1;
  /external/v8/test/mjsunit/
debug-liveedit-breakpoints.js 35 + " return 'Z';\n" // Breakpoint line ( #6 )
40 + " return 25;\n" // Breakpoint line ( #1 )
48 + " return x + y;\n"
52 + " return function F27() {\n"
54 + " return a - b;\n"
debug-liveedit-newsource.js 36 + " return 'Cat';\n"
39 + " return 'Table';\n"
41 + "function ChooseNumber() { return 17; } \n"
43 + " return function FactoryImpl(name) {\n"
44 + " return 'Help ' + name;\n"
indexed-accessors.js 32 o.__defineGetter__('0', function() { return o.x; });
48 Pair.prototype.__defineGetter__('0', function() { return this.x; });
49 Pair.prototype.__defineGetter__('1', function() { return this.y; });
78 actual.__defineGetter__('0', function() { return expected[0]; });
86 q.__defineGetter__('0', function() { return 42; });
object-literal-overwrite.js 53 bar: function(){return 7},
82 var inner = { j: function(x) { return x; }, j: 7 };
83 return inner.j;
102 return r.y;
113 return r[113];
to_number_order.js 31 var vv = function() { x += "hest"; return 1; }
32 var ww = function() { x += "fisk"; return 2; }
59 var year = { valueOf: function() { x += 1; return 2007; } };
60 var month = { valueOf: function() { x += 2; return 2; } };
61 var date = { valueOf: function() { x += 3; return 4; } };
62 var hours = { valueOf: function() { x += 4; return 13; } };
63 var minutes = { valueOf: function() { x += 5; return 50; } };
64 var seconds = { valueOf: function() { x += 6; return 0; } };
65 var ms = { valueOf: function() { x += 7; return 999; } };
134 var a = { valueOf: function() { x += "hest"; return 97; } }
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatasubstringvalue.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatasubstringvalue";
84 method should return the specified substring starting
86 The method should return the string "Margaret".
93 if(checkInitialization(builder, "hc_characterdatasubstringvalue") != null) return;
hc_documentgetdoctype.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetdoctype";
78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
79 HTML implementations may return null.
86 if(checkInitialization(builder, "hc_documentgetdoctype") != null) return;
hc_elementgetattributenodenull.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetattributenodenull";
79 attribute node by name. It should return null if the
84 return "null". The non-existing attribute to be used
92 if(checkInitialization(builder, "hc_elementgetattributenodenull") != null) return;
hc_elementreplaceexistingattributegevalue.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementreplaceexistingattributegevalue";
80 return the previously existing Attr node.
85 should return the existing Attr node(old "class" Attr).
94 if(checkInitialization(builder, "hc_elementreplaceexistingattributegevalue") != null) return;
hc_nodeclonenodefalse.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeclonenodefalse";
85 method should return "employee" and the "getLength()"
86 method should return 0.
93 if(checkInitialization(builder, "hc_nodeclonenodefalse") != null) return;
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatasubstringvalue.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_characterdatasubstringvalue";
84 method should return the specified substring starting
86 The method should return the string "Margaret".
93 if(checkInitialization(builder, "hc_characterdatasubstringvalue") != null) return;
hc_documentgetdoctype.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_documentgetdoctype";
78 Access Document.doctype for hc_staff, if not text/html should return DocumentType node.
79 HTML implementations may return null.
86 if(checkInitialization(builder, "hc_documentgetdoctype") != null) return;
hc_elementgetattributenodenull.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementgetattributenodenull";
79 attribute node by name. It should return null if the
84 return "null". The non-existing attribute to be used
92 if(checkInitialization(builder, "hc_elementgetattributenodenull") != null) return;
hc_elementreplaceexistingattributegevalue.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_elementreplaceexistingattributegevalue";
80 return the previously existing Attr node.
85 should return the existing Attr node(old "class" Attr).
94 if(checkInitialization(builder, "hc_elementreplaceexistingattributegevalue") != null) return;
hc_nodeclonenodefalse.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeclonenodefalse";
85 method should return "employee" and the "getLength()"
86 method should return 0.
93 if(checkInitialization(builder, "hc_nodeclonenodefalse") != null) return;
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodecomparedocumentposition21.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodecomparedocumentposition21";
80 whose localName is name. The first text node should return FOLLOWING and the second text node should
81 return PRECEDING when compareDocumentPosition is invoked with the other node as a parameter.
90 if(checkInitialization(builder, "nodecomparedocumentposition21") != null) return;
nodecomparedocumentposition28.js 17 * @return uri identifier of test
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodecomparedocumentposition28";
80 should return FOLLOWING, and should return PRECEDING vice versa.
88 if(checkInitialization(builder, "nodecomparedocumentposition28") != null) return;
  /external/chromium/chrome/browser/sync/resources/
gaia_login.js 26 return 'url("' + s2 + '")';
153 return false;
167 return false;
197 return; // No blurb in captcha challenge mode.
225 return false;
230 return false;
235 return false;
237 return true;
241 return true;
246 return onlogin()
    [all...]

Completed in 391 milliseconds

<<11121314151617181920>>