Searched defs:InstallFunctions (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dv8natives.js45 function InstallFunctions(object, attributes, functions) { function
210 InstallFunctions(global, DONT_ENUM, $Array(
1397 InstallFunctions($Object.prototype, DONT_ENUM, $Array(
1413 InstallFunctions($Object, DONT_ENUM, $Array(
1479 InstallFunctions($Boolean.prototype, DONT_ENUM, $Array(
1673 InstallFunctions($Number.prototype, DONT_ENUM, $Array(
1681 InstallFunctions($Number, DONT_ENUM, $Array(
1832 InstallFunctions($Function.prototype, DONT_ENUM, $Array(
/external/v8/src/
H A Dv8natives.js48 function InstallFunctions(object, attributes, functions) { function
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(

Completed in 345 milliseconds