API-CHANGES.txt 17 KB

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