Home
last modified time | relevance | path

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

12

/external/v8/src/js/
Dsymbol.js105 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, [
Dcollection-iterator.js79 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, [
Dharmony-object-observe.js14 utils.InstallFunctions(global.Object, DONT_ENUM, ObserveObjectMethods);
15 utils.InstallFunctions(global.Array, DONT_ENUM, ObserveArrayMethods);
Dpromise-extra.js17 utils.InstallFunctions(GlobalPromise.prototype, DONT_ENUM, [
21 utils.InstallFunctions(GlobalPromise, DONT_ENUM, [
Dharmony-simd.js586 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 …]
Darray-iterator.js116 utils.InstallFunctions(ArrayIterator.prototype, DONT_ENUM, [
125 utils.InstallFunctions(GlobalArray.prototype, DONT_ENUM, [
Dprologue.js89 function InstallFunctions(object, attributes, functions) { class
287 utils.InstallFunctions = InstallFunctions;
Dweak-collection.js110 utils.InstallFunctions(GlobalWeakMap.prototype, DONT_ENUM, [
184 utils.InstallFunctions(GlobalWeakSet.prototype, DONT_ENUM, [
Dv8natives.js115 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, [
Dharmony-reflect.js31 utils.InstallFunctions(GlobalReflect, DONT_ENUM, [
Dpromise.js439 utils.InstallFunctions(GlobalPromise, DONT_ENUM, [
446 utils.InstallFunctions(GlobalPromise.prototype, DONT_ENUM, [
464 utils.InstallFunctions(extrasUtils, 0, [
Dproxy.js58 utils.InstallFunctions(GlobalProxy, DONT_ENUM, [
Dgenerator.js88 utils.InstallFunctions(GeneratorObjectPrototype,
Djson.js245 utils.InstallFunctions(GlobalJSON, DONT_ENUM, [
264 utils.InstallFunctions(GlobalDate.prototype, DONT_ENUM, [
Darraybuffer.js88 utils.InstallFunctions(GlobalArrayBuffer.prototype, DONT_ENUM, [
Dstring-iterator.js92 utils.InstallFunctions(StringIterator.prototype, DONT_ENUM, [
Dcollection.js271 utils.InstallFunctions(GlobalSet.prototype, DONT_ENUM, [
451 utils.InstallFunctions(GlobalMap.prototype, DONT_ENUM, [
Dtypedarray.js787 utils.InstallFunctions(TypedArray, DONT_ENUM | DONT_DELETE | READ_ONLY, [
800 utils.InstallFunctions(TypedArray.prototype, DONT_ENUM, [
954 utils.InstallFunctions(GlobalDataView.prototype, DONT_ENUM, [
Dharmony-atomics.js199 utils.InstallFunctions(Atomics, DONT_ENUM, [
Dmath.js303 utils.InstallFunctions(GlobalMath, DONT_ENUM, [
Dstring.js1045 utils.InstallFunctions(GlobalString, DONT_ENUM, [
1052 utils.InstallFunctions(GlobalString.prototype, DONT_ENUM, [
Duri.js371 utils.InstallFunctions(global, DONT_ENUM, [
Dregexp.js527 utils.InstallFunctions(GlobalRegExp.prototype, DONT_ENUM, [
Dobject-observe.js674 utils.InstallFunctions(notifierPrototype, DONT_ENUM, [
/external/v8/src/third_party/fdlibm/
Dfdlibm.js1101 utils.InstallFunctions(GlobalMath, DONT_ENUM, [

12