Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 160 of 3,182 for host:developer.mozilla.org (0.26 seconds)

  1. handler.preventExtensions() - JavaScript | MDN

    The handler.preventExtensions() method is a trap for the [[PreventExtensions]] object internal method, which is used by operations such as Object.preventExtensions().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/preventExten...
    Mon Mar 23 01:15:34 GMT 2026
      16.7K bytes
  2. handler.setPrototypeOf() - JavaScript | MDN

    The handler.setPrototypeOf() method is a trap for the [[SetPrototypeOf]] object internal method, which is used by operations such as Object.setPrototypeOf().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/Proxy/setPrototypeOf
    Mon Mar 23 01:15:34 GMT 2026
      17.2K bytes
  3. Reflect.getPrototypeOf() - JavaScript | MDN

    The Reflect.getPrototypeOf() static method is like Object.getPrototypeOf(). It returns the prototype of the specified object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getPrototypeOf
    Mon Mar 23 01:15:34 GMT 2026
      16.2K bytes
  4. BigInt64Array() constructor - JavaScript | MDN

    The BigInt64Array() constructor creates BigInt64Array objects. The contents are initialized to 0n unless initialization data is explicitly provided.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt64Array/BigInt64Array
    Mon Mar 23 01:15:30 GMT 2026
      16.7K bytes
  5. Iterator.prototype.reduce() - JavaScript | MDN

    The reduce() method of Iterator instances is similar to Array.prototype.reduce: it executes a user-supplied "reducer" callback function on each element produced by the iterator, passing in the return value from the calculation on the preceding element. The final result of running the reducer across all elements is a single value.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/reduce
    Mon Mar 23 01:15:32 GMT 2026
      17K bytes
  6. Segments.prototype[Symbol.iterator]() - JavaScr...

    The [Symbol.iterator]() method of Segments instances implements the iterable protocol and allows Segments objects to be consumed by most syntaxes expecting iterables, such as the spread syntax and for...of loops. It returns a segments iterator object that yields data about each segment.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment/S...
    Mon Mar 23 01:15:32 GMT 2026
      16.8K bytes
  7. Iterator.prototype.filter() - JavaScript | MDN

    The filter() method of Iterator instances returns a new iterator helper object that yields only those elements of the iterator for which the provided callback function returns true.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/filter
    Mon Mar 23 01:15:32 GMT 2026
      16.9K bytes
  8. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/left_shift/index.md # Original Wiki contributors mfuji09 fscholz 0
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Left_shift/contributors.txt
    Tue Aug 19 16:04:53 GMT 2025
      135 bytes
  9. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/bitwise_not/index.md # Original Wiki contributors fscholz 0
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT/contributors.txt
    Tue Aug 19 16:04:52 GMT 2025
      133 bytes
  10. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/bitwise_or_assignment/index.md # Original Wiki contributors thammarith mf...
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_OR_assignment/contrib...
    Tue Aug 19 16:04:52 GMT 2025
      152 bytes
Back to Top