HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 351 - 375 of 4292) sorted by null

<<11121314151617181920>>

  /external/v8/test/mjsunit/regress/
regress-phi-truncation.js 30 function test(fun, expectation) {
36 test(function(x) {
41 test(function(x) {
46 test(function(x) {
51 test(function(x) {
56 test(function(x) {
61 test(function(x) {
66 test(function(x) {
71 test(function(x) {
72 var a = x ? true : { valueOf: function() { return 2; } }
    [all...]
regress-2564.js 28 var o = [ function f0() { throw new Error(); },
29 function f1() { o[0](); },
30 function f2() { o[1](); },
31 function f3() { o[2](); } ];
33 Error.prepareStackTrace = function(error, frames) {
59 var o = [ function f0() { throw new Error(); },
60 function f1() { o[0](); },
61 function f2() { "use strict"; o[1](); },
62 function f3() { o[2](); } ];
64 Error.prepareStackTrace = function(error, frames)
    [all...]
regress-2594.js 33 function f1() {
36 eval("var h = function() { return XXX }")
42 function f2() {
45 eval("function h(){ return XXX }")
51 function f3() {
55 eval("function h(){ return XXX }")
62 function f4() {
66 eval("function h(){ return XXX }")
73 function f5() {
76 eval('eval("function h(){ return XXX }")'
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
CustomElements.js 12 (function() {
15 var WeakMap = function() {
19 set: function(key, value) {
27 get: function(key) {
31 "delete": function(key) {
37 has: function(key) {
51 (function(scope) {
54 var addModule = function(module) {
57 var initializeModules = function() {
58 modules.forEach(function(module)
    [all...]
CustomElements.min.js 11 "undefined"==typeof WeakMap&&!function(){var e=Object.defineProperty,t=Date.now()%1e9,o=function(){this.name="__st"+(1e9*Math.random()>>>0)+(t++ +"__")};o.prototype={set:function(t,o){var n=t[this.name];return n&&n[0]===t?n[1]=o:e(t,this.name,{value:[t,o],writable:!0}),this},get:function(e){var t;return(t=e[this.name])&&t[0]===e?t[1]:void 0},"delete":function(e){var t=e[this.name];return t&&t[0]===e?(t[0]=t[1]=void 0,!0):!1},has:function(e){var t=e[this.name];return t?t[0]===e:!1}},window.WeakMap=o}(),window.CustomElements=window.CustomElements||{flags:{}},function(e){var t=e.flags,o=[],n=function(e){o.push(e)},r=function(){o.forEach(function(t){t(e)})};e.addModule=n,e.initializeModules=r,e.hasNative=Boolean(document.registerElement),e.use (…)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.js 13 (function(scope) {
22 pathTest.addEventListener('testpath', function(ev) {
39 shadow: function(inEl) {
44 canTarget: function(shadow) {
47 targetingShadow: function(inEl) {
53 olderShadow: function(shadow) {
63 allShadows: function(element) {
71 searchRoot: function(inRoot, x, y) {
86 owner: function(element) {
101 findTarget: function(inEvent)
    [all...]
  /external/v8/test/mjsunit/es6/
collections.js 31 function assertSize(expected, collection) {
39 function TestValidSetCalls(m) {
40 assertDoesNotThrow(function () { m.add(new Object) });
41 assertDoesNotThrow(function () { m.has(new Object) });
42 assertDoesNotThrow(function () { m.delete(new Object) });
49 function TestValidMapCalls(m) {
50 assertDoesNotThrow(function () { m.get(new Object) });
51 assertDoesNotThrow(function () { m.set(new Object) });
52 assertDoesNotThrow(function () { m.has(new Object) });
53 assertDoesNotThrow(function () { m.delete(new Object) })
    [all...]
  /external/v8/test/mjsunit/
property-load-across-eval.js 31 function global_function() { return 'global'; }
33 const const_initialized = function() { return "const_global"; }
36 function testNoShadowing() {
38 function local_function() { return 'local'; }
40 const local_const_initialized = function() { return "const_local"; }
41 function f() {
64 function g() {
95 function testNoShadowing2() {
97 function local_function() { return 'local'; }
99 function f()
    [all...]
debug-stepin-accessor.js 40 // function 'g'.
41 function listener(event, exec_state, event_data, data) {
78 c.__defineGetter__('y', function getterY() {
82 c.__defineGetter__(3, function getter3() {
86 c.__defineSetter__('y', function setterY(n) {
90 c.__defineSetter__(3, function setter3(n) {
98 function testGetter1_1() {
105 function testGetter1_2() {
112 function testGetter1_3() {
121 function testGetter1_4()
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 26 org.antlr.global = (function() {
46 org.antlr.namespace = function() {
80 org.antlr.env.ua = function() {
266 isArray: function(o) {
279 isBoolean: function(o) {
284 * Determines whether or not the provided object is a function
288 isFunction: function(o) {
289 return typeof o === 'function';
297 isNull: function(o) {
306 isNumber: function(o)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/src/
ElementQueries.js 7 (function() {
10 * @type {Function}
13 var ElementQueries = this.ElementQueries = function() {
23 function getEmSize(element) {
39 function convertToPx(element, value) {
74 function SetupInformation(element) {
82 this.addOption = function(option) {
92 this.call = function() {
139 function setupElement(element, options) {
145 element.elementQueriesSensor = new ResizeSensor(element, function() {
    [all...]
  /external/v8/src/
object-observe.js 38 function GetObservationStateJS() {
54 function GetWeakMapWrapper() {
55 function MapWrapper(map) {
61 get: function(key) {
64 set: function(key, value) {
67 has: function(key) {
77 function GetContextMaps() {
91 function GetCallbackInfoMap() {
95 function GetObjectInfoMap() {
99 function GetNotifierObjectInfoMap()
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
site.js 0 function setup_dropdowns() {
11 function enable_dropdown(el) {
26 function show_hide() {
45 function set_sub_li(list, display) {
52 function add_onload(func) {
55 function new_onload() {
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2.cpp 3 static T t; // expected-error{{static data member instantiated with function type 'int ()'}}
5 typedef int function(); typedef
6 A<function> a; // expected-note{{instantiation of}}
9 B() { T t; } // expected-error{{variable instantiated with function type 'int ()'}}
11 B<function> b; // expected-note{{instantiation of}}
19 f0(0, vla); // expected-error{{no matching function for call to 'f0'}}
  /external/clang/test/SemaCXX/
cxx11-crashes.cpp 51 class function // expected-note 2 {{candidate}} class in namespace:rdar12542261
55 function(_Fp, typename check_complete<_Fp>::type* = 0); // expected-note {{candidate}}
61 function<void()> m_OnChange = [&, LeftCanvas]() { }; // expected-error {{no viable conversion}}
  /external/llvm/test/MC/ARM/
complex-operands.s 17 .type return,%function
22 .type arm_function,%function
32 .type thumb_function,%function
  /external/llvm/test/Object/Inputs/
elfver.S 19 .type foo1, @function
25 .type foo2, @function
30 .type unversioned_define, @function
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_assert.c 37 * A call to lp_build_assert() will build a function call to this function.
53 * Build an assertion in LLVM IR by building a function call to the
54 * lp_assert() function above.
68 LLVMValueRef function; local
78 function = lp_build_const_func_pointer(gallivm,
83 /* build function call param list */
91 LLVMBuildCall(builder, function, args, Elements(args), "");
  /external/skia/experimental/SkV8Example/js/
path.js 4 var onDraw = function(){
11 function f(context) {
27 function toHex(n) {
snow.js 4 function circlePath(r) {
15 var onDraw = function() {
33 function draw(ctx) {
72 function fps() {
84 window.onload = function(){
87 function drawCallback() {
  /external/skia/tools/lua/
bitmap_statistics.lua 0 function string.startsWith(String,Start)
5 function string.endsWith(String,End)
18 function sk_scrape_startcanvas(c, fileName)
22 function sk_scrape_endcanvas(c, fileName)
26 function sk_scrape_accumulate(t)
51 function sk_scrape_summarize()
  /external/v8/src/ic/
call-optimization.h 15 // Holds information about possible function call optimizations.
18 explicit CallOptimization(Handle<JSFunction> function);
48 void Initialize(Handle<JSFunction> function);
50 // Determines whether the given function can be called using the
52 void AnalyzePossibleApiFunction(Handle<JSFunction> function);
  /external/v8/test/perf-test/Collections/
weakmap.js 27 function WeakMapSetup() {
35 function WeakMapTearDown() {
40 function WeakMapSet() {
46 function WeakMapHas() {
60 function WeakMapGet() {
74 function WeakMapDelete() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
except.h 30 struct function;
64 current function. */
70 from the EH runtime to the function happens at a landing pad. */
159 /* A function decl to be invoked if this region is actually reachable
160 from within the function, rather than implementable from the runtime.
164 what termination function is called; it will be decided by the
165 personality function in effect for this CIE. */
192 /* The exception status for each function. */
196 /* The tree of all regions for this function. */
209 /* All of the runtime type data used by the function. These object
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 14 org.antlr.runtime.BitSet = function(bits) {
65 bitMask: function(bitNumber) {
78 numWordsToHold: function(el) {
89 wordNumber: function(bit) {
113 of: function(el, el2) {
166 add: function(el) {
179 addAll: function(elements) {
210 and: function(a) {
225 andInPlace: function(a) {
244 clear: function(el)
    [all...]

Completed in 2407 milliseconds

<<11121314151617181920>>