Searched refs:InstallFunctions (Results 1 – 25 of 30) sorted by relevance
12
/external/v8/src/js/ |
D | symbol.js | 105 utils.InstallFunctions(GlobalSymbol, DONT_ENUM, [ 115 utils.InstallFunctions(GlobalSymbol.prototype, DONT_ENUM | READ_ONLY, [ 119 utils.InstallFunctions(GlobalSymbol.prototype, DONT_ENUM, [ 124 utils.InstallFunctions(GlobalObject, DONT_ENUM, [
|
D | collection-iterator.js | 79 utils.InstallFunctions(SetIterator.prototype, DONT_ENUM, [ 86 utils.InstallFunctions(GlobalSet.prototype, DONT_ENUM, [ 157 utils.InstallFunctions(MapIterator.prototype, DONT_ENUM, [ 165 utils.InstallFunctions(GlobalMap.prototype, DONT_ENUM, [
|
D | harmony-object-observe.js | 14 utils.InstallFunctions(global.Object, DONT_ENUM, ObserveObjectMethods); 15 utils.InstallFunctions(global.Array, DONT_ENUM, ObserveArrayMethods);
|
D | promise-extra.js | 17 utils.InstallFunctions(GlobalPromise.prototype, DONT_ENUM, [ 21 utils.InstallFunctions(GlobalPromise, DONT_ENUM, [
|
D | harmony-simd.js | 586 utils.InstallFunctions(GlobalNAME.prototype, DONT_ENUM, [ 597 utils.InstallFunctions(GlobalFloat32x4, DONT_ENUM, [ 642 utils.InstallFunctions(GlobalInt32x4, DONT_ENUM, [ 686 utils.InstallFunctions(GlobalUint32x4, DONT_ENUM, [ 729 utils.InstallFunctions(GlobalBool32x4, DONT_ENUM, [ 744 utils.InstallFunctions(GlobalInt16x8, DONT_ENUM, [ 783 utils.InstallFunctions(GlobalUint16x8, DONT_ENUM, [ 821 utils.InstallFunctions(GlobalBool16x8, DONT_ENUM, [ 836 utils.InstallFunctions(GlobalInt8x16, DONT_ENUM, [ 875 utils.InstallFunctions(GlobalUint8x16, DONT_ENUM, [ [all …]
|
D | array-iterator.js | 116 utils.InstallFunctions(ArrayIterator.prototype, DONT_ENUM, [ 125 utils.InstallFunctions(GlobalArray.prototype, DONT_ENUM, [
|
D | prologue.js | 89 function InstallFunctions(object, attributes, functions) { class 287 utils.InstallFunctions = InstallFunctions;
|
D | weak-collection.js | 110 utils.InstallFunctions(GlobalWeakMap.prototype, DONT_ENUM, [ 184 utils.InstallFunctions(GlobalWeakSet.prototype, DONT_ENUM, [
|
D | v8natives.js | 115 utils.InstallFunctions(global, DONT_ENUM, [ 869 utils.InstallFunctions(GlobalObject.prototype, DONT_ENUM, [ 885 utils.InstallFunctions(GlobalObject, DONT_ENUM, [ 946 utils.InstallFunctions(GlobalBoolean.prototype, DONT_ENUM, [ 1132 utils.InstallFunctions(GlobalNumber.prototype, DONT_ENUM, [ 1142 utils.InstallFunctions(GlobalNumber, DONT_ENUM, [
|
D | harmony-reflect.js | 31 utils.InstallFunctions(GlobalReflect, DONT_ENUM, [
|
D | promise.js | 439 utils.InstallFunctions(GlobalPromise, DONT_ENUM, [ 446 utils.InstallFunctions(GlobalPromise.prototype, DONT_ENUM, [ 464 utils.InstallFunctions(extrasUtils, 0, [
|
D | proxy.js | 58 utils.InstallFunctions(GlobalProxy, DONT_ENUM, [
|
D | generator.js | 88 utils.InstallFunctions(GeneratorObjectPrototype,
|
D | json.js | 245 utils.InstallFunctions(GlobalJSON, DONT_ENUM, [ 264 utils.InstallFunctions(GlobalDate.prototype, DONT_ENUM, [
|
D | arraybuffer.js | 88 utils.InstallFunctions(GlobalArrayBuffer.prototype, DONT_ENUM, [
|
D | string-iterator.js | 92 utils.InstallFunctions(StringIterator.prototype, DONT_ENUM, [
|
D | collection.js | 271 utils.InstallFunctions(GlobalSet.prototype, DONT_ENUM, [ 451 utils.InstallFunctions(GlobalMap.prototype, DONT_ENUM, [
|
D | typedarray.js | 787 utils.InstallFunctions(TypedArray, DONT_ENUM | DONT_DELETE | READ_ONLY, [ 800 utils.InstallFunctions(TypedArray.prototype, DONT_ENUM, [ 954 utils.InstallFunctions(GlobalDataView.prototype, DONT_ENUM, [
|
D | harmony-atomics.js | 199 utils.InstallFunctions(Atomics, DONT_ENUM, [
|
D | math.js | 303 utils.InstallFunctions(GlobalMath, DONT_ENUM, [
|
D | string.js | 1045 utils.InstallFunctions(GlobalString, DONT_ENUM, [ 1052 utils.InstallFunctions(GlobalString.prototype, DONT_ENUM, [
|
D | uri.js | 371 utils.InstallFunctions(global, DONT_ENUM, [
|
D | regexp.js | 527 utils.InstallFunctions(GlobalRegExp.prototype, DONT_ENUM, [
|
D | object-observe.js | 674 utils.InstallFunctions(notifierPrototype, DONT_ENUM, [
|
/external/v8/src/third_party/fdlibm/ |
D | fdlibm.js | 1101 utils.InstallFunctions(GlobalMath, DONT_ENUM, [
|
12