API-CHANGES.txt 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830
  1. 0.19.1:
  2. * Deprecate amber/boot api nextId, prop globalJsVariables.
  3. * Remove amber/boot prop reservedWords (with the hope no one uses it directly).
  4. * Deprecate ProtoObject >> identityHash.
  5. * Deprecate SmalltalkImage >> packageAt: in favour of explicit #packageAt:if{Absent,Present}:.
  6. + AmberBootstrapInitialization class >>
  7. + run
  8. + initializeClasses
  9. + organizeClasses
  10. + organizeMethods
  11. + Behavior >>
  12. + basicOrganization
  13. + basicOrganization:
  14. + ClassOrganizer >>
  15. + theClass
  16. + ClassOrganizer class >>
  17. + on:
  18. + Compiler class >>
  19. + eval:
  20. + JavaScriptException >>
  21. + shouldBeStubbed
  22. + wrap
  23. + Message class >>
  24. + selector:arguments:notUnderstoodBy:
  25. + MethodContext >>
  26. + stubHere
  27. + stubToAtMost:
  28. + NonBooleanReceiver class >>
  29. + signalOn:
  30. + Package >>
  31. + evalBlock
  32. + evalBlock:
  33. + Package class >>
  34. + named:javaScriptDescriptor:
  35. + SmalltalkImage >>
  36. + packageDictionary
  37. + packageAt:ifPresent:
  38. + TBehaviorProvider >>
  39. + methodOrganizationEnter:andLeave:
  40. + TMasterBehavior >>
  41. + definedMethods
  42. + enterOrganization
  43. + leaveOrganization
  44. + Trait >>
  45. + basicOrganization
  46. + basicOrganization:
  47. + UndefinedObject >>
  48. + ==
  49. + Number >>
  50. + min:max:
  51. + degreesToRadians
  52. + radiansToDegrees
  53. + arcTan:
  54. + between:and:
  55. + Number class >>
  56. + radiansPerDegree
  57. + Point >>
  58. + dotProduct:
  59. + normal
  60. + angle
  61. + normalized
  62. + r
  63. + corner:
  64. + extent:
  65. + rectangle:
  66. + Rectangle >>
  67. + =
  68. + corner
  69. + origin
  70. + containsPoint:
  71. + containsRect:
  72. + printOn:
  73. + Rectangle class >>
  74. + origin:corner:
  75. + origin:extent:
  76. + point:point:
  77. - Package >>
  78. - basicName:
  79. - basicImports
  80. - ProtoObject >>
  81. - isSameInstanceAs:
  82. - ObjectTest >>
  83. - testIdentityHash
  84. 0.19.0:
  85. * Remove class Thenable, add trait TThenable.
  86. * Behavior / Trait hierarchy uses traits.
  87. + NativeFunction class >>
  88. + isNativeFunction:
  89. + IRInstructions >>
  90. + isSelf
  91. + isSuper
  92. + IRVariable >>
  93. + isSelf
  94. + isSuper
  95. + ScopeVar >>
  96. + isSelf
  97. + isSuper
  98. + PseudoVar >>
  99. + isSelf
  100. + isSuper
  101. +UndefinedObject >>
  102. + identityHash
  103. + value
  104. + amber/boot api >>
  105. + nilAsValue
  106. - IRSend >>
  107. - isSuperSend
  108. 0.18.3:
  109. * Move {add,remove}Element from Array.prototype to kernel API.
  110. * New superclass of Behavior named BehaviorBody, pushed up some methods.
  111. * Represents named holder of methods; hierarchy and instantiation left to Behavior.
  112. * Add class Trait as subclass of BehaviorBody.
  113. * Add class TraitTransformation.
  114. * Deprecate #asJSON in favour of #asJavaScriptObject.
  115. * Deprecate #asJavascript in favour of #asJavaScriptSource.
  116. + BehaviorBody >>
  117. + setTraitComposition:
  118. + traitCompositionDefinition
  119. + traitUsers
  120. + allSubclassesDo:
  121. + superclass
  122. + Trait >>
  123. + allInstanceVariableNames
  124. + allSubclassesDo:
  125. + asJavascript
  126. + asTraitComposition
  127. + category
  128. + classTag
  129. + definition
  130. + package
  131. + superclass
  132. + theMetaClass
  133. + theNonMetaClass
  134. + exportBehaviorDefinitionTo:using:
  135. + traitUsers
  136. + package:
  137. + Trait class >>
  138. + named:package:
  139. + named:uses:package:
  140. + TraitTransformation >>
  141. + -
  142. + @
  143. + addAliases:
  144. + addExclusions:
  145. + aliases
  146. + asJSON
  147. + asJavascript
  148. + asTraitComposition
  149. + asTraitTransformation
  150. + definition
  151. + exclusions
  152. + initialize
  153. + postCopy
  154. + trait
  155. + trait:
  156. + Collection >>
  157. + copyWithout:
  158. + SequenceableCollection >>
  159. + reverseDo:
  160. + Array >>
  161. + asTraitComposition
  162. + amber/boot api >>
  163. + addElement
  164. + removeElement
  165. + wrapJavaScript
  166. + CharacterArray >>
  167. + asSymbolPrintOn:
  168. + symbolPrintString
  169. + String >>
  170. + isSelector
  171. + StringStream >>
  172. + print:
  173. + printSymbol:
  174. + Package >>
  175. + traitCompositions
  176. + Class >>
  177. + subClass:
  178. + subClass:uses:
  179. + subClass:uses:instanceVariables:
  180. + subClass:uses:instanceVariables:category:
  181. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  182. + subClass:uses:instanceVariables:package:
  183. + UndefinedObject >>
  184. + subClass:
  185. + subClass:uses:
  186. + subClass:uses:instanceVariables:
  187. + subClass:uses:instanceVariables:category:
  188. + subClass:uses:instanceVariables:classVariables:poolDictionaries:category:
  189. + subClass:uses:instanceVariables:package:
  190. + Metaclass >>
  191. + uses:instanceVariableNames:
  192. - Association >>
  193. - importsString
  194. - String >>
  195. - importsString
  196. - AbstractExporter
  197. - classNameFor:
  198. - Exporter >>
  199. - jsClassNameFor:
  200. 0.18.2:
  201. * Add Platform-DOM package with DOM-related stuff.
  202. * Platform-DOM not loaded by default. Packages that will use it will import it.
  203. + PlatformDom class >>
  204. + isFeasible
  205. + isDomNode:
  206. + newCustomEvent:detail:
  207. + toArray:
  208. + CharacterArray >>
  209. + asDomNode
  210. + Collection >>
  211. + asDomNode
  212. + JSObjectProxy >>
  213. + asDomNode
  214. + String >>
  215. + htmlTextContent
  216. 0.18.1:
  217. + ASTNode >>
  218. + withTail:
  219. - SendNode >>
  220. - valueWithReceiver:
  221. 0.18.0:
  222. * Remove class RethrowErrorHandler (hack for cli before 0.12.3).
  223. * Add Kernel-Dag package with abstract DAG-node and DAG-node visitor.
  224. * Some internal API changes in Compiler-* (including the move to DAG-node).
  225. - Object >>
  226. - throw:
  227. 0.17.0:
  228. * Remove classes InterfacingObject, PlatformInterface.
  229. * Deprecate $boot.nil (use $boot.nilAsReceiver).
  230. + amber/boot api >>
  231. + nilAsReceiver
  232. - NativeFunction class >>
  233. - constructor:
  234. - constructor:value:
  235. - constructor:value:value:
  236. - constructor:value:value:value:
  237. 0.16.1:
  238. * Deprecate $boot.dnu (use $boot.nilAsClass).
  239. + amber/boot api >>
  240. + nilAsClass
  241. 0.16.0:
  242. * Deprecate ClassBuilder >> setupClass:
  243. * $core.initialize now returns a Promise
  244. * $core.addClass now returns the class
  245. + amber/boot api >>
  246. + send2
  247. + traverseClassTree
  248. + Promise class >>
  249. + new
  250. - amber/boot api >>
  251. - wrapClassName
  252. - send
  253. - allSubclasses
  254. - AbstractCodeGenerator >>
  255. - classNameFor:
  256. 0.15.1:
  257. * Thenable class added
  258. * Promise class added, wraps JS Promise, subclass of Thenable
  259. + Thenable >>
  260. + catch:
  261. + on:do:
  262. + on:do:catch:
  263. + then:
  264. + then:catch:
  265. + then:on:do:
  266. + then:on:do:catch:
  267. + JSObjectProxy >>
  268. + catch:
  269. + on:do:
  270. + on:do:catch:
  271. + then:
  272. + then:catch:
  273. + then:on:do:
  274. + then:on:do:catch:
  275. + amber/boot api >>
  276. + seamless
  277. + Promise class >>
  278. + new:
  279. + forBlock:
  280. + value:
  281. + signal:
  282. + all:
  283. + any:
  284. 0.14.18:
  285. * Some internal API changes in Compiler-*.
  286. 0.14.14:
  287. * InterfacingObject >> ajax: deprecated
  288. * PlatformInterface class deprecated
  289. * Class BrowserInterface removed
  290. * Class Terminal, BrowserTerminal added
  291. * Class Platform, BrowserPlatform added
  292. + Environment >>
  293. + renamePackage:to:
  294. + Platform class >>
  295. + globals
  296. + newXhr
  297. + Terminal class >>
  298. + alert:
  299. + confirm:
  300. + prompt:
  301. + prompt:default:
  302. SmalltalkImage >>
  303. + existsJsGlobal:
  304. - PlatformInterface class >>
  305. - initialize
  306. - setWorker:
  307. 0.14.12:
  308. + JSObjectProxy >>
  309. + putOn:
  310. + ProtoStream >>
  311. + nextPutJSObject:
  312. 0.14.11:
  313. * Basic streaming protocol extracted from Stream to ProtoStream
  314. + Object >>
  315. + in:
  316. + JSObjectProxy >>
  317. + in:
  318. 0.14.10:
  319. + JSObjectProxy class >>
  320. + addObjectVariablesTo:ofProxy:
  321. + compareJSObjectOfProxy:withProxy:
  322. + forwardMessage:withArguments:ofProxy:
  323. + jsObject:ofProxy:
  324. + lookupProperty:ofProxy:
  325. - JSObjectProxy >>
  326. - jsObject:
  327. - lookupProperty:
  328. - compareJSObjectWith:
  329. - addObjectVariablesTo:
  330. - forwardMessage:withArguments:
  331. 0.14.4:
  332. + AmdExporter >>
  333. + importsForOutput:
  334. + AbstractCodeGenerator >>
  335. + currentPackage
  336. + currentPackage:
  337. + Compiler >>
  338. + currentPackage
  339. + currentPackage:
  340. + compile:forClass:protocol:
  341. + compileNode:forClass:package:
  342. + SemanticAnalyzer >>
  343. + thePackage
  344. + thePackage:
  345. + isVariableUndefined:inPackage:
  346. - Compiler >>
  347. - compile:
  348. - compile:forClass:
  349. - compileExpression:
  350. - SemanticAnalyzer >>
  351. - isVariableGloabllyUndefined:
  352. - Behavior >>
  353. - compile:
  354. 0.14.3:
  355. * #heliosClass is now #classTag
  356. + Compiler >>
  357. + eval:forPackage:
  358. + Behavior >>
  359. + packageOfProtocol:
  360. + Exporter >>
  361. + exportPackageContextOf:on:
  362. + exportPackageImportsOf:on:
  363. + Package >>
  364. + basicImports
  365. + imports
  366. + imports:
  367. + importsDefinition
  368. + importsFromJson:
  369. + importsAsJson
  370. + sortedImportsAsArray
  371. + validateImports:
  372. + Package class >>
  373. + named:imports:transport:
  374. + Association >>
  375. + importsString
  376. + String >>
  377. + importsString
  378. + ProtoObject >>
  379. + ifNil:
  380. + ifNil:ifNotNil:
  381. + ifNotNil:
  382. + ifNotNil:ifNil:
  383. + isNil
  384. + notNil
  385. - Object >>
  386. - ifNil:
  387. - ifNil:ifNotNil:
  388. - ifNotNil:
  389. - ifNotNil:ifNil:
  390. - isNil
  391. - notNil
  392. 0.14.1:
  393. * NativeFunction class >> constructor:[value:...] deprecated
  394. + NativeFunction class >>
  395. + constructorNamed:
  396. + constructorNamed:value:
  397. + constructorNamed:value:value:
  398. + constructorNamed:value:value:value:
  399. + constructorOf:
  400. + constructorOf:value:
  401. + constructorOf:value:value:
  402. + constructorOf:value:value:value:
  403. + functionNamed:
  404. + functionNamed:value:
  405. + functionNamed:value:value:
  406. + functionNamed:value:value:value:
  407. + functionNamed:valueWithArgs:
  408. + functionOf:
  409. + functionOf:value:
  410. + functionOf:value:value:
  411. + functionOf:value:value:value:
  412. + functionOf:valueWithArgs:
  413. + methodOf:this:
  414. + methodOf:this:value:
  415. + methodOf:this:value:value:
  416. + methodOf:this:value:value:value:
  417. + methodOf:this:valueWithArgs:
  418. + SmalltalkImage >>
  419. + optOut:
  420. + cancelOptOut:
  421. 0.14.0:
  422. + Object >>
  423. + asJQuery
  424. + asJQueryInContext:
  425. + BlockClosure >>
  426. + asJQuery
  427. + asJQueryInContext:
  428. - AnnouncementSubscription >>
  429. - block
  430. - block:
  431. - Collection >>
  432. - contains:
  433. - String >>
  434. - asSelector
  435. - asJavaScriptSelector
  436. - SmalltalkImage >>
  437. - at:
  438. - at:ifAbsent:
  439. - at:put:
  440. - current
  441. - vm
  442. - createPackage:properties:
  443. - MethodContext >>
  444. - temps
  445. - Object >>
  446. - try:catch:
  447. 0.13.2:
  448. + SourceArea class >>
  449. + codeMirror
  450. 0.13.1:
  451. * String >> asSelector is now String >> asJavaScriptMethodName
  452. * String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
  453. * smalltalk.selector is now smalltalk.st2js
  454. * smalltalk.convertSelector is now smalltalk.js2st
  455. * Collection >> ifEmpty:ifNotEmpty: family passes self to ifNotEmpty: block
  456. * Smalltalk vm is now Smalltalk core
  457. * boot.js's .vm is now .api
  458. * amber load sets' .vm is now .api
  459. * Internal variables smalltalk/globals/_st are now $core/$globals/$recv
  460. + smalltalk.
  461. + accessJavaScript
  462. + Object >>
  463. + postMessageTo:
  464. + postMessageTo:origin:
  465. + Class >>
  466. + heliosClass
  467. + SmalltalkImage >>
  468. + core
  469. + amber/boot exports
  470. + api
  471. + amber/{devel,deploy,lang} exports
  472. + api
  473. - ProtoObject class >>
  474. - heliosClass
  475. - Object class >>
  476. - heliosClass
  477. 0.12.6:
  478. + String >>
  479. + value:
  480. + ProtocolAnnouncement >>
  481. + package
  482. + Behavior >>
  483. + isTestClass
  484. + Package >>
  485. + isTestPackage
  486. + amber/{devel,deploy,lang} exports
  487. + nil
  488. + amber/helpers exports
  489. + nil
  490. 0.12.4:
  491. * Package Canvas renamed to Web
  492. * Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
  493. + Announcer >>
  494. + on:do:for:
  495. + Node >>
  496. + navigationNodeAt:ifAbsent:
  497. + BlockClosure >>
  498. + tryCatch:
  499. + Environment >>
  500. + evaluate:for:
  501. + AmberCli >>
  502. + version:
  503. + Object >>
  504. + deprecatedAPI:
  505. - Environment >>
  506. - eval:on:
  507. - evaluateString:on:
  508. 0.12.3:
  509. * Package Import-Export renamed to Kernel-ImportExport
  510. * A dozen of methods moved from Object to ProtoObject
  511. * HashedCollection >> at:ifAbsentPut: pushed up to SequenceableCollection
  512. * HashedCollection >> , is now allowed (removed shouldNotImplement)
  513. * HashedCollection and Dictionary both subclasses of AssociativeCollection
  514. * Smalltalk class moved to SmalltalkImage class, Smalltalk is now global var
  515. * Smalltalk current deprecated in favour of Smalltalk
  516. * Smalltalk at:[put:] deprecated in favour of Smalltalk globals at:[put:]
  517. * <smalltalk.ClassName> deprecated in favour of <globals.ClassName>
  518. + CompiledMethod >>
  519. + defaultProtocol
  520. + Behavior >>
  521. + compile:protocol:
  522. + removeProtocolIfEmpty:
  523. + Package >>
  524. + load
  525. + loadFromNamespace:
  526. + Package class >>
  527. + load:
  528. + load:fromNamespace:
  529. + PackageTransport >> load
  530. + PackageHandler >> load:
  531. + AmdPackageHandler >> load:
  532. + Set >> removeAll
  533. + AssociativeCollection class
  534. + BucketStore class
  535. + SmalltalkImage >>
  536. + globals
  537. + vm
  538. + settings
  539. + Setting class
  540. + String >>
  541. + asSetting
  542. + asSettingIfAbsent:
  543. + settingValue
  544. + settingValueIfAbsent:
  545. + settingValue:
  546. + Smalltalk global variable
  547. - CompiledMethod >>
  548. - category: (use #protocol:)
  549. - defaultCategory
  550. - Behavior >> compile:category:
  551. - HTMLCanvas class >>
  552. - browserVersion
  553. - isMSIE
  554. - isMozilla
  555. - isOpera
  556. - isWebkit
  557. 0.12.2:
  558. * Collection >> contains: is deprecated in favor of anySatisfy:
  559. + Announcer >> on:doOnce:
  560. + String >>
  561. + uriEncoded
  562. + uriDecoded
  563. + uriComponentEncoded
  564. + uriComponentDecoded
  565. + Collection >>
  566. + removeAll
  567. + ifEmpty:ifNotEmpty:
  568. + ifNotEmpty:ifEmpty:
  569. + anyOne
  570. + noneSatisfy:
  571. + anySatisfy:
  572. + allSatisfy:
  573. 0.12.0:
  574. * SmalltalkMethodContext.prototype.fillBlock() takes a third 'index' parameter
  575. * Existing classes moved to new KernelInfrastructure package
  576. * ImporterExporter
  577. * are now StreamExporters
  578. * aware of AMD namespaces
  579. * support transport types and commit channels
  580. + Node >>
  581. + nextChild
  582. + method
  583. + postCopy
  584. + isCascadeNode
  585. + isLastChild
  586. + BlockNode >>
  587. + nextNode:
  588. + nextChild
  589. + SendNode >>
  590. + isCascadeSendNode
  591. + shouldBeAliased
  592. + CompiledMethod >> sendTo:arguments:
  593. + Array >>
  594. + addFirst:
  595. + removeLast
  596. + Number >>
  597. + ceiling
  598. + floor
  599. + asNumber
  600. + //
  601. + cos
  602. + sin
  603. + tan
  604. + arcCos
  605. + arcSin
  606. + arcTan
  607. + log
  608. + log:
  609. + raisedTo:
  610. + sign
  611. + **
  612. + ln
  613. + e
  614. + String class >> esc
  615. + String >>
  616. + asMutator
  617. + capitalized
  618. + isCapitalized
  619. + JSProxy >> printString
  620. + Behavior >>
  621. + ownProtocols
  622. + ownMethods
  623. + JSStream >> nextPutSendIndexFor:
  624. + InterfacingObject class
  625. + Interpreter class
  626. + DocumentFragmentTag class
  627. + AbstractExporter class
  628. + PlatformInterface class
  629. - Node >> extent
  630. - JSStream >> nextPutStatement:with:
  631. - Smalltalk.installSuperclass()
  632. - ClassReferenceNode class (now handled via VariableNode)
  633. 0.11.0:
  634. * AnnouncementSubscription use #valuable: instead of #block: (deprecated)
  635. * AbstractCodeGenerator inherits from Object, not NodeVisitor
  636. * Object>>printString
  637. * replace >>printString with >>printOn:
  638. * replace >>storeString with >>printString
  639. * PackageLoader is now PackageHandler (>>commit: >>setupPackagenamed:prefix: >>ajaxPutAt:data:
  640. * Package>>fetch: is now Package>>load:
  641. * Package>>fetch:prefix: is now Package>>load:prefix:
  642. * Queue>>front replaced by Queue>>next
  643. * Queue>>frontIfAbsent: replaced by Queue>>nextIfAbsent:
  644. * Queue>>back: replaced by Queue>>nextPut:
  645. * smalltalk.addMethod() does not use explicit JS selector
  646. * JSObjectProxy>>canForwardMessage: replaced by use of JSObjectProxy>>lookupProperty: with asJavaScriptSelector
  647. * JSObjectProxy>>forwardMessage: replaced by explicit JSObjectProxy>>forwardMessage:withArguments:
  648. * String>>asJavaScriptSelector moved to Kernel-Objects package
  649. + Object>>asString
  650. + Object>>putOn:
  651. + String>>isVowel
  652. + Collection>>putOn:
  653. + CharacterArray>>putOn:
  654. + Stream>><<
  655. + Stream>>write
  656. + SequenceableCollection>>newStream
  657. + SequenceableCollection>>readStream
  658. + SequenceableCollection>>stream
  659. + SequenceableCollection>>streamClass
  660. + SequenceableCollection>>writeStream
  661. + Collection>>isImmutable
  662. + Stream>>nextPutString:
  663. + StringStream>>nextPutString:
  664. + JSStream>>nextPutClassRefFunction:
  665. + String>>crlfSanitized
  666. + inlined Block now also responds to >>value:
  667. + Parser: split literal into runtimeLiteral and parseTimeLiteral
  668. + Parser: write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
  669. + Parser: write #(#on:do: #Object) as #(on:do: Object)
  670. + Parser: Symbols for binarie selectores
  671. + Package>>commit
  672. + AIContext>>initializeLocals
  673. + ASTInterpreter>>withBlockContext:
  674. + smalltalk.allSelectors()
  675. + Object>>isCompiledMethod
  676. + Object>>isPackage
  677. + Object>>isBehavior
  678. + ClassMoved Announcemen class
  679. + Behavior>>includesBehavior:
  680. + Environment>>classes
  681. + Environment>>allSelectors
  682. + Environment>>removeProtocol:
  683. + Environment>>renameProtocol:to:in:
  684. + CompiledMethod>>protocol:
  685. + Smalltalk>>globalJsVariables
  686. + Smalltalk>>addGlobalJsVariable:
  687. + Smalltalk>>deleteGlobalJsVariable:
  688. - Object>>storeOn:
  689. - Object>>log:block:
  690. - Object>>printNl
  691. - Compiler-IR.st >>javascriptSelector
  692. - Compiler-IR.st >>nextPutVar:
  693. - Kernel-Collections.st >>asSuperSelector
  694. - Collection>>readStream
  695. - Collection>>stream
  696. - Collection>>streamClass
  697. - Collection>>writeStream
  698. - Symbol class (replaced with String)
  699. - IRInlinedNonLocalReturn class
  700. - IRInlinedSend>>nonLocalReturnInliner
  701. - IRNonLocalReturnInliner class
  702. - Package>>dependencies
  703. - Package>>dependencies:
  704. - Package>>properties
  705. - Package>>jsProperties
  706. - Package>>jsProperties:
  707. - Package>>propertiesAsJSON
  708. - Package>>propertyAt:
  709. - Package>>propertyAt:ifAbsent:
  710. - Package>>propertyAt:put:
  711. - Browser>>ajaxPutAt:data: