Searched refs:InstallFunctions (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | collection.js | 223 InstallFunctions($Set.prototype, DONT_ENUM, $Array( 230 InstallFunctions($Map.prototype, DONT_ENUM, $Array( 244 InstallFunctions($WeakMap.prototype, DONT_ENUM, $Array(
|
D | v8natives.js | 48 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(
|
D | math.js | 268 InstallFunctions($Math, DONT_ENUM, $Array(
|
D | date.js | 812 InstallFunctions($Date, DONT_ENUM, $Array( 823 InstallFunctions($Date.prototype, DONT_ENUM, $Array(
|
D | string.js | 974 InstallFunctions($String, DONT_ENUM, $Array( 980 InstallFunctions($String.prototype, DONT_ENUM, $Array(
|
D | uri.js | 414 InstallFunctions(global, DONT_ENUM, $Array(
|
D | regexp.js | 407 InstallFunctions($RegExp.prototype, DONT_ENUM, $Array(
|
D | json.js | 342 InstallFunctions($JSON, DONT_ENUM, $Array(
|
D | array.js | 1374 InstallFunctions($Array, DONT_ENUM, $Array( 1395 InstallFunctions($Array.prototype, DONT_ENUM, $Array(
|
D | messages.js | 1221 InstallFunctions($Error.prototype, DONT_ENUM, ['toString', ErrorToString]);
|