| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
| parsecvs.php | 137 function fixup($str) 142 function wmysql_query($sql) 148 function extract_bugs($regs)
|
| /external/llvm/test/MC/ARM/ |
| thumb-types.s | 8 .type implicit_function,%function 17 .type arm_function,%function 28 .type explicit_function,%function 58 @ CHECK: Type: Function 70 @ CHECK: Type: Function 82 @ CHECK: Type: Function
|
| /external/llvm/test/MC/Mips/ |
| mips-pdr.s | 9 # ASMOUT: .type _local_foo,@function 47 .type _local_foo,@function 57 .type _global_foo,@function
|
| /external/v8/src/ |
| apinatives.js | 12 function CreateDate(time) { 23 function Instantiate(data, name) { 31 // Note: Do not directly use a function template as a condition, our 50 function InstantiateFunction(data, name) { 67 // Note: Do not directly use a function template as a condition, our 89 function ConfigureTemplateInstance(obj, data) {
|
| d8.js | 7 String.prototype.startsWith = function (str) { 14 function log10(num) { 18 function ToInspectableObject(obj) { 26 function GetCompletions(global, last, full) { 109 function ScriptTypeFlag(type) { 115 // This function returns an object with properties "text" and "running" holding 117 function DebugMessageDetails(message) { 132 function DebugEventDetails(response) { 219 function SourceInfo(body) { 238 function SourceUnderline(source_text, position) [all...] |
| optimizing-compiler-thread.h | 59 OptimizedCompileJob* FindReadyOSRCandidate(Handle<JSFunction> function, 61 bool IsQueuedForOSR(Handle<JSFunction> function, BailoutId osr_ast_id); 63 bool IsQueuedForOSR(JSFunction* function);
|
| /external/v8/test/mjsunit/ |
| arguments-opt.js | 30 function L0() { 34 function L1(a) { 38 function L5(a,b,c,d,e) { 59 function A(key) { 98 function O(key) { 99 return { toString: function() { return key; } };
|
| array-literal-feedback.js | 47 function getKind(obj) { 54 function isHoley(obj) { 59 function assertKind(expected, obj, name_opt) { 63 function get_literal(x) { 97 (function() { 98 function bar(a, b, c) {
|
| builtins.js | 30 // Checks that all function properties of the builtin object that are actually 37 function isFunction(obj) { 38 return typeof obj == "function"; 41 function isV8Native(name) { 49 function checkConstructor(func, name) { 50 // A constructor is a function with a prototype and properties on the
|
| debug-constructor.js | 32 // Simple function which collects a simple call graph. 34 function listener(event, exec_state, event_data, data) { 46 function a() { 50 function b() { 55 function c() { 60 function d() {
|
| debug-stepout-to-builtin.js | 39 // and than check that execution is paused inside function 41 function listener(event, exec_state, event_data, data) { 64 function replacer(key, value) { 71 // Test step into function call from a function without local variables. 72 function testStepOutToBuiltIn() {
|
| math-floor-part4.js | 32 function testFloor(expect, input) { 33 var test = new Function('n', 41 var test_double_output = new Function( 51 function zero() { 53 return (function() { return x - 0.5; })(); 56 function test() { 74 function floorsum(i, n) { 83 // The optimized function will deopt. Run it with enough iterations to try
|
| /external/v8/test/mjsunit/compiler/ |
| countoperation.js | 114 function f(x) { x++; return x; } 117 function g(x) { ++x; return x; } 120 function h(x) { var y = x++; return y; } 123 function k(x) { var y = ++x; return y; } 127 function countTestPost(i) { var k = 0; while (i--) { k++; } return k; } 130 function countTestPre(i) { var k = 0; while (--i) { k++; } return k; }
|
| /external/v8/test/mjsunit/harmony/ |
| string-codepointat.js | 70 assertThrows(function() { 73 assertThrows(function() { 76 assertThrows(function() { 79 assertThrows(function() { 85 toString: function() { return "abc"; } 89 toString: function() { ++tmp; return String(tmp); }
|
| /external/v8/test/mjsunit/regress/ |
| poly_count_operation.js | 35 function f_mono(o) { 46 {get:function() { 54 set:function(new_v) { 75 function f_poly(o) { 102 function f_pre(o) { 130 function f_get(o) {
|
| regress-1081309.js | 37 function ParsedResponse(json) { 48 ParsedResponse.prototype.response = function() { 53 ParsedResponse.prototype.body = function() { 58 ParsedResponse.prototype.lookup = function(handle) { 63 function listener(event, exec_state, event_data, data) { 96 function g() {
|
| regress-145201.js | 34 function collect () { 35 function item(operator) { 45 function unary(op, after) { 53 function binary(op, other_side, inverted) { 65 function catcher() { 94 unary('(function() {}).apply(null, ', ')');
|
| regress-1853.js | 39 function sendCommand(state, cmd) { 47 function setBreakPointByName(state) { 60 function setBreakPointByRegExp(state) { 73 function listener(event, exec_state, event_data, data) { 101 eval('function test1() { \n' + 107 eval('function test2() { \n' +
|
| regress-618.js | 29 function C1() { 44 function C2() { 59 function C3() { 68 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; }); 74 function C4() { 83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; });
|
| regress-798.js | 31 x.__defineGetter__("a", function() { 40 x.__defineSetter__("a", function(val) { 49 function getB() { 58 function setB(val) { 71 get: function() { 79 set: function(val) {
|
| regress-crbug-163530.js | 32 (function() { 36 object.a = function A(x, y, z) { 41 object.b = function B() { 58 (function() { 63 object.a = function A(x, y, z) { 68 object.b = function B(a, b, c, d, e, f, g, h) {
|
| /external/v8/test/mjsunit/third_party/ |
| object-keys.js | 34 assertThrows(function () { Object.keys(2) }, TypeError); 35 assertThrows(function () { Object.keys("foo") }, TypeError); 36 assertThrows(function () { Object.keys(null) }, TypeError); 37 assertThrows(function () { Object.keys(undefined) }, TypeError); 52 assertEquals(Object.keys(function () {}), []); 56 function argsTest(a, b, c) {
|
| /external/v8/test/test262/ |
| harness-adapt.js | 28 function fnGlobalObject() { return (function() { return this; })(); } 30 var ES5Harness = (function() { 34 function Test262Error(id, path, description, codeString, 45 Test262Error.prototype.toString = function() { 49 function registerTest(test) {
|
| /external/v8/test/webkit/ |
| dfg-inline-arguments-use-from-all-the-places.js | 25 "This tests that inlining preserves basic function.arguments functionality when said functionality is used from inside and outside getters and from inlined code, all at once." 28 function foo(o,b,c) { 32 function fuzz(a, b) { 36 function getter() { 43 function bar(o,b,c) { 47 function argsToStr(args) {
|
| /external/v8/test/webkit/fast/js/kde/ |
| object_prototype.js | 27 function MyClass() 50 function Class1() {} 51 function Class2() {} 52 function Class3() {} 82 function checkEnumerable(obj,property) 91 function myfunc(a,b,c)
|