Searched refs:InstallFunctions (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/
H A Dharmony-classes.js29 InstallFunctions($Function.prototype, DONT_ENUM, $Array(
H A Dsymbol.js110 InstallFunctions($Symbol, DONT_ENUM, $Array(
116 InstallFunctions($Symbol.prototype, DONT_ENUM, $Array(
128 InstallFunctions($Object, DONT_ENUM, $Array(
H A Dcollection-iterator.js73 InstallFunctions(SetIterator.prototype, DONT_ENUM, $Array(
88 InstallFunctions($Set.prototype, DONT_ENUM, $Array(
170 InstallFunctions(MapIterator.prototype, DONT_ENUM, $Array(
185 InstallFunctions($Map.prototype, DONT_ENUM, $Array(
H A Darraybuffer.js82 InstallFunctions($ArrayBuffer, DONT_ENUM, $Array(
86 InstallFunctions($ArrayBuffer.prototype, DONT_ENUM, $Array(
H A Darray-iterator.js109 InstallFunctions(ArrayIterator.prototype, DONT_ENUM, $Array(
122 InstallFunctions($Array.prototype, DONT_ENUM, $Array(
H A Dharmony-array.js145 InstallFunctions($Array, DONT_ENUM, $Array(
150 InstallFunctions($Array.prototype, DONT_ENUM, $Array(
H A Dweak-collection.js119 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(
219 InstallFunctions($WeakSet.prototype, DONT_ENUM, $Array(
H A Dgenerator.js67 InstallFunctions(GeneratorObjectPrototype,
H A Dstring-iterator.js84 InstallFunctions(StringIterator.prototype, DONT_ENUM, $Array(
H A Dcollection.js134 InstallFunctions($Set.prototype, DONT_ENUM, $Array(
276 InstallFunctions($Map.prototype, DONT_ENUM, $Array(
H A Dharmony-string.js177 InstallFunctions($String, DONT_ENUM, $Array(
182 InstallFunctions($String.prototype, DONT_ENUM, $Array(
H A Dobject-observe.js637 InstallFunctions($Object, DONT_ENUM, $Array(
643 InstallFunctions($Array, DONT_ENUM, $Array(
647 InstallFunctions(notifierPrototype, DONT_ENUM, $Array(
H A Dproxy.js56 InstallFunctions($Proxy, DONT_ENUM, [
H A Dpromise.js351 InstallFunctions($Promise, DONT_ENUM, [
359 InstallFunctions($Promise.prototype, DONT_ENUM, [
H A Dtypedarray.js314 InstallFunctions(global.NAME.prototype, DONT_ENUM, $Array(
445 InstallFunctions($DataView.prototype, DONT_ENUM, $Array(
H A Dv8natives.js22 function InstallFunctions(object, attributes, functions) { function
203 InstallFunctions(global, DONT_ENUM, $Array(
1418 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
1434 InstallFunctions($Object, DONT_ENUM, $Array(
1504 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
1707 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
1717 InstallFunctions($Number, DONT_ENUM, $Array(
1876 InstallFunctions($Function.prototype, DONT_ENUM, $Array(
H A Djson.js224 InstallFunctions($JSON, DONT_ENUM, $Array(
H A Ddate.js759 InstallFunctions($Date, DONT_ENUM, $Array(
770 InstallFunctions($Date.prototype, DONT_ENUM, $Array(
H A Dstring.js940 InstallFunctions($String, DONT_ENUM, $Array(
945 InstallFunctions($String.prototype, DONT_ENUM, $Array(
H A Dmath.js342 InstallFunctions($Math, DONT_ENUM, $Array(
H A Dregexp.js398 InstallFunctions($RegExp.prototype, DONT_ENUM, $Array(
H A Duri.js383 InstallFunctions(global, DONT_ENUM, $Array(
H A Darray.js1489 InstallFunctions($Array, DONT_ENUM, $Array(
1510 InstallFunctions($Array.prototype, DONT_ENUM, $Array(
H A Dmessages.js1294 InstallFunctions($Error.prototype, DONT_ENUM, ['toString', ErrorToString]);

Completed in 435 milliseconds