API-CHANGES.txt 17 KB

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