Home | History | Annotate | Download | only in js

Lines Matching refs:Arguments

26 function argumentsObject() { return arguments; };
38 "new Function()": "['arguments', 'caller', 'length', 'name', 'prototype']",
39 "(function(){var x=new Function();x.__proto__=[1,2,3];return x;})()": "['arguments', 'caller', 'length', 'name', 'prototype']",
57 // Arguments objects
61 "(function(){arguments.__proto__=[1,2,3];return arguments;})()": "['callee', 'length']",
63 "parseInt": "['arguments', 'caller', 'length', 'name']",
64 "parseFloat": "['arguments', 'caller', 'length', 'name']",
65 "isNaN": "['arguments', 'caller', 'length', 'name']",
66 "isFinite": "['arguments', 'caller', 'length', 'name']",
67 "escape": "['arguments', 'caller', 'length', 'name']",
68 "unescape": "['arguments', 'caller', 'length', 'name']",
69 "decodeURI": "['arguments', 'caller', 'length', 'name']",
70 "decodeURIComponent": "['arguments', 'caller', 'length', 'name']",
71 "encodeURI": "['arguments', 'caller', 'length', 'name']",
72 "encodeURIComponent": "['arguments', 'caller', 'length', 'name']",
74 "Object": "['arguments', 'caller', 'create', 'defineProperties', 'defineProperty', 'deliverChangeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPropertySymbols', 'getPrototypeOf', 'is', 'isExtensible', 'isFrozen', 'isSealed', 'keys', 'length', 'name', 'observe', 'preventExtensions', 'prototype', 'seal', 'setPrototypeOf', 'unobserve']",
76 "Function": "['arguments', 'caller', 'length', 'name', 'prototype']",
77 "Function.prototype": "['apply', 'arguments', 'bind', 'call', 'caller', 'constructor', 'length', 'name', 'toString']",
78 "Array": "['arguments', 'caller', 'isArray', 'length', 'name', 'observe', 'prototype', 'unobserve']",
80 "String": "['arguments', 'caller', 'fromCharCode', 'length', 'name', 'prototype']",
82 "Boolean": "['arguments', 'caller', 'length', 'name', 'prototype']",
84 "Number": "['EPSILON', 'MAX_SAFE_INTEGER', 'MAX_VALUE', 'MIN_SAFE_INTEGER', 'MIN_VALUE', 'NEGATIVE_INFINITY', 'NaN', 'POSITIVE_INFINITY', 'arguments', 'caller', 'isFinite', 'isInteger', 'isNaN', 'isSafeInteger', 'length', 'name', 'parseFloat', 'parseInt', 'prototype']",
86 "Date": "['UTC', 'arguments', 'caller', 'length', 'name', 'now', 'parse', 'prototype']",
88 "RegExp": "['$&', \"$'\", '$*', '$+', '$1', '$2', '$3', '$4', '$5', '$6', '$7', '$8', '$9', '$_', '$`', 'arguments', 'caller', 'input', 'lastMatch', 'lastParen', 'leftContext', 'length', 'multiline', 'name', 'prototype', 'rightContext']",
90 "Error": "['arguments', 'caller', 'captureStackTrace', 'length', 'name', 'prototype', 'stackTraceLimit']",