Home
last modified time | relevance | path

Searched refs:thisArg (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
Dharmony-array.js24 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/
DHeaders.cpp211 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()
DHeaders.idl28 void forEach(HeadersForEachCallback callback, optional any thisArg);
/external/chromium_org/v8/test/mjsunit/harmony/
Darray-findindex.js229 var thisArg = { variable
234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); argument
238 }, thisArg);
Darray-find.js229 var thisArg = { variable
234 Array.prototype.push.apply(thisArg, ["c", "b", "a"]); argument
238 }, thisArg);
/external/chromium-trace/trace-viewer/src/tracing/importer/
Dtrace_event_importer.js613 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/
DFontFaceSet.h84 void forEach(FontFaceSetForEachCallback*, const ScriptValue& thisArg) const;
140 void forEachInternal(FontFaceSetForEachCallback*, const ScriptValue* thisArg) const;
DFontFaceSet.cpp359 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()
DFontFaceSet.idl50 void forEach(FontFaceSetForEachCallback callback, optional any thisArg);
/external/chromium_org/third_party/polymer/components/polymer/
Dpolymer.js.map1thisArg","call","CLONE_PROPS","CLONE_DEFAULTS","HAS_SVG_INSTANCE","SVGElementInstance","dispatcher…
/external/chromium_org/third_party/polymer/components-chromium/polymer/
Dpolymer.js.map1thisArg","call","CLONE_PROPS","CLONE_DEFAULTS","HAS_SVG_INSTANCE","SVGElementInstance","dispatcher…
/external/chromium_org/third_party/polymer_legacy/platform/
Dplatform.js.map1 …\n forEach: function(callback, thisArg) {\n this.values.forEach(function(v, i) {\n …