Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

重学js —— 众所周知的固有对象 #136

Open
lizhongzhen11 opened this issue Aug 2, 2020 · 0 comments
Open

重学js —— 众所周知的固有对象 #136

lizhongzhen11 opened this issue Aug 2, 2020 · 0 comments
Labels
重学js 重学js系列 规范+MDN

Comments

@lizhongzhen11
Copy link
Owner

众所周知的固有对象

这里只列出规范给的及其对应链接

在规范中,%name% 这种形式代表固有对象。规范给出的固有对象表中只有115个固有对象,但是winter在《重学前端》专栏中说有150+以及更多的固有对象。其实主要是两者分类不同,全局对象上有些对象属性,规范没有把它们标记为固有对象。

MDN列出的更少,在左侧菜单栏有个内置对象。

  1. %Array%
  2. %ArrayBuffer%
  3. %ArrayBufferPrototype%
  4. %ArrayIteratorPrototype%
  5. %ArrayPrototype%
  6. %ArrayProto_entries%
  7. %ArrayProto_forEach%
  8. %ArrayProto_keys%
  9. %ArrayProto_values%
  10. %AsyncFromSyncIteratorPrototype%
  11. %AsyncFunction%
  12. %AsyncFunctionPrototype%
  13. %AsyncGenerator%
  14. %AsyncGeneratorFunction%
  15. %AsyncGeneratorPrototype%
  16. %AsyncIteratorPrototype%
  17. %Atomics%
  18. %BigInt%
  19. %BigInt64Array%
  20. %BigUint64Array%
  21. %Boolean%
  22. %BooleanPrototype%
  23. %DataView%
  24. %DataViewPrototype%
  25. %Date%
  26. %DatePrototype%
  27. decodeURI
  28. decodeURIComponent
  29. encodeURI
  30. %encodeURIComponent%
  31. %Error%
  32. %ErrorPrototype%
  33. %eval%
  34. %EvalError%
  35. %EvalErrorPrototype%
  36. %Float32Array%
  37. %Float32ArrayPrototype%
  38. %Float64Array%
  39. %Float64ArrayPrototype%
  40. %ForInIteratorPrototype%
  41. %Function%
  42. %FunctionPrototype%
  43. %Generator%
  44. %GeneratorFunction%
  45. %GeneratorPrototype%
  46. %Int8Array%
  47. %Int8ArrayPrototype%
  48. %Int16Array%
  49. %Int16ArrayPrototype%
  50. %Int32Array%
  51. %Int32ArrayPrototype%
  52. %isFinite%
  53. %isNaN%
  54. %IteratorPrototype%
  55. %JSON%
  56. %JSONParse%
  57. %JSONStringify%
  58. %Map%
  59. %MapIteratorPrototype%
  60. %MapPrototype%
  61. %Math%
  62. %Number%
  63. %NumberPrototype%
  64. %Object%
  65. %ObjectPrototype%
  66. %ObjProto_toString%
  67. %ObjProto_valueOf%
  68. %parseFloat%
  69. %parseInt%
  70. %Promise%
  71. %PromisePrototype%
  72. %PromiseProto_then%
  73. %Promise_all%
  74. %Promise_reject%
  75. %Promise_resolve%
  76. %Proxy%
  77. %RangeError%
  78. %RangeErrorPrototype%
  79. %ReferenceError%
  80. %ReferenceErrorPrototype%
  81. %Reflect%
  82. %RegExp%
  83. %RegExpPrototype%
  84. %RegExpStringIteratorPrototype%
  85. %Set%
  86. %SetIteratorPrototype%
  87. %SetPrototype%
  88. %SharedArrayBuffer%
  89. %SharedArrayBufferPrototype%
  90. %String%
  91. %StringIteratorPrototype%
  92. %StringPrototype%
  93. %Symbol%
  94. %SymbolPrototype%
  95. %SyntaxError%
  96. %SyntaxErrorPrototype%
  97. %ThrowTypeError%
  98. %TypedArray%
  99. %TypedArrayPrototype%
  100. %TypeError%
  101. %TypeErrorPrototype%
  102. %Uint8Array%
  103. %Uint8ArrayPrototype%
  104. %Uint8ClampedArray%
  105. %Uint8ClampedArrayPrototype%
  106. %Uint16Array%
  107. %Uint16ArrayPrototype%
  108. %Uint32Array%
  109. %Uint32ArrayPrototype%
  110. %URIError%
  111. %URIErrorPrototype%
  112. %WeakMap%
  113. %WeakMapPrototype%
  114. %WeakSet%
  115. %WeakSetPrototype%
@lizhongzhen11 lizhongzhen11 added the 重学js 重学js系列 规范+MDN label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
重学js 重学js系列 规范+MDN
Projects
None yet
Development

No branches or pull requests

1 participant