| /external/v8/test/mjsunit/ |
| argument-assigned.js | 28 (function() { 29 function f(x) { 37 (function() { 38 function f(x) { 47 (function() { 48 function f(x) { 61 (function() { 62 function f(x, s) { 70 (function() { 71 function f(x, s) [all...] |
| field-type-tracking.js | 7 (function() { 9 function A() { 12 function readA(x) { 33 function readAFromB(x) { 72 (function() { 73 function A() { this.x = 0; } 75 function B(o) { return o.a.y; } 76 function C() { this.a = new A(); } 97 (function() { 103 (function() { [all...] |
| eval-enclosing-function-name.js | 28 // From within 'eval', the name of the enclosing function should be 31 var f = function y() { return typeof y; }; 32 assertEquals("function", f()); 35 f = function y() { return eval('typeof y'); }; 36 assertEquals("function", f()); 39 f = function y() { y = 3; return typeof y; }; 40 assertEquals("function", f()); 43 f = function y() { y += 3; return typeof y; }; 44 assertEquals("function", f()); 47 f = function y() { y &= y; return typeof y; } [all...] |
| /external/v8/test/mjsunit/harmony/ |
| super.js | 8 (function TestSuperNamedLoads() { 9 function Base() { } 10 function Derived() { 15 function fBase() { return "Base " + this.toString(); } 19 function fDerived() { 28 Base.prototype.toString = function() { return "this is Base"; }; 29 Derived.prototype.toString = function() { return "this is Derived"; }; 37 (function TestSuperKeywordNonMethod() { 38 function f() { 46 (function TestGetter() [all...] |
| /external/v8/test/mjsunit/es6/ |
| promises.js | 31 var call = Function.prototype.call.call.bind(Function.prototype.call) 36 function clear(o) { 37 if (o === null || (typeof o !== 'object' && typeof o !== 'function')) return 45 function clearProp(o, name) { 68 function assertAsyncRan() { ++asyncAssertsExpected } 70 function assertAsync(b, s) { 79 function assertAsyncDone(iteration) { 83 function() { 96 (function() { [all...] |
| generators-parsing.js | 31 function* g() { yield 3; yield 4; } 34 function* g() { (yield 3) + (yield 4); } 37 function* g() { yield; } 38 function* g() { yield } 39 function* g() { 42 function* g() { (yield) } 43 function* g() { [yield] } 44 function* g() { {yield} } 45 function* g() { yield, yield } 46 function* g() { yield; yield [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_adapters/ |
| default.js | 4 exports.createDocument = function () {
12 exports.createDocumentFragment = function () {
20 exports.createElement = function (tagName, namespaceURI, attrs) {
31 exports.createCommentNode = function (data) {
39 var createTextNode = function (value) {
49 exports.setDocumentType = function (document, name, publicId, systemId) {
75 exports.setQuirksMode = function (document) {
79 exports.isQuirksMode = function (document) {
83 var appendChild = exports.appendChild = function (parentNode, newNode) {
88 var insertBefore = exports.insertBefore = function (parentNode, newNode, referenceNode) { [all...] |
| /external/v8/test/webkit/fast/js/ |
| arguments.js | 28 function access_1(a, b, c) 33 function access_2(a, b, c) 38 function access_3(a, b, c) 43 function access_4(a, b, c) 48 function access_5(a, b, c) 53 function argumentLengthIs5() { 58 function duplicateArgumentAndReturnLast_call(a) { 63 function duplicateArgumentAndReturnFirst_call(a) { 68 function duplicateArgumentAndReturnLast_apply(a) { 73 function duplicateArgumentAndReturnFirst_apply(a) [all...] |
| /bionic/libc/bionic/ |
| assert.cpp | 39 void __assert2(const char* file, int line, const char* function, const char* failed_expression) { 40 __libc_fatal("%s:%d: %s: assertion \"%s\" failed", file, line, function, failed_expression);
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
| MismatchedNotSetException.as | 32 public function MismatchedNotSetException(expecting:BitSet, input:IntStream) {
|
| MismatchedRangeException.as | 33 public function MismatchedRangeException(a:int, b:int, input:IntStream) { 39 public function toString():String {
|
| MismatchedSetException.as | 33 public function MismatchedSetException(expecting:BitSet, input:IntStream) { 38 public function toString():String {
|
| MismatchedTokenException.as | 34 public function MismatchedTokenException(expecting:int, input:IntStream) { 39 public function toString():String {
|
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
| RewriteCardinalityException.as | 37 public function RewriteCardinalityException(elementDescription:String) { 42 public function getMessage():String {
|
| RewriteEarlyExitException.as | 33 public function RewriteEarlyExitException(elementDescription:String = null) {
|
| RewriteEmptyStreamException.as | 32 public function RewriteEmptyStreamException(elementDescription:String) {
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
| CharStream.js | 7 org.antlr.runtime.CharStream = function() {}; 8 org.antlr.runtime.IntStream = function() {};
|
| /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
| TreeRuleReturnScope.js | 6 org.antlr.runtime.tree.TreeRuleReturnScope = function(){}; 11 getStart: function() { return this.start; }
|
| /external/chromium-libpac/test/js-unittest/ |
| ends_with_statement_no_semicolon.js | 2 function FindProxyForURL(url, host) { return "PROXY success:" + x; }
|
| no_entrypoint.js | 2 "FindProxyForURL() function";
|
| return_unicode.js | 2 function FindProxyForURL(url, host) {
|
| unhandled_exception.js | 0 function FindProxyForURL(url, host) {
|
| /external/llvm/test/MC/ELF/ |
| comdat-reloc.s | 5 .type hello,@function 11 .type world,@function
|
| /external/llvm/test/MC/Mips/ |
| elf_st_other.s | 5 .type f1, @function 16 .type f2, @function
|
| /external/skia/tools/lua/ |
| chars-vs-glyphs.lua | 3 function sk_scrape_startcanvas(c, fileName) 7 function sk_scrape_endcanvas(c, fileName) 21 function sk_scrape_accumulate(t) 31 function sk_scrape_summarize()
|