API-CHANGES.txt 17 KB

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