API-CHANGES.txt 17 KB

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