Home
last modified time | relevance | path

Searched refs:InstallFunctions (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/
Dcollection.js223 InstallFunctions($Set.prototype, DONT_ENUM, $Array(
230 InstallFunctions($Map.prototype, DONT_ENUM, $Array(
244 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(
Dv8natives.js48 function InstallFunctions(object, attributes, functions) { class
190 InstallFunctions(global, DONT_ENUM, $Array(
1289 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
1301 InstallFunctions($Object, DONT_ENUM, $Array(
1353 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
1523 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
1531 InstallFunctions($Number, DONT_ENUM, $Array(
1668 InstallFunctions($Function.prototype, DONT_ENUM, $Array(
Dmath.js268 InstallFunctions($Math, DONT_ENUM, $Array(
Ddate.js812 InstallFunctions($Date, DONT_ENUM, $Array(
823 InstallFunctions($Date.prototype, DONT_ENUM, $Array(
Dstring.js974 InstallFunctions($String, DONT_ENUM, $Array(
980 InstallFunctions($String.prototype, DONT_ENUM, $Array(
Duri.js414 InstallFunctions(global, DONT_ENUM, $Array(
Dregexp.js407 InstallFunctions($RegExp.prototype, DONT_ENUM, $Array(
Djson.js342 InstallFunctions($JSON, DONT_ENUM, $Array(
Darray.js1374 InstallFunctions($Array, DONT_ENUM, $Array(
1395 InstallFunctions($Array.prototype, DONT_ENUM, $Array(
Dmessages.js1221 InstallFunctions($Error.prototype, DONT_ENUM, ['toString', ErrorToString]);