API-CHANGES.txt 17 KB

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