/external/chromium_org/v8/src/ |
D | harmony-array.js | 24 var thisArg; 26 thisArg = %_Arguments(1); 29 if (IS_NULL_OR_UNDEFINED(thisArg)) { 30 thisArg = %GetDefaultReceiver(predicate) || thisArg; 31 } else if (!IS_SPEC_OBJECT(thisArg) && %IsSloppyModeFunction(predicate)) { 32 thisArg = ToObject(thisArg); 38 if (%_CallFunction(thisArg, element, i, array, predicate)) { 59 var thisArg; 61 thisArg = %_Arguments(1); 64 if (IS_NULL_OR_UNDEFINED(thisArg)) { [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | Headers.cpp | 211 void Headers::forEach(HeadersForEachCallback* callback, const ScriptValue& thisArg) in forEach() argument 213 forEachInternal(callback, &thisArg); in forEach() 308 void Headers::forEachInternal(HeadersForEachCallback* callback, const ScriptValue* thisArg) in forEachInternal() argument 312 if (thisArg) in forEachInternal() 313 …callback->handleItem(*thisArg, m_headerList->list()[i]->second, m_headerList->list()[i]->first, th… in forEachInternal()
|
D | Headers.idl | 28 void forEach(HeadersForEachCallback callback, optional any thisArg);
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | array-findindex.js | 229 var thisArg = { variable 234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); argument 238 }, thisArg);
|
D | array-find.js | 229 var thisArg = { variable 234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); argument 238 }, thisArg);
|
/external/chromium-trace/trace-viewer/src/tracing/importer/ |
D | trace_event_importer.js | 613 function iterObject(object, func, containingSnapshot, thisArg) { argument 619 var res = func.call(thisArg, object, i, object[i], 622 iterObject(res, func, containingSnapshot, thisArg); 624 iterObject(object[i], func, containingSnapshot, thisArg); 630 var res = func.call(thisArg, object, key, object[key], 633 iterObject(res, func, containingSnapshot, thisArg); 635 iterObject(object[key], func, containingSnapshot, thisArg);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontFaceSet.h | 84 void forEach(FontFaceSetForEachCallback*, const ScriptValue& thisArg) const; 140 void forEachInternal(FontFaceSetForEachCallback*, const ScriptValue* thisArg) const;
|
D | FontFaceSet.cpp | 359 void FontFaceSet::forEach(FontFaceSetForEachCallback* callback, const ScriptValue& thisArg) const in forEach() 361 forEachInternal(callback, &thisArg); in forEach() 369 void FontFaceSet::forEachInternal(FontFaceSetForEachCallback* callback, const ScriptValue* thisArg)… in forEachInternal() 383 if (thisArg) in forEachInternal() 384 callback->handleItem(*thisArg, face, face, const_cast<FontFaceSet*>(this)); in forEachInternal()
|
D | FontFaceSet.idl | 50 void forEach(FontFaceSetForEachCallback callback, optional any thisArg);
|
/external/chromium_org/third_party/polymer/components/polymer/ |
D | polymer.js.map | 1 …thisArg","call","CLONE_PROPS","CLONE_DEFAULTS","HAS_SVG_INSTANCE","SVGElementInstance","dispatcher…
|
/external/chromium_org/third_party/polymer/components-chromium/polymer/ |
D | polymer.js.map | 1 …thisArg","call","CLONE_PROPS","CLONE_DEFAULTS","HAS_SVG_INSTANCE","SVGElementInstance","dispatcher…
|
/external/chromium_org/third_party/polymer_legacy/platform/ |
D | platform.js.map | 1 …\n forEach: function(callback, thisArg) {\n this.values.forEach(function(v, i) {\n …
|