Lines Matching full:section

59   /* ES6 section 9.2.1 [[Call]] ( thisArgument, argumentsList) */             \
66 /* ES6 section 9.4.1.1 [[Call]] ( thisArgument, argumentsList) */ \
69 /* ES6 section 7.3.12 Call(F, V, [argumentsList]) */ \
78 /* ES6 section 9.2.2 [[Construct]] ( argumentsList, newTarget) */ \
80 /* ES6 section 9.4.1.2 [[Construct]] (argumentsList, newTarget) */ \
83 /* ES6 section 9.5.14 [[Construct]] ( argumentsList, newTarget) */ \
85 /* ES6 section 7.3.13 Construct (F, [argumentsList], [newTarget]) */ \
219 /* ES6 section 22.1.2.2 Array.isArray */ \
248 /* ES6 section 19.3.3.2 Boolean.prototype.toString ( ) */ \
250 /* ES6 section 19.3.3.3 Boolean.prototype.valueOf ( ) */ \
297 /* ES6 section 20.3.4.2 Date.prototype.getDate ( ) */ \
299 /* ES6 section 20.3.4.3 Date.prototype.getDay ( ) */ \
301 /* ES6 section 20.3.4.4 Date.prototype.getFullYear ( ) */ \
303 /* ES6 section 20.3.4.5 Date.prototype.getHours ( ) */ \
305 /* ES6 section 20.3.4.6 Date.prototype.getMilliseconds ( ) */ \
307 /* ES6 section 20.3.4.7 Date.prototype.getMinutes ( ) */ \
309 /* ES6 section 20.3.4.8 Date.prototype.getMonth */ \
311 /* ES6 section 20.3.4.9 Date.prototype.getSeconds ( ) */ \
313 /* ES6 section 20.3.4.10 Date.prototype.getTime ( ) */ \
315 /* ES6 section 20.3.4.11 Date.prototype.getTimezoneOffset ( ) */ \
317 /* ES6 section 20.3.4.12 Date.prototype.getUTCDate ( ) */ \
319 /* ES6 section 20.3.4.13 Date.prototype.getUTCDay ( ) */ \
321 /* ES6 section 20.3.4.14 Date.prototype.getUTCFullYear ( ) */ \
323 /* ES6 section 20.3.4.15 Date.prototype.getUTCHours ( ) */ \
325 /* ES6 section 20.3.4.16 Date.prototype.getUTCMilliseconds ( ) */ \
327 /* ES6 section 20.3.4.17 Date.prototype.getUTCMinutes ( ) */ \
329 /* ES6 section 20.3.4.18 Date.prototype.getUTCMonth ( ) */ \
331 /* ES6 section 20.3.4.19 Date.prototype.getUTCSeconds ( ) */ \
377 /* ES6 section 19.2.3.6 Function.prototype [ @@hasInstance ] ( V ) */ \
383 /* ES6 section 25.3.1.2 Generator.prototype.next ( value ) */ \
385 /* ES6 section 25.3.1.3 Generator.prototype.return ( value ) */ \
387 /* ES6 section 25.3.1.4 Generator.prototype.throw ( exception ) */ \
399 /* ES6 section 18.2.2 isFinite ( number ) */ \
401 /* ES6 section 18.2.3 isNaN ( number ) */ \
412 /* ES6 section 20.2.2.1 Math.abs ( x ) */ \
414 /* ES6 section 20.2.2.2 Math.acos ( x ) */ \
416 /* ES6 section 20.2.2.3 Math.acosh ( x ) */ \
418 /* ES6 section 20.2.2.4 Math.asin ( x ) */ \
420 /* ES6 section 20.2.2.5 Math.asinh ( x ) */ \
422 /* ES6 section 20.2.2.6 Math.atan ( x ) */ \
424 /* ES6 section 20.2.2.7 Math.atanh ( x ) */ \
426 /* ES6 section 20.2.2.8 Math.atan2 ( y, x ) */ \
428 /* ES6 section 20.2.2.9 Math.cbrt ( x ) */ \
430 /* ES6 section 20.2.2.10 Math.ceil ( x ) */ \
432 /* ES6 section 20.2.2.11 Math.clz32 ( x ) */ \
434 /* ES6 section 20.2.2.12 Math.cos ( x ) */ \
436 /* ES6 section 20.2.2.13 Math.cosh ( x ) */ \
438 /* ES6 section 20.2.2.14 Math.exp ( x ) */ \
440 /* ES6 section 20.2.2.15 Math.expm1 ( x ) */ \
442 /* ES6 section 20.2.2.16 Math.floor ( x ) */ \
444 /* ES6 section 20.2.2.17 Math.fround ( x ) */ \
446 /* ES6 section 20.2.2.18 Math.hypot ( value1, value2, ...values ) */ \
448 /* ES6 section 20.2.2.19 Math.imul ( x, y ) */ \
450 /* ES6 section 20.2.2.20 Math.log ( x ) */ \
452 /* ES6 section 20.2.2.21 Math.log1p ( x ) */ \
454 /* ES6 section 20.2.2.22 Math.log10 ( x ) */ \
456 /* ES6 section 20.2.2.23 Math.log2 ( x ) */ \
458 /* ES6 section 20.2.2.24 Math.max ( value1, value2 , ...values ) */ \
460 /* ES6 section 20.2.2.25 Math.min ( value1, value2 , ...values ) */ \
462 /* ES6 section 20.2.2.26 Math.pow ( x, y ) */ \
464 /* ES6 section 20.2.2.27 Math.random */ \
466 /* ES6 section 20.2.2.28 Math.round ( x ) */ \
468 /* ES6 section 20.2.2.29 Math.sign ( x ) */ \
470 /* ES6 section 20.2.2.30 Math.sin ( x ) */ \
472 /* ES6 section 20.2.2.31 Math.sinh ( x ) */ \
474 /* ES6 section 20.2.2.32 Math.sqrt ( x ) */ \
476 /* ES6 section 20.2.2.33 Math.tan ( x ) */ \
478 /* ES6 section 20.2.2.34 Math.tanh ( x ) */ \
480 /* ES6 section 20.2.2.35 Math.trunc ( x ) */ \
484 /* ES6 section 20.1.1.1 Number ( [ value ] ) for the [[Call]] case */ \
486 /* ES6 section 20.1.1.1 Number ( [ value ] ) for the [[Construct]] case */ \
488 /* ES6 section 20.1.2.2 Number.isFinite ( number ) */ \
490 /* ES6 section 20.1.2.3 Number.isInteger ( number ) */ \
492 /* ES6 section 20.1.2.4 Number.isNaN ( number ) */ \
494 /* ES6 section 20.1.2.5 Number.isSafeInteger ( number ) */ \
496 /* ES6 section 20.1.2.12 Number.parseFloat ( string ) */ \
498 /* ES6 section 20.1.2.13 Number.parseInt ( string, radix ) */ \
505 /* ES6 section 20.1.3.7 Number.prototype.valueOf ( ) */ \
542 /* ES6 section 19.1.3.2 Object.prototype.hasOwnProperty */ \
552 /* ES6 section 19.1.3.6 Object.prototype.toString () */ \
633 /* ES6 section 21.1.2.1 String.fromCharCode ( ...codeUnits ) */ \
635 /* ES6 section 21.1.3.1 String.prototype.charAt ( pos ) */ \
637 /* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \
639 /* ES6 section 21.1.3.6 */ \
642 /* ES6 section 21.1.3.7 */ \
645 /* ES6 section 21.1.3.8 */ \
648 /* ES6 section 21.1.3.9 */ \
651 /* ES6 section 21.1.3.10 String.prototype.localeCompare ( that ) */ \
653 /* ES6 section 21.1.3.12 String.prototype.normalize ( [form] ) */ \
655 /* ES6 section B.2.3.1 String.prototype.substr ( start, length ) */ \
657 /* ES6 section 21.1.3.19 String.prototype.substring ( start, end ) */ \
659 /* ES6 section 21.1.3.20 */ \
662 /* ES6 section 21.1.3.25 String.prototype.toString () */ \
667 /* ES6 section 21.1.3.28 String.prototype.valueOf () */ \
678 /* ES6 section 19.4.3.4 Symbol.prototype [ @@toPrimitive ] ( hint ) */ \
680 /* ES6 section 19.4.3.2 Symbol.prototype.toString ( ) */ \
682 /* ES6 section 19.4.3.3 Symbol.prototype.valueOf ( ) */ \
687 /* ES6 section 22.2.3.2 get %TypedArray%.prototype.byteLength */ \
689 /* ES6 section 22.2.3.3 get %TypedArray%.prototype.byteOffset */ \
691 /* ES6 section 22.2.3.18 get %TypedArray%.prototype.length */ \