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

/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 66 milliseconds