API-CHANGES.txt 17 KB

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